Framework Mode - Creating collections
Folder Structure for Postman Collections
postman-project/ ├── collections/ │ ├── UserManagement.postman_collection.json │ ├── ProductAPI.postman_collection.json │ └── AuthAPI.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── README.md └── postman.config.json