OkHttp doesn't support brotli decompression. When we explicitly set Accept-Encoding header, OkHttp disables its transparent decompression. Solution: remove explicit Accept-Encoding header and let OkHttp handle compression automatically (it adds gzip and transparently decompresses). Also simplified the request headers (removed unused Sec-Fetch-* headers).