package response type ProvincesResponse struct { ID uint `json:"id"` ProvName string `json:"provName"` LocationId int `json:"locationId"` Status int `json:"status"` Timezone string `json:"timezone"` }