package models type AddPlaceImageRequest struct { PlaceID int Image string }