Authorization: ********************
{
"response_id": 0,
"value": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/updateagentcallresponsevalue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"response_id": 0,
"value": "string"
}'
{}