id (string — required)UpdateWebhookSubscriptionRequestWebhookSubscriptionResponsecurl --location --request PUT 'https://api.veloconnect.me/api/webhooks/subscriptions/' \
--header 'Content-Type: application/json' \
--data '{
"eventTypes": [
"string"
],
"isActive": true
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"targetUrl": "string",
"eventTypes": [
"string"
],
"isActive": true,
"createdAtUtc": "2025-01-01T00:00:00Z",
"updatedAtUtc": "2025-01-01T00:00:00Z"
}