curl --location 'https://wazap-ai-api.up.railway.app/external/v1/messages//status' \
--header 'X-Company-Token: <api-key>' \
--header 'X-Account-Token: <api-key>'{
"success": true,
"data": {
"messageId": "string",
"status": "pending",
"timestamp": "2019-08-24T14:15:22.123Z",
"deliveredAt": "2019-08-24T14:15:22.123Z",
"readAt": "2019-08-24T14:15:22.123Z",
"error": "string"
}
}