{
"gid": "string",
"name": "string",
"classID": 0,
"gps": {
"lng": 0,
"lat": 0
}
}curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/pu/info/PU_0' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"gid": "string",
"name": "string",
"classID": 0,
"gps": {
"lng": 0,
"lat": 0
}
}'{
"code": 0,
"msg": "string"
}