{"info":{"_postman_id":"faaa789d-829c-4fb2-b167-1102b228f779","name":"Send Me","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11971882","collectionId":"faaa789d-829c-4fb2-b167-1102b228f779","publishedId":"TzsYLo6w","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-21T14:45:46.000Z"},"item":[{"name":"CREATE User","id":"dc125e59-8bc7-42b4-96ba-e7cf6200ef06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"donaldboy1@gmail.com\",\r\n    \"username\": \"Theobioflagos1\",\r\n    \"password\": \"ejiofor52\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://donald-sendme.herokuapp.com/api/v1/users/signup","urlObject":{"protocol":"https","path":["api","v1","users","signup"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"eaa4b25a-6b7d-4d84-aa39-7c69164e6abc","name":"CREATE User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"donaldboy1@gmail.com\",\r\n    \"username\": \"Theobioflagos1\",\r\n    \"password\": \"ejiofor52\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/signup"},"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":"381"},{"key":"ETag","value":"W/\"17d-r0abp1+BJAmd1FVLnogEyx7hG/M\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:00:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"message\": \"User created Successfuly, Kindly log in!\",\n    \"createdUser\": {\n        \"id\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n        \"globalBalance\": 0,\n        \"email\": \"donaldboy1@gmail.com\",\n        \"username\": \"theobioflagos1\",\n        \"password\": \"$2b$10$4OhnlebBUBdZzV4YcygRCuNTOztDqKMAgyufjngx10tXgV5krulqW\",\n        \"accountNo\": \"3505227437\",\n        \"updatedAt\": \"2021-07-21T14:00:45.184Z\",\n        \"createdAt\": \"2021-07-21T14:00:45.184Z\"\n    }\n}"}],"_postman_id":"dc125e59-8bc7-42b4-96ba-e7cf6200ef06"},{"name":"Log In User","id":"6fa35424-6b9f-451f-98b1-2ae9577fae1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"email\": \"donaldboy1@gmail.com\",\r\n    \"password\": \"ejiofor52\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://donald-sendme.herokuapp.com/api/v1/users/signin","urlObject":{"protocol":"https","path":["api","v1","users","signin"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"ba3c57c9-b2dd-4227-b34c-71cb22e58bf6","name":"Log In User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"email\": \"donaldboy1@gmail.com\",\r\n    \"password\": \"ejiofor52\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/signin"},"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":"330"},{"key":"ETag","value":"W/\"14a-6OVa6SNE0Yg2CyPRCL155Y2h2ig\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:01:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"User Logged in Successfully.\",\n    \"data\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjMwZGFhYzNlLTRjZjAtNDljNC04NTE3LTRkMDM4Y2MyZGZlYyIsInVzZXJuYW1lIjoidGhlb2Jpb2ZsYWdvczEiLCJlbWFpbCI6ImRvbmFsZGJveTFAZ21haWwuY29tIiwiaWF0IjoxNjI2ODc2MDgzLCJleHAiOjE2MjY5NjI0ODN9.Bgsnle4YhK81Z7fD06ysNO9WZqD0IqSAhHrF_c6Bdnc\"\n}"}],"_postman_id":"6fa35424-6b9f-451f-98b1-2ae9577fae1d"},{"name":"Fetch all users","id":"fa088ebc-122c-49ee-9ee2-0ea9546485b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/users","urlObject":{"protocol":"https","path":["api","v1","users"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c36488ba-d143-41b3-a14a-37a31b1ee78c","name":"Fetch all users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users"},"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":"7660"},{"key":"ETag","value":"W/\"1dec-FrEqVGuX9uP6ck7RA0cheQYlplM\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:03:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Successfully retrived all Users\",\n    \"data\": [\n        {\n            \"id\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n            \"email\": \"francis@gmail.com\",\n            \"username\": \"iamfrancis\",\n            \"password\": \"$2b$10$nI4cBB33c8BN09t8UHtTi.iO8VzjE6yoATB2gpUBTehAkdy5RN4Km\",\n            \"accountNo\": \"2070122778\",\n            \"globalBalance\": 25000,\n            \"createdAt\": \"2021-07-21T13:42:49.137Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.137Z\",\n            \"profiles\": {\n                \"id\": \"0a973445-7f4e-412d-a880-96a7f708cc62\",\n                \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n                \"firstName\": \"Francis\",\n                \"lastName\": \"Adeleke\",\n                \"profilePicture\": \"dog.jpg\",\n                \"createdAt\": \"2021-07-21T13:42:49.355Z\",\n                \"updatedAt\": \"2021-07-21T13:42:49.355Z\"\n            },\n            \"credits\": [\n                {\n                    \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb4b9f\",\n                    \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n                    \"amount\": 10000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Francis Adeleke\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                },\n                {\n                    \"id\": \"c375c640-81ff-405a-89a8-460ea2f71755\",\n                    \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n                    \"amount\": 10000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Francis Adeleke\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                }\n            ],\n            \"debits\": [\n                {\n                    \"id\": \"c375c640-81ff-405a-89a8-460ea2f71875\",\n                    \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n                    \"amount\": 10000,\n                    \"receiverAccount\": \"2070122558\",\n                    \"receiverName\": \"Taiwo Friday\",\n                    \"transactionType\": \"Transfer\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                },\n                {\n                    \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb442e\",\n                    \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n                    \"amount\": 10000,\n                    \"receiverAccount\": \"2070122778\",\n                    \"receiverName\": \"Francis Adeleke\",\n                    \"transactionType\": \"Withdrawal\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                }\n            ]\n        },\n        {\n            \"id\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n            \"email\": \"ufuoma@gmail.com\",\n            \"username\": \"bellogo\",\n            \"password\": \"$2b$10$nI4cBB33c8BN09t8UHtTi.iO8VzjE6yoATB2gpUBTehAkdy5RN4Km\",\n            \"accountNo\": \"2070122558\",\n            \"globalBalance\": 35000,\n            \"createdAt\": \"2021-07-21T13:42:49.137Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.137Z\",\n            \"profiles\": {\n                \"id\": \"330547ae-d310-4b4b-a70e-a11eb9dde8f9\",\n                \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n                \"firstName\": \"Taiwo\",\n                \"lastName\": \"Friday\",\n                \"profilePicture\": \"dog.jpg\",\n                \"createdAt\": \"2021-07-21T13:42:49.355Z\",\n                \"updatedAt\": \"2021-07-21T13:42:49.355Z\"\n            },\n            \"credits\": [\n                {\n                    \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5e97a\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n                    \"amount\": 40000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Taiwo Friday\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                },\n                {\n                    \"id\": \"a430e505-937b-4908-9422-7aa57044e85a\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n                    \"amount\": 6000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Taiwo Friday\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                }\n            ],\n            \"debits\": [\n                {\n                    \"id\": \"a430e505-937b-4908-9422-7aa57044e5b8\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n                    \"amount\": 6000,\n                    \"receiverAccount\": \"2070122778\",\n                    \"receiverName\": \"Francis Adeleke\",\n                    \"transactionType\": \"Transfer\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                },\n                {\n                    \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5ed6e\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n                    \"amount\": 40000,\n                    \"receiverAccount\": \"2070122558\",\n                    \"receiverName\": \"Taiwo Friday\",\n                    \"transactionType\": \"Withdrawal\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                }\n            ]\n        },\n        {\n            \"id\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n            \"email\": \"fiyin@gmail.com\",\n            \"username\": \"fiyinsendev\",\n            \"password\": \"$2b$10$nI4cBB33c8BN09t8UHtTi.iO8VzjE6yoATB2gpUBTehAkdy5RN4Km\",\n            \"accountNo\": \"2070125789\",\n            \"globalBalance\": 17000,\n            \"createdAt\": \"2021-07-21T13:42:49.137Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.137Z\",\n            \"profiles\": {\n                \"id\": \"c375c640-81ff-405a-89a8-460ea2f71756\",\n                \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n                \"firstName\": \"Ishola\",\n                \"lastName\": \"Wizkid\",\n                \"profilePicture\": \"dog.jpg\",\n                \"createdAt\": \"2021-07-21T13:42:49.355Z\",\n                \"updatedAt\": \"2021-07-21T13:42:49.355Z\"\n            },\n            \"credits\": [\n                {\n                    \"id\": \"a430e505-937b-4908-9422-7aa57044e855\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n                    \"amount\": 60000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Ishola Wizkid\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                },\n                {\n                    \"id\": \"c375c640-81ff-405a-89a8-460ea2f71877\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n                    \"amount\": 10000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Ishola Wizkid\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                }\n            ],\n            \"debits\": [\n                {\n                    \"id\": \"c375c640-81ff-405a-89a8-460ea2f71ff3\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n                    \"amount\": 10000,\n                    \"receiverAccount\": \"2070122778\",\n                    \"receiverName\": \"Francis Adeleke\",\n                    \"transactionType\": \"Transfer\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                },\n                {\n                    \"id\": \"a430e505-937b-4908-9422-7aa57044e84a\",\n                    \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n                    \"amount\": 60000,\n                    \"receiverAccount\": \"2070125789\",\n                    \"receiverName\": \"Ishola Wizkid\",\n                    \"transactionType\": \"Withdrawal\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                }\n            ]\n        },\n        {\n            \"id\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n            \"email\": \"godspower@gmail.com\",\n            \"username\": \"therealgodspower\",\n            \"password\": \"$2b$10$nI4cBB33c8BN09t8UHtTi.iO8VzjE6yoATB2gpUBTehAkdy5RN4Km\",\n            \"accountNo\": \"2070123456\",\n            \"globalBalance\": 15000,\n            \"createdAt\": \"2021-07-21T13:42:49.137Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.137Z\",\n            \"profiles\": {\n                \"id\": \"a430e505-937b-4908-9422-7aa57044e85c\",\n                \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n                \"firstName\": \"Bolaji\",\n                \"lastName\": \"Emma\",\n                \"profilePicture\": \"dog.jpg\",\n                \"createdAt\": \"2021-07-21T13:42:49.355Z\",\n                \"updatedAt\": \"2021-07-21T13:42:49.355Z\"\n            },\n            \"credits\": [\n                {\n                    \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb4b9e\",\n                    \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n                    \"amount\": 30000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Bolaji Emma\",\n                    \"createdAt\": \"2021-07-21T13:42:49.604Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.604Z\"\n                },\n                {\n                    \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5e97e\",\n                    \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n                    \"amount\": 40000,\n                    \"transactionType\": \"Deposit\",\n                    \"senderName\": \"Bolaji Emma\",\n                    \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n                }\n            ],\n            \"debits\": [\n                {\n                    \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5e9cc\",\n                    \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n                    \"amount\": 40000,\n                    \"receiverAccount\": \"2070122778\",\n                    \"receiverName\": \"Francis Adeleke\",\n                    \"transactionType\": \"Transfer\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                },\n                {\n                    \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb4bab\",\n                    \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n                    \"amount\": 30000,\n                    \"receiverAccount\": \"2070122558\",\n                    \"receiverName\": \"Taiwo Friday\",\n                    \"transactionType\": \"Transfer\",\n                    \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n                    \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n                }\n            ]\n        },\n        {\n            \"id\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n            \"email\": \"donaldboy1@gmail.com\",\n            \"username\": \"theobioflagos1\",\n            \"password\": \"$2b$10$4OhnlebBUBdZzV4YcygRCuNTOztDqKMAgyufjngx10tXgV5krulqW\",\n            \"accountNo\": \"3505227437\",\n            \"globalBalance\": 0,\n            \"createdAt\": \"2021-07-21T14:00:45.184Z\",\n            \"updatedAt\": \"2021-07-21T14:00:45.184Z\",\n            \"profiles\": {\n                \"id\": \"f21f9166-b9c1-4f0b-8707-20a66a932968\",\n                \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n                \"firstName\": null,\n                \"lastName\": null,\n                \"profilePicture\": null,\n                \"createdAt\": \"2021-07-21T14:00:45.227Z\",\n                \"updatedAt\": \"2021-07-21T14:00:45.227Z\"\n            },\n            \"credits\": [],\n            \"debits\": []\n        },\n        {\n            \"id\": \"a4b31cff-17cc-49c4-bdef-966e311a1016\",\n            \"email\": \"donaldboy@gmail.com\",\n            \"username\": \"theobioflagos\",\n            \"password\": \"$2b$10$gXGEptlGgWkt6jyTdLNaXOpnuLZGAyUe/q76Q7EsVH03QzL0onGXy\",\n            \"accountNo\": \"2305260985\",\n            \"globalBalance\": 0,\n            \"createdAt\": \"2021-07-21T13:52:15.918Z\",\n            \"updatedAt\": \"2021-07-21T13:52:15.918Z\",\n            \"profiles\": {\n                \"id\": \"98024d49-2e96-452d-bf84-c299ee9fb42f\",\n                \"userId\": \"a4b31cff-17cc-49c4-bdef-966e311a1016\",\n                \"firstName\": null,\n                \"lastName\": null,\n                \"profilePicture\": null,\n                \"createdAt\": \"2021-07-21T13:52:15.976Z\",\n                \"updatedAt\": \"2021-07-21T13:52:15.976Z\"\n            },\n            \"credits\": [],\n            \"debits\": []\n        }\n    ]\n}"}],"_postman_id":"fa088ebc-122c-49ee-9ee2-0ea9546485b7"},{"name":"Update User Profile","id":"dcfd7487-aca1-4ec2-a5d5-96611de7e0b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Donald\",\r\n  \"lastName\": \"Ejiofor\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://donald-sendme.herokuapp.com/api/v1/user-profile","urlObject":{"protocol":"https","path":["api","v1","user-profile"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"93a25155-c00a-4279-b149-bc431be9cc30","name":"Update User Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Donald\",\r\n  \"lastName\": \"Ejiofor\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/user-profile"},"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":"291"},{"key":"ETag","value":"W/\"123-KkFPJkhY6aeuqargVAtlpgSeBGw\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:10:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"User profile updated.\",\n    \"data\": {\n        \"id\": \"f21f9166-b9c1-4f0b-8707-20a66a932968\",\n        \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n        \"firstName\": \"Donald\",\n        \"lastName\": \"Ejiofor\",\n        \"profilePicture\": null,\n        \"createdAt\": \"2021-07-21T14:00:45.227Z\",\n        \"updatedAt\": \"2021-07-21T14:10:25.555Z\"\n    }\n}"}],"_postman_id":"dcfd7487-aca1-4ec2-a5d5-96611de7e0b7"},{"name":"Update Profile Picture","id":"2eaa0ba3-9a21-46b0-b2ba-10db02573565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/ObiOfLagos/Pictures/download.jpg"}]},"url":"https://donald-sendme.herokuapp.com/api/v1/user-profile/image","urlObject":{"protocol":"https","path":["api","v1","user-profile","image"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"ce3faab3-90ac-482a-9e1f-fc2491bdcf52","name":"Update Profile Picture","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/ObiOfLagos/Pictures/download.jpg"}]},"url":"http://localhost:3000/api/v1/user-profile/image"},"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":"384"},{"key":"ETag","value":"W/\"180-30t5k3+lkVu4/tdUAwrFxCr/gyY\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:12:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"User profile picture updated.\",\n    \"data\": {\n        \"id\": \"f21f9166-b9c1-4f0b-8707-20a66a932968\",\n        \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n        \"firstName\": \"Donald\",\n        \"lastName\": \"Ejiofor\",\n        \"profilePicture\": \"https://res.cloudinary.com/obioflagos/image/upload/v1626876726/ogwvzcvhiukealwpexcd.jpg\",\n        \"createdAt\": \"2021-07-21T14:00:45.227Z\",\n        \"updatedAt\": \"2021-07-21T14:12:06.016Z\"\n    }\n}"}],"_postman_id":"2eaa0ba3-9a21-46b0-b2ba-10db02573565"},{"name":"Add Money/Credit","id":"0b34fe7e-e589-42cb-b4f6-d5ce84f0bace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 100000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://donald-sendme.herokuapp.com/api/v1/auth/credit","urlObject":{"protocol":"https","path":["api","v1","auth","credit"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"2196fe38-9b94-4493-b1e3-bebe2a9e60b3","name":"Add Money","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/credit"},"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":"313"},{"key":"ETag","value":"W/\"139-rfi7j0bY5YdwPA75kt2tRfTKqJA\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:15:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"message\": \"Amount has been added successfully.\",\n    \"data\": {\n        \"id\": \"68c86344-831c-48fc-abbd-241bfd3daa8c\",\n        \"transactionType\": \"Deposit\",\n        \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n        \"amount\": 1000,\n        \"senderName\": \"Donald Ejiofor\",\n        \"updatedAt\": \"2021-07-21T14:15:55.038Z\",\n        \"createdAt\": \"2021-07-21T14:15:55.038Z\"\n    }\n}"}],"_postman_id":"0b34fe7e-e589-42cb-b4f6-d5ce84f0bace"},{"name":"Fetch all credits","id":"fdad8c21-c0ca-4cd3-bb6f-481f7b8ea630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/auth/credits","urlObject":{"protocol":"https","path":["api","v1","auth","credits"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"b49a4558-ff3b-4015-aa1e-df08514c1cd8","name":"Fetch all credits","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/auth/credits"},"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":"2275"},{"key":"ETag","value":"W/\"8e3-OGFodlZ5IzbJdsEHD2ebHm8i0FE\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:17:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Successfully retrived all Credit Transactions.\",\n    \"data\": [\n        {\n            \"id\": \"c375c640-81ff-405a-89a8-460ea2f71755\",\n            \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n            \"amount\": 10000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Francis Adeleke\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"a430e505-937b-4908-9422-7aa57044e85a\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n            \"amount\": 6000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Taiwo Friday\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5e97a\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n            \"amount\": 40000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Taiwo Friday\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb4b9f\",\n            \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n            \"amount\": 10000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Francis Adeleke\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"c375c640-81ff-405a-89a8-460ea2f71877\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n            \"amount\": 10000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Ishola Wizkid\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"a430e505-937b-4908-9422-7aa57044e855\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n            \"amount\": 60000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Ishola Wizkid\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5e97e\",\n            \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n            \"amount\": 40000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Bolaji Emma\",\n            \"createdAt\": \"2021-07-21T13:42:49.603Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.603Z\"\n        },\n        {\n            \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb4b9e\",\n            \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n            \"amount\": 30000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Bolaji Emma\",\n            \"createdAt\": \"2021-07-21T13:42:49.604Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.604Z\"\n        },\n        {\n            \"id\": \"68c86344-831c-48fc-abbd-241bfd3daa8c\",\n            \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n            \"amount\": 1000,\n            \"transactionType\": \"Deposit\",\n            \"senderName\": \"Donald Ejiofor\",\n            \"createdAt\": \"2021-07-21T14:15:55.038Z\",\n            \"updatedAt\": \"2021-07-21T14:15:55.038Z\"\n        }\n    ]\n}"}],"_postman_id":"fdad8c21-c0ca-4cd3-bb6f-481f7b8ea630"},{"name":"fetch credit by Id","id":"2e668a28-46f2-46db-8252-21312716b96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/auth/credit/c375c640-81ff-405a-89a8-460ea2f71755","urlObject":{"protocol":"https","path":["api","v1","auth","credit","c375c640-81ff-405a-89a8-460ea2f71755"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e668a28-46f2-46db-8252-21312716b96c"},{"name":"Delete a credit transaction by Id","id":"ee62425d-0904-473d-a668-f57e43633b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/auth/credit/c375c640-81ff-405a-89a8-460ea2f71755","urlObject":{"protocol":"https","path":["api","v1","auth","credit","c375c640-81ff-405a-89a8-460ea2f71755"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee62425d-0904-473d-a668-f57e43633b30"},{"name":"Send money/debit","id":"d5047cbe-2cf1-4da7-9312-77e231a21fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 5000,\r\n  \"accountNo\": \"2070122558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://donald-sendme.herokuapp.com/api/v1/auth/debit","urlObject":{"protocol":"https","path":["api","v1","auth","debit"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"e6174cbf-a49a-4e8c-91ff-a5ce31a1faf6","name":"Send money/debit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 5000,\r\n  \"accountNo\": \"2070122558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/debit"},"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":"339"},{"key":"ETag","value":"W/\"153-o/GEc3xMzergotBRWprrgfHohBY\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:22:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"message\": \"Amount has been sent successfully.\",\n    \"data\": {\n        \"id\": \"3d48936a-6f30-472f-84df-4e2bdedef5b6\",\n        \"transactionType\": \"Transfer\",\n        \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n        \"amount\": 5000,\n        \"receiverAccount\": \"2070122558\",\n        \"receiverName\": \"bellogo\",\n        \"updatedAt\": \"2021-07-21T14:22:04.799Z\",\n        \"createdAt\": \"2021-07-21T14:22:04.799Z\"\n    }\n}"}],"_postman_id":"d5047cbe-2cf1-4da7-9312-77e231a21fc5"},{"name":"Fetch all debits transaction","id":"69e35989-c054-4e48-8c84-71a4f6ad2cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/auth/debits","urlObject":{"protocol":"https","path":["api","v1","auth","debits"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"a22b93a6-f5eb-4993-8ad4-70b457db4bf1","name":"Fetch all debits transaction","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/auth/debits"},"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":"2586"},{"key":"ETag","value":"W/\"a1a-QJv3+XaKjWoaxzjx1itvAPCbYKk\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:23:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Successfully retrived all Debit Transactions.\",\n    \"data\": [\n        {\n            \"id\": \"c375c640-81ff-405a-89a8-460ea2f71875\",\n            \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n            \"amount\": 10000,\n            \"receiverAccount\": \"2070122558\",\n            \"receiverName\": \"Taiwo Friday\",\n            \"transactionType\": \"Transfer\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"a430e505-937b-4908-9422-7aa57044e5b8\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n            \"amount\": 6000,\n            \"receiverAccount\": \"2070122778\",\n            \"receiverName\": \"Francis Adeleke\",\n            \"transactionType\": \"Transfer\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5ed6e\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6ddbb\",\n            \"amount\": 40000,\n            \"receiverAccount\": \"2070122558\",\n            \"receiverName\": \"Taiwo Friday\",\n            \"transactionType\": \"Withdrawal\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb442e\",\n            \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n            \"amount\": 10000,\n            \"receiverAccount\": \"2070122778\",\n            \"receiverName\": \"Francis Adeleke\",\n            \"transactionType\": \"Withdrawal\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"c375c640-81ff-405a-89a8-460ea2f71ff3\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n            \"amount\": 10000,\n            \"receiverAccount\": \"2070122778\",\n            \"receiverName\": \"Francis Adeleke\",\n            \"transactionType\": \"Transfer\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"a430e505-937b-4908-9422-7aa57044e84a\",\n            \"userId\": \"fc1f4e85-8e83-4a38-ab1e-8e4da2c6dd25\",\n            \"amount\": 60000,\n            \"receiverAccount\": \"2070125789\",\n            \"receiverName\": \"Ishola Wizkid\",\n            \"transactionType\": \"Withdrawal\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"7cc6de97-2ed6-4422-9ce2-9ff22cc5e9cc\",\n            \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n            \"amount\": 40000,\n            \"receiverAccount\": \"2070122778\",\n            \"receiverName\": \"Francis Adeleke\",\n            \"transactionType\": \"Transfer\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"6cbaa746-6e42-453e-91f4-c0de15fb4bab\",\n            \"userId\": \"57af7c29-efb2-434e-9fce-b87c77447aaa\",\n            \"amount\": 30000,\n            \"receiverAccount\": \"2070122558\",\n            \"receiverName\": \"Taiwo Friday\",\n            \"transactionType\": \"Transfer\",\n            \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n            \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n        },\n        {\n            \"id\": \"3d48936a-6f30-472f-84df-4e2bdedef5b6\",\n            \"userId\": \"30daac3e-4cf0-49c4-8517-4d038cc2dfec\",\n            \"amount\": 5000,\n            \"receiverAccount\": \"2070122558\",\n            \"receiverName\": \"bellogo\",\n            \"transactionType\": \"Transfer\",\n            \"createdAt\": \"2021-07-21T14:22:04.799Z\",\n            \"updatedAt\": \"2021-07-21T14:22:04.799Z\"\n        }\n    ]\n}"}],"_postman_id":"69e35989-c054-4e48-8c84-71a4f6ad2cf0"},{"name":"Fetch a debit transaction by Id","id":"ec787de4-83d1-47c6-9f5c-db2824a412a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/auth/debit/c375c640-81ff-405a-89a8-460ea2f71875","urlObject":{"protocol":"https","path":["api","v1","auth","debit","c375c640-81ff-405a-89a8-460ea2f71875"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"58dce2f1-87fb-42d2-ab41-050998718f09","name":"Fetch a debit transaction by Id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/auth/debit/c375c640-81ff-405a-89a8-460ea2f71875"},"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":"345"},{"key":"ETag","value":"W/\"159-Jrva3lxzM+l4HL/tIlPEzJef9Ok\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:24:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Successfully retrived Transaction.\",\n    \"data\": {\n        \"id\": \"c375c640-81ff-405a-89a8-460ea2f71875\",\n        \"userId\": \"98e0350f-ed09-46b0-83d7-8a135afeaf84\",\n        \"amount\": 10000,\n        \"receiverAccount\": \"2070122558\",\n        \"receiverName\": \"Taiwo Friday\",\n        \"transactionType\": \"Transfer\",\n        \"createdAt\": \"2021-07-21T13:42:49.839Z\",\n        \"updatedAt\": \"2021-07-21T13:42:49.839Z\"\n    }\n}"}],"_postman_id":"ec787de4-83d1-47c6-9f5c-db2824a412a5"},{"name":"Delete a debit transaction by Id","id":"c0e08103-a485-4cf1-8001-49b892406e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://donald-sendme.herokuapp.com/api/v1/auth/debit/c375c640-81ff-405a-89a8-460ea2f71875","urlObject":{"protocol":"https","path":["api","v1","auth","debit","c375c640-81ff-405a-89a8-460ea2f71875"],"host":["donald-sendme","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"2abf230e-2aea-4839-82eb-bec31c1b089c","name":"Delete a debit transaction by Id","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/auth/debit/c375c640-81ff-405a-89a8-460ea2f71875"},"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":"60"},{"key":"ETag","value":"W/\"3c-lVFG5rtu9eZlRRIxhzdQ4S7B/OQ\""},{"key":"Date","value":"Wed, 21 Jul 2021 14:25:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Successfully Deleted transaction.\"\n}"}],"_postman_id":"c0e08103-a485-4cf1-8001-49b892406e96"}]}