package models type UserInfoParams struct { Password string `json:"password" binding:"required"` }