Beginner
Postman API Test Script
Create a collection of tests for a REST API using Postman's test scripting language.
📝 Prompt Content
Write JavaScript test code for a Postman request that hits a GET /users endpoint. The tests should verify that the status code is 200, the response time is less than 200ms, and the response body is an array containing objects with 'id' and 'username' properties.