I've been attempting to show an image fetched from an API, but haven't had any luck.
It displays normally in Postman:
However, when I use console.log to view the returned data, it shows as follows:
How can I convert this into a properly formatted string for the src
attribute?
Thank you!