package request type UpdateProfile struct { Nickname string `json:"nickname"` AvatarId string `json:"avatarId"` }