curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/locations/places/' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"place": {
"id": 1,
"precision": "city",
"country": "NO",
"postcode": "15887-8207",
"city": "New Mariana",
"district": "Colthaven",
"state": "New Jersey",
"suburb": "Anika Expressway",
"county": "Clark County",
"latitude": "3.7269",
"longitude": "-137.5605",
"polygon": [
[
-43.1404,
-29.7503
],
[
-29.0275,
-66.685
],
[
-86.3984,
-31.4684
]
],
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}