{
"url": "string",
"events": [
"string"
]
}curl --location '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 '{
"url": "string",
"events": [
"string"
]
}'{}