{
"event": "omnichannel.account_update",
"company": "",
"channel": "WhatsApp",
"channel_id": "16505551111",
"timestamp": 1720160832,
"value": {
"event": "ACCOUNT_VIOLATION",
"violation_info": {
"violation_type": "ADULT"
}
}
}curl --location --request POST 'https://api.airudder.com' \
--header 'X-AIRudder-Sign-Key;' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "omnichannel.account_update",
"company": "",
"channel": "WhatsApp",
"channel_id": "16505551111",
"timestamp": 1720160832,
"value": {
"event": "ACCOUNT_VIOLATION",
"violation_info": {
"violation_type": "ADULT"
}
}
}'{}