I'm fetching a PDF from a third-party API and I'm getting the file contents as string back from the API. I'm trying to serve it in the browser but the file is blank for some reason. It shouldn't be. Below is my code:I'm fetching a PDF from a third-party API and I