Yes, you would be able to pass the unique Id to Callout task where you will be performing HTTP Get request. After the iterate task, you can use the JSONTransform task to change the structure of JSON according to the POST callout requirements. JSONata is the language used in the JSONTransform task. You can play with this language at http://try.jsonata.org/
... View more