curl --request PUT \
--url https://api.g-tateth.com/api/v1/webhooks/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"isActive": true
}
'