Authorization: ********************
{
"wfm_agent_sid_to_remove": 0,
"replace_with_new_unassigned_agent": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/removeagentfromfutureshifts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"wfm_agent_sid_to_remove": 0,
"replace_with_new_unassigned_agent": true
}'
{
"unassigned_agent_sid": "string"
}