Authorization: ********************
{
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/org/huntgroups/v1alpha1/adminlisthuntgroups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string"
}'
{
"hunt_groups": [
{
"hunt_group_sid": 0,
"hunt_group_name": "string"
}
]
}