{ "info": { "_postman_id": "8ad0cea0-0f69-4a15-8a53-ce175248501f", "name": "ShopChargeSample", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "دریافت توکن", "request": { "method": "POST", "header": [ { "key": "_token_", "value": "Your API Token", "type": "text" }, { "key": "_token_issuer_", "value": "1", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "scProductId", "value": "47512", "description": "* Required, شناسه محصول", "type": "text" } ] }, "url": { "raw": "https://api.pod.ir/srv/sc/nzh/doServiceCall", "protocol": "https", "host": [ "api", "pod", "ir" ], "path": [ "srv", "sc", "nzh", "doServiceCall" ] } }, "response": [] }, { "name": "خرید شارژ", "request": { "method": "POST", "header": [ { "key": "_token_", "value": "Your API Token", "type": "text" }, { "key": "_token_issuer_", "value": "1", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" }, { "key": "Authorization", "value": "", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "scProductId", "value": "47513", "description": "* Required, شناسه محصول", "type": "text" }, { "key": "scApiKey", "value": "", "description": "* Required", "type": "text" }, { "key": "mobileNumber", "value": "", "description": "* Required", "type": "text" }, { "key": "productCode", "value": "", "description": "* Required", "type": "text" }, { "key": "amount", "value": "", "description": "* Required", "type": "text" } ] }, "url": { "raw": "{{platform_url}}/nzh/doServiceCall", "host": [ "{{platform_url}}" ], "path": [ "nzh", "doServiceCall" ] } }, "response": [] } ] }