{
"url": "string",
"events": [
"string"
]
}
curl --location --request POST 'https://nexus.sourei.com.br/api/v1/webhooks/register' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"events": [
"string"
]
}'
{}