This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/webhooks//test' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "string"
}'
{
"id": "string",
"event": "string",
"title": "string",
"description": "string",
"url": "string",
"status": "string",
"responseCode": 0,
"data": {}
}