{ "opencollection": "1.0.0", "info": { "name": "Discord Interactions Application Commands Voice API", "version": "10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Voice", "type": "folder" }, "items": [ { "info": { "name": "list_voice_regions", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/voice/regions", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }