Login API type LoginReq struct { JsonType UserName string `json:"username"` Password string `json:"password"` }