Framework Mode - Bearer token
Folder Structure
postman-project/
├── collections/
│ └── api-requests.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── scripts/
│ ├── pre-request-scripts.js
│ └── test-scripts.js
├── globals.json
└── README.md
This structure organizes API requests, environment configs, and scripts separately for clarity.