curl --location --request GET 'http://127.0.0.1/project/dashboard/map'
{
"_embedded": [
{
"address": "string",
"city": {
"property1": {},
"property2": {}
},
"cityCode": "string",
"code": "string",
"country": {
"property1": {},
"property2": {}
},
"countryCode": "string",
"deviceCount": 0,
"operationRatio": 0,
"projectCount": 0,
"province": {
"property1": {},
"property2": {}
},
"provinceCode": "string"
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}