Framework Mode - Flow creation
Folder Structure
postman-project/ ├── collections/ │ ├── user-authentication.postman_collection.json │ ├── product-api.postman_collection.json │ └── order-api.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── production.postman_environment.json ├── tests/ │ ├── pre-request-scripts/ │ │ └── auth-setup.js │ ├── test-scripts/ │ │ └── validate-response.js │ └── flow-scripts/ │ └── order-flow.js ├── globals.json ├── README.md └── postman_collection_runner.json