Request reuse in Postman
问题 Our team wants to automate our REST API testing. Right now, we have a collection of Postman requests and make them jump through hoops manually. We could create a collection/folder for each testing scenario, but that would mean a ton of duplication. Our API is still under heavy development and I really don't want to fix the same thing at twenty places after it changes. I would like to have each endpoint request only once in a collection and some kind of independent logic that can execute them