I am running a collection runner in a loop with data file. I have to make a hit to three apis consecutively but When the third api runs, I need to schedule another api with same request after 15 mins. How can I do this with postman?
P.S= I want to run my api asynchronously in postman without blocking the other apis which are calling in a loop.