{ "opencollection": "1.0.0", "info": { "name": "Ziina Account API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Retrieve account information", "type": "http" }, "http": { "method": "GET", "url": "https://api-v2.ziina.com/api/account" }, "docs": "Fetch details about the account based on the provided Bearer token in the Authorization header." } ] } ], "bundled": true }