Authorization: ********************
{
"wfm_agent_sids": [
0
],
"agent_group_sid": 0,
"schedule_scenario_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/createwfmagentmemberships' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"wfm_agent_sids": [
0
],
"agent_group_sid": 0,
"schedule_scenario_sid": 0
}'
{}