curl --location --request POST 'https://api.flashcat.cloud/rum/facet/count?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 0,
"end_time": 0,
"scope": "session",
"facet_key": "created_at",
"facet_value": "string",
"dql": "string",
"sql": "string",
"limit": 50
}'
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"facet_value": "string",
"count": 0
}
]
}
}