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