Hello, I am trying to run a collection of requests that each return an image in the body. I would like to save all of those images individually.
I have consulted this very helpful doc: Need to capture response body of each iteration
But I am running into an issue of wanting to save an image file instead of the full json response.
It’s straightforward enough to save one image response to a file, but how do I save many image files?