Data Type: Address
| Parameter | Type | Description | Required/Optional | Notes |
|---|---|---|---|---|
| country | String | Country | required | 2-letter country code according to ISO 3166 |
| region | String | Region | required | |
| city | String | City | required | |
| district | String | District | optional (recommended) | |
| detail | String | Detailed Address | optional (strongly recommended) | |
| zip_code | String | Zip Code | optional (recommended) |
{
"country": "FR",
"region": "Grand Est",
"city": "Strasbourg City",
"district": "Ketali Lorem",
"detail": "3213 Building,lorem Street",
"zip_code": "310000"
}