This will validate and return back components, timezone, and any warnings or errors
{- "formatted_address": "string"
}
{- "field_warnings": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "geocoded_address": {
- "address_1": "string",
- "address_2": "string",
- "city": "string",
- "country": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "formatted_address": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "latitude": 0.1,
- "longitude": 0.1,
- "phone_number": "string",
- "postal_code": "string",
- "state_province": "string",
- "timezone": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "provided_formatted_address": "string",
- "warnings": [
- "string"
]
}