Framework Mode - POST request
Folder Structure for Postman API Testing
postman-project/
├── collections/
│ └── user-api.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── postman-tests.js
├── scripts/
│ └── pre-request-scripts.js
├── globals.json
└── README.md