Axios response type passthrough for endpoints that return binary or non-JSON
content (PDFs, images, octet-streams, raw text). Omit or pass 'json' for
regular JSON endpoints. 'arraybuffer' is a good Node default for binary;
'blob' works in browsers; 'stream' is Node-only and returns a Readable.
Axios response type passthrough for endpoints that return binary or non-JSON content (PDFs, images, octet-streams, raw text). Omit or pass
'json'for regular JSON endpoints.'arraybuffer'is a good Node default for binary;'blob'works in browsers;'stream'is Node-only and returns a Readable.