In karate frame work is it possible to save response from 1 request and then use it in request body of another request?
Example: in Request 1 I send user name and user id in request body and in response I get user address.
In request 2 body, I want to use that address and validate house type.
Is it possible?