{"info":{"_postman_id":"8c3143c1-7c0d-440a-b749-ee3a282ccdf2","name":"Finance","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15022959","collectionId":"8c3143c1-7c0d-440a-b749-ee3a282ccdf2","publishedId":"2s93XsYSGF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-09T23:30:18.000Z"},"item":[{"name":"getBalance","id":"2bf416ac-fd80-4171-98d1-617c24656396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"","type":"text"}],"url":"http://localhost:3030/balance?user=643b16cc7acc7369a0b1f77a","urlObject":{"protocol":"http","port":"3030","path":["balance"],"host":["localhost"],"query":[{"key":"user","value":"643b16cc7acc7369a0b1f77a"}],"variable":[]}},"response":[],"_postman_id":"2bf416ac-fd80-4171-98d1-617c24656396"},{"name":"getGains","id":"74d19b94-1d60-438c-b47c-3356c30bb778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:3030/gain","urlObject":{"protocol":"http","port":"3030","path":["gain"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74d19b94-1d60-438c-b47c-3356c30bb778"},{"name":"deleteGain","id":"d8c9e155-2594-4bd9-a9b2-7ecba8bd4d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:3030/gain?id=64569b4455ed20f5f12af14f","urlObject":{"protocol":"http","port":"3030","path":["gain"],"host":["localhost"],"query":[{"key":"id","value":"64569b4455ed20f5f12af14f"}],"variable":[]}},"response":[],"_postman_id":"d8c9e155-2594-4bd9-a9b2-7ecba8bd4d45"},{"name":"getDebits","id":"d4c93891-7393-44c7-a19f-c7bec9c363e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3030/debit","urlObject":{"protocol":"http","port":"3030","path":["debit"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4c93891-7393-44c7-a19f-c7bec9c363e5"},{"name":"deleteDebit","id":"18651d5d-f648-4e30-8316-4506ddb0baf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3030/debit?id","urlObject":{"protocol":"http","port":"3030","path":["debit"],"host":["localhost"],"query":[{"key":"id","value":null}],"variable":[]}},"response":[],"_postman_id":"18651d5d-f648-4e30-8316-4506ddb0baf1"},{"name":"getUsers","id":"b0df2645-fb11-4d64-a3b8-9ec9af2ec533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3030/user","urlObject":{"protocol":"http","port":"3030","path":["user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0df2645-fb11-4d64-a3b8-9ec9af2ec533"},{"name":"deleteUser","id":"f42d4968-9819-4260-b535-91037659b1ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3030/user?id","urlObject":{"protocol":"http","port":"3030","path":["user"],"host":["localhost"],"query":[{"key":"id","value":null}],"variable":[]}},"response":[],"_postman_id":"f42d4968-9819-4260-b535-91037659b1ec"},{"name":"getExtract","id":"d2e0a946-3008-433e-be35-cf61b5ef10d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:3030/extract?user=64502a38a72fbeda8623b013","urlObject":{"protocol":"http","port":"3030","path":["extract"],"host":["localhost"],"query":[{"key":"user","value":"64502a38a72fbeda8623b013"}],"variable":[]}},"response":[],"_postman_id":"d2e0a946-3008-433e-be35-cf61b5ef10d4"},{"name":"addUser","id":"2fd73552-3af8-43b9-aa6f-ade8986b52e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"login\":\"egydio\",\r\n    \"password\": \"egydio\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3030/user","urlObject":{"protocol":"http","port":"3030","path":["user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd73552-3af8-43b9-aa6f-ade8986b52e2"},{"name":"addGains","id":"ef01a0cc-b4c3-431e-8c8f-c5d58346eb86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"value\": 100,\r\n        \"user\":\"643b16cc7acc7369a0b1f77a\",\r\n        \"description\":\"test\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3030/gain","urlObject":{"protocol":"http","port":"3030","path":["gain"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef01a0cc-b4c3-431e-8c8f-c5d58346eb86"},{"name":"addDebits","id":"f60bfdf5-1fc0-45f2-bfaa-3dd9cecafd83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"value\": 100,\r\n        \"user\":\"643b16cc7acc7369a0b1f77a\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3030/debit","urlObject":{"protocol":"http","port":"3030","path":["debit"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f60bfdf5-1fc0-45f2-bfaa-3dd9cecafd83"},{"name":"Login","id":"e73a480c-6a54-47c0-82e7-8a4cf085821e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"login\":\"\",\r\n    \"password\": \"\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3030/login","urlObject":{"protocol":"http","port":"3030","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e73a480c-6a54-47c0-82e7-8a4cf085821e"},{"name":"New request","id":"3a6ad3ba-75d9-4351-9bda-17d1e13b32a1","request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"3a6ad3ba-75d9-4351-9bda-17d1e13b32a1"}]}