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