Framework Mode - Raw body (text, XML)
Folder Structure
postman-project/
├── collections/
│ └── api-requests.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── raw-body-tests.postman_collection.json
├── scripts/
│ └── pre-request-scripts.js
├── data/
│ └── test-data.json
└── README.md
This structure organizes Postman collections, environment files, test scripts, and test data separately for clarity and maintainability.