Verify API response time and status code using Postman
Preconditions (2)
Step 1: Open Postman and create a new GET request
Step 2: Enter the API endpoint URL in the request URL field
Step 3: Click the Send button to send the request
Step 4: Observe the response status code and response time displayed in Postman
✅ Expected Result: The response status code should be 200 OK and the response time should be less than 2000 milliseconds