Authorization: Bearer ********************
{
"cid": "string",
"intervals": 0,
"agents": [
"string"
],
"begin": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/RunData/PostQueryExportRunDataToExcel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "string",
"intervals": 0,
"agents": [
"string"
],
"begin": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
}'