Authorization: ********************
{
"call_sid": 0,
"call_type": "INBOUND"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/sds/getagentresponsedata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_sid": 0,
"call_type": "INBOUND"
}'
{
"call_sid": 0,
"call_type": "INBOUND",
"responses": {
"property1": "string",
"property2": "string"
}
}