Authorization: ********************
{
"new_config_folder": "string",
"skills": {
"property1": true,
"property2": true
},
"replace_skills": true,
"replace_config": "NO_CHANGE",
"session_sid": 0,
"voicemail_box": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/acd/callerrequeue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_config_folder": "string",
"skills": {
"property1": true,
"property2": true
},
"replace_skills": true,
"replace_config": "NO_CHANGE",
"session_sid": 0,
"voicemail_box": "string"
}'
{}