{"info":{"_postman_id":"05209cf2-c763-4404-8736-3cc493621b65","name":"Projeto LabeBank","description":"<html><head></head><body><p>desc</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19721466","collectionId":"05209cf2-c763-4404-8736-3cc493621b65","publishedId":"UzXNSwT5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-09-21T18:43:46.000Z"},"item":[{"name":"getAllUsers","id":"355e66e1-cc70-4aff-802f-e6f27fd661f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/getAllUsers","description":"<p>teste alisson</p>\n","urlObject":{"protocol":"http","port":"3003","path":["getAllUsers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"355e66e1-cc70-4aff-802f-e6f27fd661f6"},{"name":"getBalance","id":"8aa93944-270e-4fbb-b8fa-21b02988b0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/getBalance?cpf=00000000001&name=mingaU","urlObject":{"protocol":"http","port":"3003","path":["getBalance"],"host":["localhost"],"query":[{"key":"cpf","value":"00000000001"},{"key":"name","value":"mingaU"}],"variable":[]}},"response":[],"_postman_id":"8aa93944-270e-4fbb-b8fa-21b02988b0c3"},{"name":"CreateAccount","id":"af97955b-b2a2-4aeb-82d6-f5aa535d622c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cremoso\",\r\n    \"cpf\": \"00000000004\",\r\n    \"birthDate\": \"01/01/2017\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/createAccount","urlObject":{"protocol":"http","port":"3003","path":["createAccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af97955b-b2a2-4aeb-82d6-f5aa535d622c"},{"name":"addBalance","id":"64b82c23-eee9-4da5-ab6e-c1642ca2487e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cpf\": \"00000000001\",\r\n    \"saldo\": 800\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/addBalance","urlObject":{"protocol":"http","port":"3003","path":["addBalance"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b82c23-eee9-4da5-ab6e-c1642ca2487e"},{"name":"payAccount","id":"57f04a3b-fb76-40b9-98c1-9137a7c70041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cpf\": \"00000000001\",\r\n    \"conta\": 10,\r\n    \"date\": \"01/02/2022\",\r\n    \"description\": \"Ração\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/payAccount","urlObject":{"protocol":"http","port":"3003","path":["payAccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57f04a3b-fb76-40b9-98c1-9137a7c70041"},{"name":"transferMoney","id":"68724138-60b7-48e1-99b9-e548a9659115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Mingau\",\r\n    \"cpf\": \"00000000001\",\r\n    \"nameDestinatario\": \"Marie\",\r\n    \"cpfDestinatario\": \"00000000002\",\r\n    \"value\": 50\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/transfer","urlObject":{"protocol":"http","port":"3003","path":["transfer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68724138-60b7-48e1-99b9-e548a9659115"}]}