{ "opencollection": "1.0.0", "info": { "name": "Ziina Account Refund API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refund", "type": "folder" }, "items": [ { "info": { "name": "RefundController_initiateRefund", "type": "http" }, "http": { "method": "POST", "url": "https://api-v2.ziina.com/api/refund", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "RefundController_getRefund", "type": "http" }, "http": { "method": "GET", "url": "https://api-v2.ziina.com/api/refund/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id of the refund" } ] } } ] } ], "bundled": true }