[
{
"id": 0,
"lng": 0,
"lat": 0
}
]
curl --location --request PUT 'https://192.168.88.11:9781/bvcsp/v1/maplabel/location' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"lng": 0,
"lat": 0
}
]'
{
"code": 0,
"msg": "string"
}