post http://localhost:8080/api/events
Create a new event trigger.
Responses
Create a new event trigger.
xxxxxxxxxx
curl --request POST \
--url http://localhost:8080/api/events \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"enabled":true}'