{
"objectId": "string",
"analysisTypes": [
"string"
],
"interval": 0,
"intervalUnit": "MINUTE",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/object/exportObjectAnalysisDatas' \
--header 'Content-Type: application/json' \
--data-raw '{
"objectId": "string",
"analysisTypes": [
"string"
],
"interval": 0,
"intervalUnit": "MINUTE",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}'