package v1 type GetCoverImageReq struct { Id int `json:"id" v:"required"` } type UpdateCoverImageReq struct { Id int `json:"id" v:"required"` Url string `json:"url" v:"required"` }