{ "info": { "name": "Helpix", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "register", "event": [], "request": { "method": "POST", "header": [], "auth": { "type": "noauth" }, "description": "", "url": { "raw": "{{baseUrl}}/register", "protocol": "", "host": [ "{{baseUrl}}" ], "path": [ "register" ], "query": [], "variable": [] }, "body": { "mode": "raw", "raw": "{\n \"nomeParticipante\": \"Participante Teste\",\n \"tipoDocumento\": 1,\n \"numeroDocumento\": 64655215801,\n \"numeroConta\": 10331,\n \"numeroAgencia\": 551,\n \"tipoConta\": 1\n}", "options": { "raw": { "language": "json" } } } } }, { "name": "release", "event": [], "request": { "method": "GET", "header": [], "auth": { "type": "noauth" }, "description": "", "url": { "raw": "{{baseUrl}}/release/:requestID", "protocol": "", "host": [ "{{baseUrl}}" ], "path": [ "release", ":requestID" ], "query": [], "variable": [ { "key": "requestID", "value": "1259843" } ] }, "body": { "mode": "raw", "options": { "raw": { "language": "json" } } } } }, { "name": "request", "event": [], "request": { "method": "POST", "header": [], "auth": { "type": "noauth" }, "description": "", "url": { "raw": "{{baseUrl}}/request", "protocol": "", "host": [ "{{baseUrl}}" ], "path": [ "request" ], "query": [], "variable": [] }, "body": { "mode": "raw", "raw": "{\n \"amount\": \"100\",\n \"pixTarget\": 145\n}", "options": { "raw": { "language": "json" } } } } }, { "name": "bruno", "event": [] } ], "variable": [ { "key": "baseUrl", "value": "", "type": "default" } ] }