In my example, I am iterating a web request and hope to save the response file. In this specific case the response is .XML format. However I notice that it assumes that the response is .json on the save file. (Fail if HTTP error, otherwise save response body to file)
Is there a suggested way to save the output to XML in the iteration concept?