curl --request PATCH \
--url https://api.theauthapi.com/webhooks/{id} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"url": "<string>",
"customHeaders": {}
}'
curl --request PATCH \
--url https://api.theauthapi.com/webhooks/{id} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"url": "<string>",
"customHeaders": {}
}'