{
"locations": [
{
"location_city": "Krak贸w",
"location_detail": "Podg贸rze"
}
]
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/locations/find_coordinates' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"locations": [
{
"location_city": "Krak贸w",
"location_detail": "Podg贸rze"
}
]
}'
{
"coordinates": [
{
"latitude": 50.041817881,
"longitude": 20.000152892
}
]
}