request(method, path, accessToken, json) {
    return this.httpClient.request({
      method,
      url: path,
      headers: {