Authorization: ********************
{
"webhook_preferences": {
"push_urls_enabled": true,
"call_result_push_url": "string",
"agent_response_push_url": "string"
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/preferences/reports/webhook/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook_preferences": {
"push_urls_enabled": true,
"call_result_push_url": "string",
"agent_response_push_url": "string"
},
"field_mask": "string"
}'
{}