curl --location --request POST '/api/v1/public/geocode' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullAddress": "10 Downing Street, London, SW1A 2AA, UK"
}'{
"latitude": 51.5033,
"longitude": -0.1276,
"formattedAddress": "10 Downing St, Westminster, London SW1A 2AA, UK",
"addressImages": [
{
"heading": 0,
"imageUrl": "https://maps.googleapis.com/maps/api/streetview?size=640x480&location=..."
}
]
}