Ah, got it.
So, the first GET request should have the script that grabs the response data and sets an environment variable.
The POST request should contain the {{data}} variable, wherever it is needed. My guess is that this would be in the request body (assuming you want to submit the whole transaction array), but I would check the documentation for your API to determine this.