Authorization: ********************{
"tripId": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/gpsTripData' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tripId": "string"
}'{
"code": 0,
"data": [
{
"reportTime": "",
"speed": "",
"course": "",
"acc": "",
"lat": 0.0,
"lon": 0.0,
"num": 0,
"signal": 0,
"type": 0,
"actual": false
}
],
"msg": ""
}