{ "opencollection": "1.0.0", "info": { "name": "Unlock Locksmith Applications Contracts API", "version": "2" }, "items": [ { "info": { "name": "Contracts", "type": "folder" }, "items": [ { "info": { "name": "createLockContract", "type": "http" }, "http": { "method": "POST", "url": "https://locksmith.unlock-protocol.com/v2/api/contracts/:network/lock", "headers": [ { "name": "captcha", "value": "" } ], "params": [ { "name": "network", "value": "", "type": "path", "description": "Network id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }