xxxxxxxxxx
Basicall we are checking response body
to verify if request matches with response.
In the response we are verifying
(body, status code, header, response time,
test structure of json against the given jsonSchema)
xxxxxxxxxx
pm.test("Status code is 200", function () {
pm.response.to.have.status(200);
});