{ "opencollection": "1.0.0", "info": { "name": "NetBird REST Accounts Checkout API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Checkout", "type": "folder" }, "items": [ { "info": { "name": "Create checkout session", "type": "http" }, "http": { "method": "POST", "url": "https://api.netbird.io/api/integrations/billing/checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Create checkout session" } ] } ], "bundled": true }