API request return image

I'm trying to return an image and a file from the Zoho request API, but in Futterflow I get a response with code 200 and an empty body. When I try to display the raw text of such a request on the page, I get an error "Invalid UTF-8 byte". Postman returns a response to me with a picture or a preview of a PDF file, the link to which in a new browser window looks like "data:image/jpeg;charset=UTF-8;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/4QD3RXhpZ...".
The content type of my API response is "image/jpeg;charset=UTF-8" or "application/pdf;charset=UTF-8".
How can I return an image (or file) from the response and display it on the page in this case? Is there any tested code for this?


3
9 replies