curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/maplabel/point/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"style": "string",
"color": 0,
"size": 0,
"desc": "string",
"coord": {
"lng": 0,
"lat": 0
},
"creator": "string",
"creatorName": "string"
}
}