curl --request POST \
--url https://your-instance.example.com/api/webhook/sinch/delivery-receipt \
--header 'Content-Type: application/json' \
--data '
{
"batch_id": "<string>",
"statuses": [
{
"code": 123,
"status": "<string>",
"count": 123,
"recipients": [
"<string>"
]
}
]
}
'