This is a sample Postman collection for testing purposes.
Method: POST
Headers:
Body Mode: raw
Body:
{ "username": "testuser", "password": "testpassword" }
URL: https://api.example.com/login
Method: POST
Headers:
URL: https://api.example.com/logout
Method: GET
Headers:
URL: https://api.example.com/users
Method: POST
Headers:
Body Mode: raw
Body:
{ "name": "John Doe", "email": "john.doe@example.com" }
URL: https://api.example.com/users
Method: GET
URL: https://api.example.com/products
Method: GET
URL: https://api.example.com/products/123