Framework Mode - Collection sharing
Folder Structure for Postman Collection Sharing
postman-project/
├── collections/
│ ├── UserAPI.postman_collection.json
│ ├── ProductAPI.postman_collection.json
│ └── README.md
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── docs/
│ └── collection-sharing-guide.md
├── scripts/
│ └── pre-request-scripts.js
└── README.md