package response
type CitiesResponse struct {
ID uint `json:"id"`
CityName string `json:"cityName"`
ProvId int `json:"provId"`
}