Solved
I am trying to save the response from post req to a file in file system, the response is in octet- stream
I am using groovy to write raw response to file, but raw response has headers, I want only messy data from response in a file.
I will passing this file to next request.
any help is appreciated.