curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/pu/gpsconfig/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"name": "string",
"supportSignal": [
"gps"
],
"setupSignal": [
"gps"
],
"enable": true,
"reportInterval": 0,
"reportDistance": "string"
}
}