curl --location --request POST 'https://api.sherlockeye.io/v1/webhooks//deliveries//retry' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"deliveryId": "string",
"status": "success",
"message": "string"
}
}