{ "variable": [ { "id": "baseUrl", "key": "baseUrl", "type": "string", "name": "string", "value": "http:\/\/forge.test" } ], "info": { "name": "The Forge API Documentation", "_postman_id": "111f14f0-1551-4ff3-a8c0-1301df26b9c2", "description": "", "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json" }, "item": [ { "name": "Authentication", "description": "", "item": [ { "name": "Login", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/login", "query": [], "raw": "{{baseUrl}}\/api\/login" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"email\":\"olson.margret@example.net\",\"password\":\"j\\\/.0^{~eOsyx^\",\"token_name\":\"Dynamic API Token\"}" }, "description": "Authenticates the user and returns a read-only API token. This API token can then be saved and used for future\nrequests that require authentication.