curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/ds-query' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cate": "string",
"datasource_id": 0,
"query": [
{
"ref": "string",
"from": "string",
"to": "string",
"queries": {
"region": "string",
"namespace": "string",
"metric_name": "string",
"dimensions": {
"name": "string",
"value": [
"string"
]
},
"expression": "string",
"period": 0,
"statistic": "string",
"query_id": "string",
"alias": "string",
"query_type": "string",
"metric_editor_mode": 0,
"offset": 0,
"return_data": true,
"match_exact": true,
"from": 0,
"to": 0,
"ref": "string"
}
}
]
}'