Hey all! I've got an e2e test that I need to mock an API call. I'm using cy.intercept. I've got an .xlsx file in my Fixtures, and I need to take that file and return it from the intercept as an arraybuffer. Any tips? I tried creating a field in the response body and feeding the file into new ArrayBufferr. Any other tips on how to approach this?