{
"endpoint_type": "string",
"endpoint": "string",
"events": [
"string"
]
}
curl --location --request PATCH 'http://127.0.0.1/v1/event-subs/' \
--header 'Content-Type: application/json' \
--data-raw '{
"endpoint_type": "string",
"endpoint": "string",
"events": [
"string"
]
}'
{}