If `response.json()` fails, the response might be gzipped. Check for `Content-Encoding: gzip` in headers.
You can manually decompress with `zlib` if needed.
Or just use `requests`’ built-in decompression—should handle it automatically.
You can manually decompress with `zlib` if needed.
Or just use `requests`’ built-in decompression—should handle it automatically.
