curl --location 'http://api.digisan.com.br/api/v1/webhook' \
--header 'x-api-key: <api-key>'{
"id": "68bbb718e6f0ec7d36843a58",
"ativo": true,
"url": "https://sua.empresa.com.br/seu-endpoint",
"method": "POST",
"headers": {
"Authorization": "Bearer 123"
}
}