package requestmodels type RejectMediaInput struct { MediaId string `json:"mediaId" binding:"required"` }