curl --request POST \
--url https://b2b-api.dev-riseworks.io/v2/webhooks/register \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company_nanoid": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"secret": "<string>",
"team_nanoid": "<string>",
"is_active": true
}
'