curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/history/ui' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": {% mock '\''timestamp'\''|substr(0,7)|concat('\''000'\'')|number%},
"end": {% mock '\''timestamp'\'' %},
"id": 29,
"metrics": [
"count",
"succrate",
"latency"
],
"offset": [
0
],
"sub_cluster": true
}'
{
"request_id": "string",
"data": [
{
"start": 0,
"end": 0,
"metric": "string",
"offset": 0,
"tags": {
"cluster": "string",
"__dsn__": "string"
},
"values": [
{
"timestamp": 0,
"value": 0
}
]
}
]
}