Verify API response using Postman mock server URL
Preconditions (2)
Step 1: Open Postman
Step 2: Create a new GET request
Step 3: Set the request URL to the mock server URL for the /user endpoint
Step 4: Send the request
Step 5: Verify the response status code is 200
Step 6: Verify the response body contains the expected user data
✅ Expected Result: The response status code is 200 and the response body matches the predefined mock user data