{ "description": "string" }
curl --location --request POST '/data/event' \ --header 'appId;' \ --header 'Content-Type: application/json' \ --data-raw '{ "description": "string" }'
{ "message": "Event logged successfully" }