package dto type LoginInput struct { Password string `json:"password" binding:"required"` }