{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably OAuth API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "OauthController_createServiceToken_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/oauth/token", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }