Authorization: Bearer ********************
{
"type": "SpanActionSummary",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"craneIds": [
0
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/reportSummary/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "SpanActionSummary",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"craneIds": [
0
]
}'