{
"event": "channel.message.status",
"company": "",
"channel": "WhatsApp",
"channel_id": "3709",
"user": {
"id": "123"
},
"call_id": "",
"status": {
"msg_id": "",
"status": ""
}
}
curl --location --request POST 'https://api.airudder.com' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "channel.message.status",
"company": "",
"channel": "WhatsApp",
"channel_id": "3709",
"user": {
"id": "123"
},
"call_id": "",
"status": {
"msg_id": "",
"status": ""
}
}'
{}