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