{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Webhook API", "version": "1.0" }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "스트라이프 웹훅", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/webhook/stripe", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "스트라이프 웹훅" } ] } ], "bundled": true }