package common type ProfilePhotoUpdate struct { Photo string `json:"photo" validate:"base64,max=50000"` }