curl --request PUT \
--url https://api.kakiyo.com/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Updated CRM Integration",
"url": "https://your-app.com/kakiyo/webhook/v2",
"secret": "your_new_webhook_secret",
"events": [
"linkedin.message.received",
"prospect.qualification.manual",
"linkedin.message.sent"
],
"active": true
}'