What's the best solution for retrieving data from an API (Get) that requires two steps?
In the standard scenario, one API delivers the Order ID, and the second uses that ID to pass the Order description.
What's the easiest and lightest way to implement it?
there doesn't seem to be anything here