I have a POST which gets a simple string value in the response. I need to use the string value for my next request which is a GET. I do not see how this is handled as a variable since the string response is not tied to a json response.
How do I capture this value and use in the next chain which is the GET?