{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string"
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/maplabel/point/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": "string",
"name": "string",
"style": "string",
"color": 0,
"size": 0,
"desc": "string",
"coord": {
"lng": 0,
"lat": 0
},
"creator": "string",
"creatorName": "string"
}
]
}