{"info":{"_postman_id":"275d7fa8-1b51-4697-a43b-4e9ca771abcd","name":"BankingAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17748340","collectionId":"275d7fa8-1b51-4697-a43b-4e9ca771abcd","publishedId":"UVXbuKYk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-04T20:58:25.000Z"},"item":[{"name":"auth","item":[{"name":"Register","id":"8f3df036-83ef-42ba-ab18-1bd4c0787e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\" : \"<string>\",\r\n    \"lastName\" : \"<string>\",\r\n    \"email\" : \"<string>\",\r\n    \"password\": \"<string>\",\r\n    \"confirmPassword\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:6080/api/auth/register","urlObject":{"protocol":"http","port":"6080","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f3df036-83ef-42ba-ab18-1bd4c0787e48"},{"name":"Login","id":"e8251ee1-96a7-4d5c-a09c-aa28e53fee23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" :\"<string>\",\r\n    \"password\":\"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:6080/api/auth/login","urlObject":{"protocol":"http","port":"6080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8251ee1-96a7-4d5c-a09c-aa28e53fee23"},{"name":"Verify Account","id":"deba5e68-6c69-4e42-9ffb-5c3d51afbdcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"<string>\",\r\n    \"otp\":\"<Number>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:6080/api/auth/verify-account","urlObject":{"protocol":"http","port":"6080","path":["api","auth","verify-account"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"deba5e68-6c69-4e42-9ffb-5c3d51afbdcd"}],"id":"be879d80-c5b6-4db0-bb61-8351bb123b3a","_postman_id":"be879d80-c5b6-4db0-bb61-8351bb123b3a","description":""},{"name":"account","item":[{"name":"Create Account","id":"cba8be4f-276a-4cb8-8372-b8835c5471fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxZDRiMGM2NGU5MmJkZTc5MmVjMWY5NSIsImlhdCI6MTY0MTMyOTQxNywiZXhwIjoxNjQ0OTI5NDE3fQ.cB0IAVT7fHl-vi1ffcYFwnCNXyG9A460nCMalvDVG_g","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountType\": \"<string>\",\r\n    \"pin\": \"<Number>\",\r\n    \"confirmPin\":\"<Number>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:6080/api/account/createaccount","urlObject":{"protocol":"http","port":"6080","path":["api","account","createaccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cba8be4f-276a-4cb8-8372-b8835c5471fd"}],"id":"e78486c6-53c7-49e8-a594-1e41bdb59049","_postman_id":"e78486c6-53c7-49e8-a594-1e41bdb59049","description":""}]}