Authorization: Bearer ********************
{
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/getagenthuntgroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0
}'
{
"description": "string",
"modify_date": "1s",
"type": "UNCONNECTED",
"name": "string",
"hunt_group_sid": 0,
"client_sid": 0,
"agent_count": 0,
"hunt_group_skill_agent_count": 0
}