curl --location --request POST 'https://api.flashcat.cloud/rum/data/query?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1742440860,
"end_time": 1743088862,
"queries": [
{
"id": "errorCountGraph",
"sql": "select count(*) as `cnt` from `errors` where `issue_id` = \'\''M9qGLr7g9RAGbiHqPEDMCY\'\'' and `application_id` = \'\''eWbr4xk3ZRnLabRa6unqwD\'\'' limit 200",
"format": "time_series",
"interval": 86400,
"max_points": 1226
}
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {}
}