curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/user/gpsdata/' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": [
{
"deviceID": "string",
"gps": {
"lng": 0,
"lat": 0,
"time": 0,
"height": 0,
"angle": 0,
"speed": 0,
"starCount": 0,
"state": 0,
"satellite": 1
}
}
]
}