Verify API documentation helps users successfully call the API
Preconditions (2)
Step 1: Open the API documentation in Postman
Step 2: Read the example request for the 'Get User' endpoint
Step 3: Create a new request in Postman using the example details
Step 4: Send the request to the API
Step 5: Observe the response status and body
✅ Expected Result: The API request succeeds with status 200 and returns the expected user data as shown in the documentation