{
"url": "http://example.com",
"description": "string",
"active": true,
"event_types": [
"card.created"
]
}
curl --location --request PUT 'https://api.vplan.com/v1/webhook/' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"description": "string",
"active": true,
"event_types": [
"card.created"
]
}'