package types type LoginRequestBody struct { Username string `json:"username" validate:"required"` Password string `json:"password" validate:"password"` }