{
"tenantId": 0,
"webhookUri": "string",
"secret": "string",
"isActive": true,
"webhooks": [
"string"
],
"headers": {
"property1": "string",
"property2": "string"
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request PUT '/api/services/app/WebhookSubscription/UpdateSubscription' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": 0,
"webhookUri": "string",
"secret": "string",
"isActive": true,
"webhooks": [
"string"
],
"headers": {
"property1": "string",
"property2": "string"
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'
{}