{ "opencollection": "1.0.0", "info": { "name": "Publer Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get Current User", "type": "http" }, "http": { "method": "GET", "url": "https://app.publer.com/api/v1/users/me" }, "docs": "Retrieves information about the currently authenticated user." } ] } ], "bundled": true }