curl --location --request PUT 'https://www.headout.com/api/public/v2/webhooks/' \
--header 'Headout-Auth: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://new-domain.com/webhooks/headout/booking-status",
"enabled": true
}'