curl --location --request GET 'https://api.dialgood.com/external/v1/agents' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json'[
{
"id": "12345-5797-4115-b028-2ac01174e968",
"name": "My Agent"
}
]