curl --request POST \
--url https://api.example.com/v1/ui/analytics/track \
--header 'Content-Type: application/json' \
--data '
{
"event": "<string>",
"properties": {},
"userId": "<string>",
"sessionId": "<string>"
}
'{
"success": true
}Tracks an analytics event and sends relevant notifications to Slack based on event type.
curl --request POST \
--url https://api.example.com/v1/ui/analytics/track \
--header 'Content-Type: application/json' \
--data '
{
"event": "<string>",
"properties": {},
"userId": "<string>",
"sessionId": "<string>"
}
'{
"success": true
}