{ "opencollection": "1.0.0", "info": { "name": "WD My Cloud Home Authentication Sharing API", "version": "v2" }, "items": [ { "info": { "name": "Sharing", "type": "folder" }, "items": [ { "info": { "name": "Create Share", "type": "http" }, "http": { "method": "POST", "url": "https://config.mycloud.com/v1/shares", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a share link for one or more files on the device." } ] } ], "bundled": true }