Verify response body contains expected user data
Preconditions (2)
Step 1: Send a GET request to https://api.example.com/users/123
Step 2: Inspect the response body
Step 3: Verify the response body contains the user id as 123
Step 4: Verify the response body contains the user name as 'John Doe'
Step 5: Verify the response body contains the user email as 'john.doe@example.com'
✅ Expected Result: The response body should include the correct user id, name, and email as specified