{"info":{"_postman_id":"eec91b1b-ec99-4f57-a1cd-a89eb0271dd1","name":"Wallet App","description":"<html><head></head><body><p>This collection contains the documentation of all the endpoints built for this Wallet App.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"947913","collectionId":"eec91b1b-ec99-4f57-a1cd-a89eb0271dd1","publishedId":"SzzehgDD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-10T20:02:00.000Z"},"item":[{"name":"Forgot Password","item":[{"name":"Reset Password","id":"c0d488d6-4c18-41e1-8027-b481c39f5158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\": \"827dc0ba-e91a-4eb5-af40-9bad3afb0259\",\n\t\"password\": \"password2\",\n\t\"password_confirmation\": \"password2\"\n}"},"url":"http://localhost:9090/api/reset-password/hsbs","description":"<p>This endpoint allows a user to reset their password after they must have requested to reset it.</p>\n","urlObject":{"path":["reset-password","hsbs"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"7babf767-338e-425d-92c4-aa2b6980a2de","name":"Forgot Reset","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"token\": \"d75c34e1-4902-45ba-9b76-af1505756567\",\n\t\"password\": \"password2\",\n\t\"passwordConfirmation\": \"password2\"\n}"},"url":"http://localhost:9090/api/reset-password/hsbs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 04:32:28 GMT"},{"key":"Content-Length","value":"238"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2020-06-11T02:32:27+01:00\",\n        \"UpdatedAt\": \"2020-06-11T05:32:28.408835+01:00\",\n        \"DeletedAt\": null,\n        \"name\": \"Olanrewaju Abidogun\",\n        \"email\": \"olanrewaju@gmail.com\",\n        \"password\": \"\"\n    },\n    \"message\": \"Password Updated Successfully\"\n}"}],"_postman_id":"c0d488d6-4c18-41e1-8027-b481c39f5158"},{"name":"Forget Password","id":"e4124d2d-3371-4966-ae5e-d589d8e65335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju@gmail.com\"\n}"},"url":"http://localhost:9090/api/forgot-password","description":"<p>This endpoint allows user who have forgotten their password to make request to reset it.</p>\n","urlObject":{"path":["forgot-password"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"7732700c-f729-4c09-bc78-5579e1ce3eb2","name":"Forget Password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju@gmail.com\"\n}"},"url":"http://localhost:9090/api/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 01:47:28 GMT"},{"key":"Content-Length","value":"272"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2020-06-11T02:32:27+01:00\",\n        \"UpdatedAt\": \"2020-06-11T02:32:27+01:00\",\n        \"DeletedAt\": null,\n        \"name\": \"Olanrewaju Abidogun\",\n        \"email\": \"olanrewaju@gmail.com\",\n        \"password\": \"\"\n    },\n    \"message\": \"To reset your password, follow the details sent to your email address.\"\n}"}],"_postman_id":"e4124d2d-3371-4966-ae5e-d589d8e65335"}],"id":"082758d1-3ce5-4bf8-88f3-7d320c222229","description":"<p>This endpoint allows a user who must have forgotten their password to make request to reset it.</p>\n","event":[{"listen":"prerequest","script":{"id":"70f36ee8-afca-4ce6-8ccd-ca018d9c8402","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bf5d670d-8301-4a55-82ec-39b2f5a9f2db","type":"text/javascript","exec":[""]}}],"_postman_id":"082758d1-3ce5-4bf8-88f3-7d320c222229"},{"name":"Users","item":[{"name":"Authentication","item":[{"name":"Register","id":"71b4ce1c-d86b-499a-8ccf-4ca424f4584d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Olanrewaju Abidogun\",\n\t\"email\": \"olanrewaju1@gmail.com\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:9090/api/users/register","description":"<p>This endpoint accept data to create account for a user</p>\n","urlObject":{"path":["users","register"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"cb713dfd-0be6-49be-9b7f-86381af2ae89","name":"Register","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Olanrewaju Abidogun\",\n\t\"email\": \"olanrewaju@gmail.com\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:9090/api/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"localhost:8080/api/users/register/1"},{"key":"Date","value":"Thu, 11 Jun 2020 01:32:26 GMT"},{"key":"Content-Length","value":"248"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2020-06-11T02:32:26.661846+01:00\",\n        \"UpdatedAt\": \"2020-06-11T02:32:26.661846+01:00\",\n        \"DeletedAt\": null,\n        \"name\": \"Olanrewaju Abidogun\",\n        \"email\": \"olanrewaju@gmail.com\",\n        \"password\": \"\"\n    },\n    \"message\": \"User registration was successful\"\n}"}],"_postman_id":"71b4ce1c-d86b-499a-8ccf-4ca424f4584d"},{"name":"Login","id":"d1972625-fc9c-4ea0-89ac-45c137bfcf8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju@gmail.com\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:9090/api/users/login","description":"<p>This endpoint accepts data to log a user in by creating an access token for the user.</p>\n","urlObject":{"path":["users","login"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"4932526c-1a90-4315-a22f-3698f4dd4cab","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju@gmail.com\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:9090/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 01:32:43 GMT"},{"key":"Content-Length","value":"382"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE1OTE4NDI3NjMsInVzZXJJZCI6MX0.9HRq_lME7a1YLVVfPe3W1633mId2ZlEjTEPjIc5SmAQ\",\n        \"tokenType\": \"Bearer\",\n        \"user\": {\n            \"ID\": 0,\n            \"CreatedAt\": \"0001-01-01T00:00:00Z\",\n            \"UpdatedAt\": \"0001-01-01T00:00:00Z\",\n            \"DeletedAt\": null,\n            \"name\": \"\",\n            \"email\": \"olanrewaju@gmail.com\",\n            \"password\": \"password\"\n        }\n    },\n    \"message\": \"Login Successful\"\n}"}],"_postman_id":"d1972625-fc9c-4ea0-89ac-45c137bfcf8b"}],"id":"fa34c16e-7799-4a73-a9cd-6ff580978104","_postman_id":"fa34c16e-7799-4a73-a9cd-6ff580978104","description":""},{"name":"Wallet","item":[{"name":"Transfer","id":"afe8b852-2bb6-4446-88cf-9ee6a497a66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE1OTE4NTc1NDMsInVzZXJJZCI6MX0.-OQZAfhRk6JTSmsA0kfLWAciVoyHxDHd2YL_ea267_A"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju@gmail.com\",\n\t\"amount\": 50\n}"},"url":"http://localhost:9090/api/users/wallets/transfer","description":"<p>This endpoint allow a logged in user to transfer value (money) from their wallet to another user's wallet, using their email address as identification.</p>\n","urlObject":{"path":["users","wallets","transfer"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"7455581a-cbd8-4a6e-ac62-44ced0b9ea60","name":"Transfer Unsuccessful (Insufficient Amount in Wallet)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju1@gmail.com\",\n\t\"amount\": 500\n}"},"url":"http://localhost:9090/api/users/wallets/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 06:08:14 GMT"},{"key":"Content-Length","value":"66"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Transfer cancelled insufficient balance\"\n}"},{"id":"a01278b4-b362-4814-b196-26425677199c","name":"Transfer - Successful","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju1@gmail.com\",\n\t\"amount\": 50\n}"},"url":"http://localhost:9090/api/users/wallets/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 06:07:31 GMT"},{"key":"Content-Length","value":"334"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2020-06-11T07:07:31.044419+01:00\",\n        \"UpdatedAt\": \"2020-06-11T07:07:31.044419+01:00\",\n        \"DeletedAt\": null,\n        \"wallet_id\": 1,\n        \"amount\": 5000,\n        \"prev_balance\": 10000,\n        \"current_balance\": 5000,\n        \"effect\": \"dr\",\n        \"status\": \"success\",\n        \"reference\": \"7586489845476176340\",\n        \"narration\": \"Wallet debited\"\n    },\n    \"message\": \"Transfer was successfull\"\n}"},{"id":"e7c78b79-2b21-4b80-beaa-8241916a79fb","name":"Transfer Unsuccessful (Recipient not found)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"olanrewaju12@gmail.com\",\n\t\"amount\": 500\n}"},"url":"http://localhost:9090/api/users/wallets/transfer"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 06:09:09 GMT"},{"key":"Content-Length","value":"43"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"record not found\"\n}"}],"_postman_id":"afe8b852-2bb6-4446-88cf-9ee6a497a66d"},{"name":"Transaction History","id":"dca2827a-c0b8-4f18-911f-d95af07e5272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE1OTE4NTc1NDMsInVzZXJJZCI6MX0.-OQZAfhRk6JTSmsA0kfLWAciVoyHxDHd2YL_ea267_A"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9090/api/users/wallets/transaction-history","description":"<p>This endpoint returns a list of all transaction that has happened on a users wallet.</p>\n","urlObject":{"path":["users","wallets","transaction-history"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"bd644c55-d2c7-49fd-bae9-5ff23cb0afac","name":"Transaction History","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9090/api/users/wallets/transaction-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 06:04:09 GMT"},{"key":"Content-Length","value":"898"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"CreatedAt\": \"2020-06-11T07:03:09+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:09+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 1,\n            \"amount\": 50000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 10000,\n            \"effect\": \"non\",\n            \"status\": \"failure\",\n            \"reference\": \"3781883568998178965\",\n            \"narration\": \"Insufficient Balance\"\n        },\n        {\n            \"ID\": 2,\n            \"CreatedAt\": \"2020-06-11T07:03:10+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:10+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 1,\n            \"amount\": 50000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 10000,\n            \"effect\": \"non\",\n            \"status\": \"failure\",\n            \"reference\": \"10917450141349336\",\n            \"narration\": \"Insufficient Balance\"\n        },\n        {\n            \"ID\": 3,\n            \"CreatedAt\": \"2020-06-11T07:03:52+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:52+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 1,\n            \"amount\": 5000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 5000,\n            \"effect\": \"dr\",\n            \"status\": \"success\",\n            \"reference\": \"5370940036647162336\",\n            \"narration\": \"Wallet debited\"\n        }\n    ],\n    \"message\": \"List of all user wallet transactions\"\n}"}],"_postman_id":"dca2827a-c0b8-4f18-911f-d95af07e5272"}],"id":"6fa22092-0b04-499a-ad34-814864a29d43","_postman_id":"6fa22092-0b04-499a-ad34-814864a29d43","description":""}],"id":"d48139ed-dde1-4a29-a9c6-0d85bc63093a","_postman_id":"d48139ed-dde1-4a29-a9c6-0d85bc63093a","description":""},{"name":"Welcome","id":"f90df00d-2710-4032-a9d2-9042cbf89cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9090/api","description":"<p>This just displays a welcome message</p>\n","urlObject":{"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"12f467db-131f-4b13-a5ad-0562fe2c12ac","name":"Welcome","originalRequest":{"method":"GET","header":[],"url":"http://localhost:9090/api"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 00:31:49 GMT"},{"key":"Content-Length","value":"221"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Welcome, MKOBO \\n This application contains the endpoints built for MKOBO Test. \\n The documentation for the API is accessible at 'https://documenter.getpostman.com/view/947913/SzzehgDD'\",\n    \"message\": \"Successful\"\n}"}],"_postman_id":"f90df00d-2710-4032-a9d2-9042cbf89cd0"},{"name":"Wallet Transaction history","id":"8557e9f0-9344-4837-bfe6-0ffa70ff2ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9090/api/wallets/transaction-history","description":"<p>This endpoint displays a list of all wallet transactions that has happened on the platform</p>\n","urlObject":{"path":["wallets","transaction-history"],"host":["http://localhost:9090/api"],"query":[],"variable":[]}},"response":[{"id":"fed70802-4b00-4957-ba1c-35c3831adbf1","name":"Wallet Transaction history","originalRequest":{"method":"GET","header":[],"url":"http://localhost:9090/api/wallets/transaction-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, Access-Control-Request-Headers, Access-Control-Request-Method, Connection, Host, Origin, User-Agent, Referer, Cache-Control, X-header"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jun 2020 06:04:38 GMT"},{"key":"Content-Length","value":"1169"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"CreatedAt\": \"2020-06-11T07:03:09+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:09+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 1,\n            \"amount\": 50000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 10000,\n            \"effect\": \"non\",\n            \"status\": \"failure\",\n            \"reference\": \"3781883568998178965\",\n            \"narration\": \"Insufficient Balance\"\n        },\n        {\n            \"ID\": 2,\n            \"CreatedAt\": \"2020-06-11T07:03:10+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:10+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 1,\n            \"amount\": 50000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 10000,\n            \"effect\": \"non\",\n            \"status\": \"failure\",\n            \"reference\": \"10917450141349336\",\n            \"narration\": \"Insufficient Balance\"\n        },\n        {\n            \"ID\": 3,\n            \"CreatedAt\": \"2020-06-11T07:03:52+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:52+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 1,\n            \"amount\": 5000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 5000,\n            \"effect\": \"dr\",\n            \"status\": \"success\",\n            \"reference\": \"5370940036647162336\",\n            \"narration\": \"Wallet debited\"\n        },\n        {\n            \"ID\": 4,\n            \"CreatedAt\": \"2020-06-11T07:03:52+01:00\",\n            \"UpdatedAt\": \"2020-06-11T07:03:52+01:00\",\n            \"DeletedAt\": null,\n            \"wallet_id\": 2,\n            \"amount\": 5000,\n            \"prev_balance\": 10000,\n            \"current_balance\": 15000,\n            \"effect\": \"cr\",\n            \"status\": \"success\",\n            \"reference\": \"7424471634872354980\",\n            \"narration\": \"Wallet credited\"\n        }\n    ],\n    \"message\": \"List of all wallet transactions\"\n}"}],"_postman_id":"8557e9f0-9344-4837-bfe6-0ffa70ff2ab3"}],"event":[{"listen":"prerequest","script":{"id":"db7ed3d5-4a93-47c1-ba3a-5d518c05c047","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c427d74-c55a-44e2-b38e-2db5b85c67ff","type":"text/javascript","exec":[""]}}],"variable":[{"key":"apiUrl","value":"http://localhost:9090/api"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE1OTE4NTc1NDMsInVzZXJJZCI6MX0.-OQZAfhRk6JTSmsA0kfLWAciVoyHxDHd2YL_ea267_A"}]}