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