Framework Mode - PUT request
Folder Structure for Postman PUT Request Tests
Postman-Tests/
├── Collections/
│ └── UserManagement.postman_collection.json
├── Environments/
│ ├── Dev.postman_environment.json
│ ├── Staging.postman_environment.json
│ └── Prod.postman_environment.json
├── Scripts/
│ ├── PreRequest/
│ │ └── authSetup.js
│ └── Tests/
│ └── putUserTests.js
└── README.md