Hi Everyone, Lets say I have a request1 which gives the response1.
Now I make a request2 and I would like to read the response1 (which is the response from a previous request) So, How can I achieve this approach to read the response from 1st request and use it on the 2nd request. Thank you
