curl --request POST \
--url http://localhost:4000/api/analytics/track \
--header 'Content-Type: application/json' \
--data '{
"event": "<string>",
"properties": {}
}'
Track a custom analytics event
curl --request POST \
--url http://localhost:4000/api/analytics/track \
--header 'Content-Type: application/json' \
--data '{
"event": "<string>",
"properties": {}
}'
Event tracked successfully