isActive=true to re-enable a subscription thatAuthorization: Bearer ********************{
"url": "string",
"eventTypes": [
"string"
],
"description": "string",
"isActive": true
}curl --location --request PATCH 'https://prod.your-api-server.com/webhooks/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"eventTypes": [
"string"
],
"description": "string",
"isActive": true
}'