I have a set of requests build in Postman. My goal is to arrange a different list scenarios using the same requests where I am able to reuse the same request in these flows, with same data or varying the inputs.
Up to know I have being duplicating, but this is tedious and error prone.
I am looking for a way of doing this that I can write these test scenarios more programmatically without duplicating requests and also be able to change data for each scenario.