Authorization: ********************{
"pageSize": 100,
"pageIndex": 1,
"deviceIds": "string",
"start": "string",
"end": "string"
}curl --location 'https://mettahub.mettaxiot.com/gps/v2/openapi/fleet/passenger/statistics' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageSize": 100,
"pageIndex": 1,
"deviceIds": "string",
"start": "string",
"end": "string"
}'{
"code": 0,
"data": {
"records": [
{
"deviceName": "",
"deviceId": "",
"boardedNum": 0,
"alightedNum": 0
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}