curl --location --request PUT '/webhooks/update' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "http://example.com", "events": [ "string" ], "is_active": true }'
{}