curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "failed",
"message": {
"id": "4567890",
"source": " 5555",
"destination": "+554899999999",
"account": "+554833334840",
"code": 470,
"reason ": "Re-engagement message, (#470) Message failed to send because more than 24 hours have passed since the customer last replied to this.number."
}
}'