Authorization: ********************
{
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listcallbackroutingagents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0
}'
{
"agent_short": [
{
"agent_sid": 0,
"first_name": "string",
"last_name": "string"
}
]
}