line1, city and country are required; state and postal_code are required only when country is AUS (several corridors issue no postal codes). A partial address is rejected with 400.{
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "AUS"
}