Postman Windows ((better)) Instant

// Parse JSON body let jsonData = pm.response.json(); pm.test("Has title", () => pm.expect(jsonData).to.have.property("title"); );

– similar to POST

"title": "Postman Guide", "body": "For Windows users", "userId": 1 postman windows