I have a GET request that fetches what i think is xlsx data. If I paste the URL into Postman and click 'send and download' it makes the GET request and downloads the data into my Documents folder and I can easily open the xlsx file. How do I do that with javascript? I don't know what Postman is doing under the hood with their 'send and download' feature. But when I use Fetch in Javascript and get the data back, I'm not sure what to do with it. Below is what I get back from the API before I return it as res.text() because res.json() doesn't work
url: "https://xxxxx.com/get-xlsx"
redirected: false
status: 200
ok: true
statusText: ""
headers: Headers {}
body: ({ReadableStream})
bodyUsed: false```