curl --location --request PUT '/webhooks' \
--header 'Accept: application/json' \
--header 'Authorization: {{LATEST_INSTANCE_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://microscopic-mother-55.webhook.cool",
"events": [
"*"
]
}'{}