package request type Address struct { CountryId int `json:"country_id"` ProvinceId int `json:"province_id"` CityId int `json:"city_id"` RegionId int `json:"region_id"` }