curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/maplabel/location/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"prePointId": 0,
"mapLabelId": "string",
"lng": 0,
"lat": 0
}
}