curl --location --request POST 'https://apicfa.convirza.com/v2/webhook' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook_status": "active",
"org_unit_id": 1,
"webhook_Name": "string",
"description": "string",
"webhook_Endpoint": "string",
"method": "POST",
"format": "JSON",
"include_Data_Append": false,
"include_DNI_Logs": false,
"include_Indicator_Scores": false,
"static_Parameter": [
{
"field_Name": "string",
"field_Value": "string"
}
],
"include_IVR_Keypresses": false
}'