curl --request PATCH \
--url https://api.sandbox.getasset.com/v0/tenant/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"headers": {
"Authorization": "Bearer 1234567890"
},
"enabled": true
}
'