curl --location --request DELETE 'https://app.cubi.casa/api/integrate/v3/companies/webhook' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook_urls": [
"https://www.samplewebhook1.com"
]
}'{
"webhook_urls": [
"https://domain.com/webhook",
"https://domain.com/webhook-2"
],
"webhook_triggers": [
"moved_to_ready",
"moved_to_fixing"
]
}