package point type Token struct { AuthToken string `json:"token"` CsRfToken string `json:"csrf_token"` Error string `json:"error"` }