{
"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: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--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
}
]
}