curl --location --request POST 'https://your-api-server.com' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: */*' \
--data-raw '{
"event": "DISPATCH_STATUS",
"module": "BROADCAST",
"dispatchId": "0FCB1XXXVEABC",
"messageId": "0FCB1ABCVEXYZ",
"messagePart": 1,
"messageTotalParts": 3,
"channel": "RCS",
"channelIdentifier": "+390000000",
"status": "DISPATCHED",
"statusOrder": 10,
"statusDate": "2024-01-01T14:30:00Z",
"dispatchMetadata": {
"property1": "string",
"property2": "string"
},
"recipientMetadata": {
"property1": "string",
"property2": "string"
}
}'