unirest
        .get(url)
        .headers({ Accept: 'application/octet-stream', 'Content-Type': 'application/octet-stream' })
        .auth({
          user: this.CREDENTIALS.account,