Verify GET request with path parameters returns correct user data
Preconditions (2)
Step 1: Set the HTTP method to GET
Step 2: Set the request URL to https://api.example.com/users/123 where 123 is the userId path parameter
Step 3: Send the request
Step 4: Observe the response status code and body
✅ Expected Result: Response status code is 200 and response body contains user data for userId 123