pm.test("To Check if Value is Null", function() { var jsonData = pm.response.json(); pm.expect(jsonData.).not.eq(undefined); )};