curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/pu/status/0000000' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"status": 0,
"network": 1,
"onlineTime": 0,
"bootTime": 0,
"addr": "string",
"serverAddr": "string",
"protocol": "string",
"userid": "string",
"userName": "string",
"gps": {
"lng": 0,
"lat": 0,
"time": 0
}
}
}