curl --location '/integration/webhook/deliveries' \
--header 'X-Signature: <api-key>'{
"message": "string",
"error": {
"code": "string",
"message": "string",
"type": "string",
"status": 0,
"details": {
"property1": "string",
"property2": "string"
}
},
"request_id": "string"
}