Framework Mode - Body validation before sending
Folder Structure
PostmanProject/ ├── collections/ │ └── api-requests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── bodyValidationTests.js ├── scripts/ │ └── validators.js ├── globals.json └── README.md
This structure organizes Postman collections, environment files, test scripts for body validation, and reusable validation scripts.