curl --location 'https://192.168.88.11:9781/bvcsp/v1/user/gpsdata/' \
--header 'Authorization;' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": [
{
"deviceID": "string",
"gps": {}
}
]
}