Passing data between requests
Number of APIs: 2
This Collection shows you how you can save data from a request then re-use it in the next one.
In the first request we get the current time, from the response, then save it as the time
Collection variable.
In the second request, we re-use that variable as a query parameter.