Verify GET request to retrieve user data
Preconditions (2)
Step 1: Open Postman
Step 2: Create a new GET request
Step 3: Enter the URL https://jsonplaceholder.typicode.com/users/1
Step 4: Click the Send button
Step 5: Observe the response status code and body
✅ Expected Result: Response status code is 200 OK and response body contains user data with id 1