Authorization: ********************
{
"agent_session_sid": 0,
"action_key": "AGENT_PAUSE_START",
"action_value": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/acd/reportagentsessionevent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_session_sid": 0,
"action_key": "AGENT_PAUSE_START",
"action_value": "string"
}'
{}