curl --location --request POST 'https://mail.devtcloud.com/api/v1/webhook' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"name": "string",
"events": [
"string"
],
"domainId": "string",
"headers": {}
}'{
"message": "Webhook criado com sucesso",
"id": "766415313288826880"
}