Authorization: ********************
{
"hunt_group_sid": 0,
"skills": {
"property1": 0,
"property2": 0
},
"replace_skills": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/updateagentassignedhuntgroup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0,
"skills": {
"property1": 0,
"property2": 0
},
"replace_skills": true
}'
{}