type Response struct { User *struct { Id string `json:"id"` } `json:"user"` }