Authorization: Bearer ********************curl --location --request POST 'https://api.cbf.tcn.com/tcn/omni/instant/v1/orgs//callerEvents:stream' \
--header 'Authorization: Bearer <token>'{
"event": [
{
"name": "string",
"client_sid": 0,
"event_time": "2023-01-15T01:30:15.01Z",
"agent_sid": 0,
"old_state": "string",
"new_state": "string",
"consumer_phone": "string",
"contact_center_phone": "string"
}
]
}