{"info":{"_postman_id":"789920fb-3f99-464c-aab2-9a0c12451c82","name":"OnlineBanking","description":"<html><head></head><body><p>Banking Project APIs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20795624","collectionId":"789920fb-3f99-464c-aab2-9a0c12451c82","publishedId":"Uz5FHbSg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-01T10:23:40.000Z"},"item":[{"name":"Users","item":[{"name":"Login User","id":"e1288e91-b2da-433c-a6c7-950dec56d234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@sprints.com\",\r\n    \"hash_password\": \"password\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/signin","urlObject":{"port":"2000","path":["api","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1288e91-b2da-433c-a6c7-950dec56d234"},{"name":"Register User","id":"50cdd5e4-2606-4fb8-b76d-28ecba851366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"user\",\r\n    \"phone\": \"0112394909\",\r\n    \"email\": \"user@gmail.com\",\r\n    \"hash_password\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/signup","urlObject":{"port":"2000","path":["api","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"50cdd5e4-2606-4fb8-b76d-28ecba851366"},{"name":"Create Account","id":"c7c433b4-4823-40c6-9ca3-69b3a91559ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountType\": \"saving\",\r\n    \"accountBalance\": \"2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/createAccount","urlObject":{"port":"2000","path":["api","createAccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb253958-902a-4406-b5bd-eede7ddcfd4a","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountType\": \"saving\",\r\n    \"accountBalance\": \"2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/createAccount"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"221"},{"key":"ETag","value":"W/\"dd-fD2X4JED5BuECh4lwtr++f0Psh4\""},{"key":"Date","value":"Thu, 09 Jun 2022 12:12:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"7869464989\",\n    \"customerID\": \"627914a103206fb3159ae331\",\n    \"accountBalance\": 2000,\n    \"accountType\": \"saving\",\n    \"accountStatus\": \"pending\",\n    \"_id\": \"62a1e3997f3fd2d0ce023a2e\",\n    \"createdAt\": \"2022-06-09T12:12:09.566Z\",\n    \"__v\": 0\n}"}],"_postman_id":"c7c433b4-4823-40c6-9ca3-69b3a91559ac"},{"name":"Withdraw","id":"e9abec13-c6a3-4972-a454-1e55f2e841b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"5754456950\",\r\n    \"amount\": \"500\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/withdraw","urlObject":{"port":"2000","path":["api","withdraw"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3a0b1722-8db2-430e-8066-0f7d91ae7b1f","name":"Withdraw","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"5754456950\",\r\n    \"amount\": \"500\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38"},{"key":"ETag","value":"W/\"26-fTQbb7f/Z7Bq6Vl9Hr8vNnBlgY8\""},{"key":"Date","value":"Thu, 09 Jun 2022 14:59:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account balance updated.\"\n}"}],"_postman_id":"e9abec13-c6a3-4972-a454-1e55f2e841b7"},{"name":"Recharge","id":"99544684-0233-4550-a32d-ce36d0eca03b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"5754456950\",\r\n    \"amount\": \"500\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/recharge","urlObject":{"port":"2000","path":["api","recharge"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"99544684-0233-4550-a32d-ce36d0eca03b"},{"name":"Transfer","id":"7f3e2f41-646a-4182-8032-c80f9a92e989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"5754456950\",\r\n    \"amount\": \"500\",\r\n    \"destinationAccountNumber\": \"7869464989\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/transfer","urlObject":{"port":"2000","path":["api","transfer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f3e2f41-646a-4182-8032-c80f9a92e989"},{"name":"See User Accounts & Total Accounts Balance","id":"08dc3ea0-9a49-4469-a000-e6d80cbc6abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/userAccounts","urlObject":{"port":"2000","path":["api","userAccounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cfe5c905-f1ae-43b4-8b88-b0b11d9001f0","name":"localhost:2000/api/userAccounts","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountType\": \"saving\",\r\n    \"accountBalance\": \"180\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/userAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"476"},{"key":"ETag","value":"W/\"1dc-WgDavFlrOi6bgi+uRCyimmNaUkM\""},{"key":"Date","value":"Sat, 11 Jun 2022 15:22:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"_id\": \"62a4b109d3357b9bc0f8587e\",\n            \"accountNumber\": \"6425815749\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"accountBalance\": 900,\n            \"accountType\": \"saving\",\n            \"accountStatus\": \"pending\",\n            \"createdAt\": \"2022-06-11T15:13:13.861Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62a4b118d3357b9bc0f85881\",\n            \"accountNumber\": \"6203615454\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"accountBalance\": 180,\n            \"accountType\": \"saving\",\n            \"accountStatus\": \"pending\",\n            \"createdAt\": \"2022-06-11T15:13:28.406Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalBalance\": 1080\n}"}],"_postman_id":"08dc3ea0-9a49-4469-a000-e6d80cbc6abc"},{"name":"Display Transactions Log For Users","id":"c0695b60-1d7a-443c-abb3-8f2a1420e6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/transactions","urlObject":{"port":"2000","path":["api","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0695b60-1d7a-443c-abb3-8f2a1420e6e7"}],"id":"caf216b3-1d53-4f8e-89b8-2a03960311d8","_postman_id":"caf216b3-1d53-4f8e-89b8-2a03960311d8","description":""},{"name":"Admin","item":[{"name":"Register Admin","id":"cc5605e1-ce31-4283-9c5f-4f2f2ae285ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"admin\",\r\n    \"phone\": \"0112394909\",\r\n    \"email\": \"admin@gmail.com\",\r\n    \"hash_password\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/admin/signup","urlObject":{"port":"2000","path":["api","admin","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc5605e1-ce31-4283-9c5f-4f2f2ae285ba"},{"name":"Login Admin","id":"7963dc1d-6067-448f-8b3a-607c8fdbac0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"exam@sprints.com\",\r\n    \"hash_password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/signin","urlObject":{"port":"2000","path":["api","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7963dc1d-6067-448f-8b3a-607c8fdbac0d"},{"name":"Verifying User","id":"c6db9e44-ec37-469c-9199-340ea1e78093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@sprints.com\",\r\n    \"authorized\": \"false\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/verify","description":"<p>This API accepts or rejects users to login into the system.</p>\n","urlObject":{"port":"2000","path":["api","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6db9e44-ec37-469c-9199-340ea1e78093"},{"name":"See Users Details","id":"e9479794-4301-46af-b8b0-8064b1aa6602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/list","description":"<p>This API is used to get all users' data.</p>\n","urlObject":{"port":"2000","path":["api","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"37493ab5-1cbb-452a-8107-e5083ae8d2a0","name":"See Users Details","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/admin/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2240"},{"key":"ETag","value":"W/\"8c0-zZuVZnHLUXCJ/nDrelfxYi5MBlc\""},{"key":"Date","value":"Thu, 09 Jun 2022 12:15:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"authorized\": false,\n            \"_id\": \"627752658f2cc505f85dfc14\",\n            \"firstName\": \"Ahmed\",\n            \"lastName\": \"Basem\",\n            \"username\": \"demndf32\",\n            \"email\": \"demha@gmail.com\",\n            \"hash_password\": \"1234\",\n            \"role\": \"user\",\n            \"__v\": 0,\n            \"createdAt\": \"2022-06-09T12:15:41.250Z\"\n        },\n        {\n            \"authorized\": false,\n            \"_id\": \"62775ba8018e5a1ecf2f3c7d\",\n            \"firstName\": \"Ahmed\",\n            \"lastName\": \"Basem\",\n            \"username\": \"ab\",\n            \"email\": \"ahmed@gmail.com\",\n            \"hash_password\": \"1234\",\n            \"role\": \"user\",\n            \"__v\": 0,\n            \"createdAt\": \"2022-06-09T12:15:41.250Z\"\n        },\n        {\n            \"_id\": \"627914a103206fb3159ae331\",\n            \"firstName\": \"ahmad\",\n            \"lastName\": \"bassm\",\n            \"username\": \"adasb\",\n            \"email\": \"da@gmail.com\",\n            \"hash_password\": \"123123\",\n            \"role\": \"admin\",\n            \"__v\": 0,\n            \"authorized\": true,\n            \"createdAt\": \"2022-06-09T12:15:41.250Z\"\n        },\n        {\n            \"authorized\": false,\n            \"_id\": \"6292279c411dbaa22a8f2655\",\n            \"firstName\": \"Elshemy\",\n            \"lastName\": \"Ahmed\",\n            \"username\": \"ahmedelsheemy\",\n            \"email\": \"shah@gmail.com\",\n            \"hash_password\": \"S4321fd\",\n            \"role\": \"user\",\n            \"__v\": 0,\n            \"createdAt\": \"2022-06-09T12:15:41.251Z\"\n        },\n        {\n            \"_id\": \"6292340a0f6ae6e445dafd06\",\n            \"firstName\": \"admin\",\n            \"lastName\": \"admin\",\n            \"username\": \"admin\",\n            \"email\": \"admin@sprints.com\",\n            \"hash_password\": \"password\",\n            \"role\": \"admin\",\n            \"authorized\": false,\n            \"createdAt\": \"2022-05-28T14:39:06.811Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6292355f0f6ae6e445dafd09\",\n            \"firstName\": \"user\",\n            \"lastName\": \"user\",\n            \"username\": \"useruser\",\n            \"email\": \"user@sprints.com\",\n            \"hash_password\": \"password\",\n            \"role\": \"user\",\n            \"authorized\": true,\n            \"createdAt\": \"2022-05-28T14:44:47.497Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"629d3bee1d42f484ed0e80a7\",\n            \"firstName\": \"Mostafa\",\n            \"lastName\": \"Tawfik\",\n            \"username\": \"mostafa-tawfik\",\n            \"email\": \"m8ustafa.tawfik@gmail.com\",\n            \"hash_password\": \"user\",\n            \"role\": \"user\",\n            \"authorized\": true,\n            \"createdAt\": \"2022-06-05T23:27:42.038Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"629e512abc5326ac0b200960\",\n            \"firstName\": \"hi\",\n            \"lastName\": \"hi\",\n            \"username\": \"hihi\",\n            \"email\": \"hi@test.com\",\n            \"hash_password\": \"hihihi\",\n            \"role\": \"user\",\n            \"authorized\": true,\n            \"createdAt\": \"2022-06-06T19:10:34.174Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"629f15bf6d7db654820daa3d\",\n            \"firstName\": \"Alex\",\n            \"lastName\": \"Alex\",\n            \"username\": \"alex\",\n            \"email\": \"alex@gmail.com\",\n            \"hash_password\": \"12345677\",\n            \"role\": \"user\",\n            \"authorized\": false,\n            \"createdAt\": \"2022-06-07T09:09:19.446Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62a0b8abfc0add54303bc377\",\n            \"fullName\": \"x y\",\n            \"phone\": \"0123456789\",\n            \"email\": \"xy@test.com\",\n            \"hash_password\": \"1234\",\n            \"role\": \"user\",\n            \"authorized\": true,\n            \"createdAt\": \"2022-06-08T14:56:43.846Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"e9479794-4301-46af-b8b0-8064b1aa6602"},{"name":"Chnage Account Status","id":"2d8205c6-e5b7-4910-ae98-2bd2349c89bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"5754456950\",\r\n    \"accountStatus\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/approval","urlObject":{"port":"2000","path":["api","approval"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"67048edf-921d-4155-9246-8311852a03c0","name":"Chnage Account Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"5754456950\",\r\n    \"accountStatus\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/admin/approval"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-3g52rmsDNhi3+gyvlmKF5Cwq+mA\""},{"key":"Date","value":"Thu, 09 Jun 2022 12:18:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account status updated.\"\n}"}],"_postman_id":"2d8205c6-e5b7-4910-ae98-2bd2349c89bc"},{"name":"See Accounts per user","id":"446c46ef-b912-49bd-b505-edea4a09465b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:2000/api/listAccounts/62a32fb9153db8f07a590778","urlObject":{"port":"2000","path":["api","listAccounts","62a32fb9153db8f07a590778"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8a08fbdd-e1cc-47ac-b348-a5cdf61d6005","name":"See All Accounts Details","originalRequest":{"method":"GET","header":[],"url":"localhost:2000/api/admin/listAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1039"},{"key":"ETag","value":"W/\"40f-KiPmAny7vsQCy30Qa1nrzTr20Ok\""},{"key":"Date","value":"Sat, 11 Jun 2022 14:53:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"accountStatus\": \"pending\",\n            \"_id\": \"62a10f6fbfba34907f1fb169\",\n            \"accountNumber\": \"7272175783\",\n            \"customerID\": \"(req, res) => {\\r\\n    const token = req.headers.authorization.split(\\\" \\\")[1];\\r\\n    const user = jwt.verify(token, process.env.SHH);\\r\\n    return user._id;\\r\\n}\",\n            \"accountBalance\": 600,\n            \"accountType\": \"saving\",\n            \"createdAt\": \"2022-06-08T21:06:55.774Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62a112f7b9ba4ad5077d41af\",\n            \"accountNumber\": \"5754456950\",\n            \"customerID\": \"62a0b8abfc0add54303bc377\",\n            \"accountBalance\": 3950,\n            \"accountType\": \"saving\",\n            \"createdAt\": \"2022-06-08T21:21:59.113Z\",\n            \"__v\": 0,\n            \"accountStatus\": \"active\"\n        },\n        {\n            \"_id\": \"62a1e3997f3fd2d0ce023a2e\",\n            \"accountNumber\": \"7869464989\",\n            \"customerID\": \"627914a103206fb3159ae331\",\n            \"accountBalance\": 3000,\n            \"accountType\": \"saving\",\n            \"createdAt\": \"2022-06-09T12:12:09.566Z\",\n            \"__v\": 0,\n            \"accountStatus\": \"active\"\n        },\n        {\n            \"_id\": \"62a4a3e9f6becb9a401f0c0c\",\n            \"accountNumber\": \"4294502502\",\n            \"customerID\": \"62a0b8abfc0add54303bc377\",\n            \"accountBalance\": 1500,\n            \"accountType\": \"saving\",\n            \"accountStatus\": \"pending\",\n            \"createdAt\": \"2022-06-11T14:17:13.903Z\",\n            \"__v\": 0\n        }\n    ]\n}"},{"id":"e81327a6-2a2c-4d5e-8c95-6ff5afa2da7b","name":"See Accounts per user","originalRequest":{"method":"GET","header":[],"url":"localhost:2000/api/admin/listAccounts/62a32fb9153db8f07a590778"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"673"},{"key":"ETag","value":"W/\"2a1-zAqmyFI/QH657HqefQzEZ/xUqdo\""},{"key":"Date","value":"Wed, 15 Jun 2022 22:38:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"_id\": \"62a4b109d3357b9bc0f8587e\",\n            \"accountNumber\": \"6425815749\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"accountBalance\": 800,\n            \"accountType\": \"saving\",\n            \"accountStatus\": \"active\",\n            \"createdAt\": \"2022-06-11T15:13:13.861Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62a4b118d3357b9bc0f85881\",\n            \"accountNumber\": \"6203615454\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"accountBalance\": 400,\n            \"accountType\": \"saving\",\n            \"accountStatus\": \"active\",\n            \"createdAt\": \"2022-06-11T15:13:28.406Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62a7a2479364844fb263ece3\",\n            \"accountNumber\": \"8718414266\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"accountBalance\": 0,\n            \"accountType\": \"saving\",\n            \"accountStatus\": \"pending\",\n            \"createdAt\": \"2022-06-13T20:47:03.409Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"446c46ef-b912-49bd-b505-edea4a09465b"},{"name":"See Transactions per user","id":"504014b6-2ea1-49be-9929-ebc1a9b5228f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"user@gmail.com\",\r\n    \"hash_password\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/listTransactions/62a32fb9153db8f07a590778","urlObject":{"port":"2000","path":["api","listTransactions","62a32fb9153db8f07a590778"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9f793685-f72e-49ef-be8f-052fe54b2637","name":"See Transactions per user","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"user@gmail.com\",\r\n    \"hash_password\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/listTransactions/62a32fb9153db8f07a590778"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"492"},{"key":"ETag","value":"W/\"1ec-YUe3puu/w+pWd3yZXVyrHnixuaw\""},{"key":"Date","value":"Thu, 16 Jun 2022 13:37:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactions\": [\n        {\n            \"_id\": \"62a87d203503445da05b201b\",\n            \"accountNumber\": \"6203615454\",\n            \"transactionType\": \"received\",\n            \"amount\": 100,\n            \"transactionDate\": \"2022-06-14T12:20:48.648Z\",\n            \"description\": \"Transfer from 6425815749\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62a87d203503445da05b201a\",\n            \"accountNumber\": \"6425815749\",\n            \"transactionType\": \"sent\",\n            \"amount\": 100,\n            \"transactionDate\": \"2022-06-14T12:20:48.644Z\",\n            \"description\": \"Transfer to 6203615454\",\n            \"customerID\": \"62a32fb9153db8f07a590778\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"504014b6-2ea1-49be-9929-ebc1a9b5228f"},{"name":"Get All Transactions","id":"f63c6072-0946-4eb7-95e7-c3d39971a2b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/listTransactions/","urlObject":{"port":"2000","path":["api","listTransactions",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f63c6072-0946-4eb7-95e7-c3d39971a2b3"},{"name":"Get All Accounts","id":"c665ae5a-3efa-47e8-926a-8c73f594a75b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"email\": \"admin@gmail.com\",\r\n    \"authorized\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:2000/api/listAccounts/","urlObject":{"port":"2000","path":["api","listAccounts",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c665ae5a-3efa-47e8-926a-8c73f594a75b"}],"id":"1b5b3986-bea7-416d-a4b6-221195b623e1","_postman_id":"1b5b3986-bea7-416d-a4b6-221195b623e1","description":""}]}