Authorization: Bearer ********************
{
"user_id": "string",
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/updateagenthuntgroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"hunt_group_sid": 0
}'
{}