syntax = "v1" type Auth { Base Token string `json:"token"` } type Base { Code int `json:"code"` Message string `json:"message,omitempty"` }