Postman Windows Info
// Status code check pm.test("Status is 200", () => pm.response.to.have.status(200); ); // Response time under 200ms pm.test("Response time < 200ms", () => pm.expect(pm.response.responseTime).to.be.below(200); );
"title": "Postman Guide", "body": "For Windows users", "userId": 1 postman windows
– JSON body: Body → raw → JSON → enter: // Status code check pm