curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/cloudwatch-log-stats' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6ImYzOTg3MTdlLWZlNTQtNGNmZi1iODE4LTMyODA1ZjkwM2M4OCIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc3Mjc4NzM2NiwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9.JAc3RUl6YqMQvdgQuJKH7hNecmBwGZvGzmxx4TQ2zcc' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cate": "string",
"datasource_id": 0,
"query": [
{
"region": "string",
"log_group_names": [
"string"
],
"query_string": "string",
"query_language": "string",
"field": "string",
"topN": 0,
"from": 0,
"to": 0
}
]
}'