{
  "customer": {
    "first_name": "Tony",
    "last_name": "Stark",
    "email": "tony@example.com",
    "phone": "11987654321",
    "document_type": "cpf",
    "document_number": "52998224725"
  },
  "billing_address": {
    "zip_code": "01310930",
    "street": "Avenida Paulista",
    "number": "1000",
    "complement": "Conjunto 101",
    "neighborhood": "Bela Vista",
    "city": "Sao Paulo",
    "state": "SP",
    "country": "BR"
  }
}
