{"info":{"_postman_id":"c5f680f5-10bb-43d9-844a-8a1d33f44e22","name":"PayFlow-APi","description":"<html><head></head><body><p>Fintech Digital Wallet System (PayFlow) is a simple digital wallet system where users can register, log in, and send money to other users.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19291153","collectionId":"c5f680f5-10bb-43d9-844a-8a1d33f44e22","publishedId":"2sB2qahgYY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-22T11:39:44.000Z"},"item":[{"name":"Auth","item":[{"name":"User","item":[{"name":"Register","id":"c4ab57f2-110c-4bfa-b5a3-29588c5a2d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Olatocode\",\r\n    \"phone_no\": \"8032289461\",\r\n    \"email\": \"olatocode@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/auth/register","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"31e508e3-f1ad-43ac-aad7-d5b4cc1a2f72","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Olato\",\r\n    \"email\": \"olatocode@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"423"},{"key":"ETag","value":"W/\"1a7-+twfU/VX/x+E/mw5ooVSxkUzQEE\""},{"key":"Date","value":"Thu, 22 May 2025 11:16:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Registration Successful\",\n    \"data\": {\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MmYwNzc4YzY2ZDg0MTFmOTIwNmY5NiIsImlhdCI6MTc0NzkxMjU2OCwiZXhwIjoxNzQ3OTEzNDY4fQ.uYpuxoAtRVnpuhIctJYot4qIPLsf7jMC0ePYPEdIY-g\",\n        \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MmYwNzc4YzY2ZDg0MTFmOTIwNmY5NiIsImlhdCI6MTc0NzkxMjU2OCwiZXhwIjoxNzQ4NTE3MzY4fQ.0m2UTVv54-0GK_j2qSZRHZ81wAGRDmwbtMx7PmF7rPc\"\n    }\n}"}],"_postman_id":"c4ab57f2-110c-4bfa-b5a3-29588c5a2d0d"},{"name":"Login","id":"d2352e8b-e2c4-48ee-91fd-4176b99de5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"email\": \"awosolat@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6e6ddf51-c2ae-473d-891f-2065d741e07d","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"email\": \"olatocode@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"416"},{"key":"ETag","value":"W/\"1a0-GufIGnWhjFOvq7dhoI/9/m06Jig\""},{"key":"Date","value":"Thu, 22 May 2025 11:20:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Login Successful\",\n    \"data\": {\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MmYwNzc4YzY2ZDg0MTFmOTIwNmY5NiIsImlhdCI6MTc0NzkxMjgyMiwiZXhwIjoxNzQ3OTEzNzIyfQ.O9_iT_hbH6y1_zVZlj1A6nw9cGu0vUrmdkEt-0dhG58\",\n        \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MmYwNzc4YzY2ZDg0MTFmOTIwNmY5NiIsImlhdCI6MTc0NzkxMjgyMiwiZXhwIjoxNzQ4NTE3NjIyfQ.GQ3B5HPWF1KfluvekiVAglaos4w4NQ4zouan5LFg-Xw\"\n    }\n}"}],"_postman_id":"d2352e8b-e2c4-48ee-91fd-4176b99de5a6"},{"name":"Logout","id":"5b75bd36-05db-4623-a109-532dbe89f2f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MjVkYzM5MTAyMDFmMTNlNDliYWMyNyIsImlhdCI6MTc0NzMxMjExOCwiZXhwIjoxNzQ3OTE2OTE4fQ.VCYHhnse9mHMZ-62LcmAZlX7quJ1DpeZiKma7fyAKVg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/auth/logout","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df13ecd7-f4b0-448f-b75c-647c2c6728cb","name":"Logout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MjVkYzM5MTAyMDFmMTNlNDliYWMyNyIsImlhdCI6MTc0NzMxMjExOCwiZXhwIjoxNzQ3OTE2OTE4fQ.VCYHhnse9mHMZ-62LcmAZlX7quJ1DpeZiKma7fyAKVg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/auth/logout"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5b75bd36-05db-4623-a109-532dbe89f2f1"},{"name":"All users","id":"1ef7c42b-d4b1-45df-bb2d-83b3e43f6ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ef7c42b-d4b1-45df-bb2d-83b3e43f6ee0"},{"name":"A user","id":"1f257e5c-7abe-459f-81b5-f78a08a10006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/:id","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"6867bf06420ca7c6c83a78df","key":"id"}]}},"response":[],"_postman_id":"1f257e5c-7abe-459f-81b5-f78a08a10006"},{"name":"Upadate a user","id":"d0cee28e-a659-47c8-b853-456f833811a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Olato\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/:id","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"6867bf06420ca7c6c83a78df","key":"id"}]}},"response":[],"_postman_id":"d0cee28e-a659-47c8-b853-456f833811a4"},{"name":"Delete a user","id":"2a10e6c6-7478-4632-9404-652526add12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/users/:id","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"686d04562894f32f5520b29b","key":"id"}]}},"response":[],"_postman_id":"2a10e6c6-7478-4632-9404-652526add12a"},{"name":"count deleted users","id":"0c97f36c-3bbd-4446-8eeb-63c13ef088a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/deleted","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","deleted"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c97f36c-3bbd-4446-8eeb-63c13ef088a0"}],"id":"76c45730-129f-4cfd-9027-787f50c2823c","_postman_id":"76c45730-129f-4cfd-9027-787f50c2823c","description":""}],"id":"951c8715-1bef-4dae-aae9-311bd3a6c95c","_postman_id":"951c8715-1bef-4dae-aae9-311bd3a6c95c","description":""},{"name":"Wallet","item":[{"name":"View wallet balance","id":"e56a4719-4eac-48ec-9890-bdc0f585438e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/wallets/balance","urlObject":{"protocol":"http","port":"5000","path":["api","v1","wallets","balance"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d9523f6-47f6-42da-981c-f5582d2bf284","name":"View wallet balance","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"http://localhost:5000/api/v1/wallets/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-btLAE7X0PyzmP1gc05Hf7LWtATc\""},{"key":"Date","value":"Thu, 22 May 2025 11:20:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"balance\": 5000,\n    \"walletId\": \"682f0778c66d8411f9206f98\"\n}"}],"_postman_id":"e56a4719-4eac-48ec-9890-bdc0f585438e"},{"name":"Transfer money","id":"fe2667bf-9897-449f-b99b-bebf9e359685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"receiverEmail\": \"olatocode@gmail.com\",\r\n    \"amount\": \"5000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/wallets/transfer","urlObject":{"protocol":"http","port":"5000","path":["api","v1","wallets","transfer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4ba697f-c961-4cb7-9db3-57c7bdfbe777","name":"Transfer money","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"receiverEmail\": \"olatocode@gmail.com\",\r\n    \"amount\": \"5000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/wallets/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-OunBQefFhZ3IOI37xmhBQNqQ0DQ\""},{"key":"Date","value":"Thu, 22 May 2025 11:19:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transfer successful\"\n}"}],"_postman_id":"fe2667bf-9897-449f-b99b-bebf9e359685"},{"name":"Add money","id":"281cce1e-3d2c-4f7c-a88a-791f68626c5b","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\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/wallets/topup","urlObject":{"protocol":"http","port":"5000","path":["api","v1","wallets","topup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6d8ff4f0-ce9c-4df8-bee6-db0faa82f1c8","name":"Transfer money Copy","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"5000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/wallets/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-c5s/4Mz6CCp/zQb9sutnl43JnSE\""},{"key":"Date","value":"Thu, 22 May 2025 11:29:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Wallet topped up\",\n    \"balance\": 50005000\n}"}],"_postman_id":"281cce1e-3d2c-4f7c-a88a-791f68626c5b"}],"id":"c910cc0d-de9d-4bfc-a144-a9b54107c273","_postman_id":"c910cc0d-de9d-4bfc-a144-a9b54107c273","description":""},{"name":"Transaction","item":[{"name":"View transaction history","id":"ddd8a396-887e-4d42-ad19-a9dfe10a2281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/transactions/history","urlObject":{"protocol":"http","port":"5000","path":["api","v1","transactions","history"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80b41099-3ea9-4799-8990-35dc7c8c1270","name":"View wallet balance","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"http://localhost:5000/api/v1/transactions/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1464"},{"key":"ETag","value":"W/\"5b8-BkTE65sG7FNdXb2P/y1qukdPrVM\""},{"key":"Date","value":"Thu, 22 May 2025 11:29:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactions\": [\n        {\n            \"_id\": \"682f0a81ba76eb5b8deb8d64\",\n            \"sender\": null,\n            \"receiver\": {\n                \"_id\": \"682f0778c66d8411f9206f96\",\n                \"email\": \"olatocode@gmail.com\"\n            },\n            \"amount\": 5000,\n            \"type\": \"top-up\",\n            \"timestamp\": \"2025-05-22T11:29:05.421Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"682f083fc66d8411f9206fc8\",\n            \"sender\": {\n                \"_id\": \"682f0755c66d8411f9206f8f\",\n                \"email\": \"awosolat@gmail.com\"\n            },\n            \"receiver\": {\n                \"_id\": \"682f0778c66d8411f9206f96\",\n                \"email\": \"olatocode@gmail.com\"\n            },\n            \"amount\": 5000,\n            \"type\": \"debit\",\n            \"timestamp\": \"2025-05-22T11:19:27.464Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"682f083fc66d8411f9206fc9\",\n            \"sender\": {\n                \"_id\": \"682f0755c66d8411f9206f8f\",\n                \"email\": \"awosolat@gmail.com\"\n            },\n            \"receiver\": {\n                \"_id\": \"682f0778c66d8411f9206f96\",\n                \"email\": \"olatocode@gmail.com\"\n            },\n            \"amount\": 5000,\n            \"type\": \"credit\",\n            \"timestamp\": \"2025-05-22T11:19:27.464Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"682f07f0c66d8411f9206fb1\",\n            \"sender\": {\n                \"_id\": \"682f0778c66d8411f9206f96\",\n                \"email\": \"olatocode@gmail.com\"\n            },\n            \"receiver\": {\n                \"_id\": \"682f0755c66d8411f9206f8f\",\n                \"email\": \"awosolat@gmail.com\"\n            },\n            \"amount\": 5000,\n            \"type\": \"debit\",\n            \"timestamp\": \"2025-05-22T11:18:08.243Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"682f07f0c66d8411f9206fb2\",\n            \"sender\": {\n                \"_id\": \"682f0778c66d8411f9206f96\",\n                \"email\": \"olatocode@gmail.com\"\n            },\n            \"receiver\": {\n                \"_id\": \"682f0755c66d8411f9206f8f\",\n                \"email\": \"awosolat@gmail.com\"\n            },\n            \"amount\": 5000,\n            \"type\": \"credit\",\n            \"timestamp\": \"2025-05-22T11:18:08.243Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"682f0797c66d8411f9206fa2\",\n            \"sender\": null,\n            \"receiver\": {\n                \"_id\": \"682f0778c66d8411f9206f96\",\n                \"email\": \"olatocode@gmail.com\"\n            },\n            \"amount\": 5000,\n            \"type\": \"top-up\",\n            \"timestamp\": \"2025-05-22T11:16:39.691Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"ddd8a396-887e-4d42-ad19-a9dfe10a2281"}],"id":"8d1fd4f1-bd3e-4a7f-b839-073bb14e3c21","_postman_id":"8d1fd4f1-bd3e-4a7f-b839-073bb14e3c21","description":""}],"event":[{"listen":"prerequest","script":{"id":"cb04abb2-ff75-45b3-9d70-d4b7c90f6933","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7d696a99-7015-4fbf-ba55-ffadaf3d6a68","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"{{token}}","value":"","type":"string"}]}