Authorization: ********************
{
"call_sid": 0,
"call_type": "INBOUND"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/acd/getcallerraweventreply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_sid": 0,
"call_type": "INBOUND"
}'
{
"event": {
"skills": {
"property1": true,
"property2": true
},
"allSkills": {
"property1": true,
"property2": true
}
}
}