I have a DMS system returning an image and success response with headers as string (https://fastupload.io/b7ebe56a8edc90cf)
I need to parse it into headers and content. The content is actually an image.
I tried basic string split and returning the byte code to postman but postman is not rendering the image when sent with content-type image/jpeg.
1