{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Coupons API", "version": "2" }, "items": [ { "info": { "name": "Coupons", "type": "folder" }, "items": [ { "info": { "name": "List Coupons", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/coupons" }, "docs": "List Coupons" }, { "info": { "name": "Create Coupon", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/coupons", "body": { "type": "json", "data": "{}" } }, "docs": "Create Coupon" } ] } ], "bundled": true }