Framework Mode - Why body format matches API expectations
Folder Structure
postman-project/ ├── collections/ │ └── api-tests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── data/ │ └── test-data.json ├── reports/ │ └── test-report.html └── postman.config.json