Verify GET API returns correct user data
Preconditions (2)
Step 1: Send a GET request to https://api.example.com/users/123
Step 2: Check the response status code is 200
Step 3: Verify the response body contains user ID 123
Step 4: Verify the response body contains user name 'John Doe'
Step 5: Verify the response body contains email 'john.doe@example.com'
✅ Expected Result: The API returns status 200 and the correct user data in JSON format