Verify API response status and body using pm.test() in Postman Tests tab
Preconditions (2)
✅ Expected Result: The response status code is 200 and the test passes. The response body contains userId equal to 1 and the test passes. Both tests show as passed in the Tests tab.
