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