Authorization: ********************
{
"call_sid": 0,
"call_type": "INBOUND"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listagentcallresponsevalues' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_sid": 0,
"call_type": "INBOUND"
}'
{
"responses": [
{
"key": "string",
"value": "string"
}
]
}