Extract user ID from API response and verify it
Preconditions (2)
Step 1: Send a GET request to https://api.example.com/users/123
Step 2: Wait for the response
Step 3: Extract the 'id' field from the JSON response body
Step 4: Verify that the extracted 'id' equals 123
✅ Expected Result: The 'id' field is extracted successfully and equals 123