{"info":{"_postman_id":"d3a686a8-699c-40e3-8699-e1c8945342e9","name":"FinSight","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5329722","collectionId":"d3a686a8-699c-40e3-8699-e1c8945342e9","publishedId":"2sB2j98pGV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-10T10:58:22.000Z"},"item":[{"name":"Register User","id":"853b179b-b692-4a1c-848f-6b6fd29671d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Pronoy\",\n    \"lastName\": \"Mukherjee\",\n    \"emailId\": \"mukherjee.pronoy999@gmail.com\",\n    \"phoneNumber\": \"1234567890\",\n    \"age\": 30,\n    \"password\": \"abc123\",\n    \"googleOAuthToken\": \"USER_TOKEN\",\n    \"thirdPartyUserId\": \"USER_ID\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user","urlObject":{"port":"8080","path":["user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3905ebe1-ec60-4c99-943a-c01e1e939eb9","name":"Register User","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Pronoy\",\n    \"lastName\": \"Mukherjee\",\n    \"emailId\": \"mukherjee.pronoy999@gmail.com\",\n    \"phoneNumber\": \"1234567890\",\n    \"age\": 30,\n    \"password\": \"abc123\",\n    \"googleOAuthToken\": \"USER_TOKEN\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Aug 2025 12:14:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"guid\": \"299bbace-5ebb-4cbf-9638-84267904e5fc\",\n    \"jwt\": null\n}"}],"_postman_id":"853b179b-b692-4a1c-848f-6b6fd29671d7"},{"name":"Login User","id":"36dc69a3-832d-4f56-aa7f-cb0d617af540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"emailId\": \"johndoe1@example.com\",\n  \"password\":\"abc123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/user/login","urlObject":{"port":"8080","path":["user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"36dc69a3-832d-4f56-aa7f-cb0d617af540"},{"name":"Account Creation","id":"87837e4e-a0cf-4210-84a3-696a717baab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"HDFC Bank\",\n  \"accountType\":\"UPI\",\n  \"userGuid\":\"d1122722-c068-4014-aade-d6e321e57c51\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/account","urlObject":{"port":"8080","path":["account"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bca65259-5601-438b-be46-aa2adbcb51ac","name":"Account Creation","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"HDFC Bank\",\n  \"accountType\":\"UPI\",\n  \"userGuid\":\"d1122722-c068-4014-aade-d6e321e57c51\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/account"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Aug 2025 06:39:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": 4,\n        \"accountName\": \"Amex Travel Platinum Card\",\n        \"accountType\": \"Credit Card\",\n        \"userGuid\": \"d1122722-c068-4014-aade-d6e321e57c51\",\n        \"created\": \"2025-08-31T11:31:47.495966\",\n        \"updated\": \"2025-08-31T11:31:47.49601\"\n    },\n    {\n        \"accountId\": 5,\n        \"accountName\": \"HDFC Bank\",\n        \"accountType\": \"UPI\",\n        \"userGuid\": \"d1122722-c068-4014-aade-d6e321e57c51\",\n        \"created\": \"2025-08-31T12:09:12.827588\",\n        \"updated\": \"2025-08-31T12:09:12.827629\"\n    }\n]"}],"_postman_id":"87837e4e-a0cf-4210-84a3-696a717baab5"},{"name":"Create Category","id":"e9d1ac1d-0ab4-4fc0-bf41-a9f9cf5eea2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sex Toys\",\n    \"nature\": \"Credit\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/txn-category","urlObject":{"port":"8080","path":["txn-category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9d1ac1d-0ab4-4fc0-bf41-a9f9cf5eea2f"},{"name":"Get Account","id":"673f63a7-33b3-4084-946b-2506ae7cd46f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"url":"localhost:8080/account/d1122722-c068-4014-aade-d6e321e57c51","urlObject":{"port":"8080","path":["account","d1122722-c068-4014-aade-d6e321e57c51"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"20a8e589-7879-44c3-b258-9301e9d7f141","name":"Get Account","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"url":"localhost:8080/account/d1122722-c068-4014-aade-d6e321e57c51"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 31 Aug 2025 06:39:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": 4,\n        \"accountName\": \"Amex Travel Platinum Card\",\n        \"accountType\": \"Credit Card\",\n        \"userGuid\": \"d1122722-c068-4014-aade-d6e321e57c51\",\n        \"created\": \"2025-08-31T11:31:47.495966\",\n        \"updated\": \"2025-08-31T11:31:47.49601\"\n    },\n    {\n        \"accountId\": 5,\n        \"accountName\": \"HDFC Bank\",\n        \"accountType\": \"UPI\",\n        \"userGuid\": \"d1122722-c068-4014-aade-d6e321e57c51\",\n        \"created\": \"2025-08-31T12:09:12.827588\",\n        \"updated\": \"2025-08-31T12:09:12.827629\"\n    }\n]"}],"_postman_id":"673f63a7-33b3-4084-946b-2506ae7cd46f"},{"name":"Txn Categories","id":"e633a96b-fedf-4e80-9231-f37d48655a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"localhost:8080/txn-category","urlObject":{"port":"8080","path":["txn-category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b984f19c-117e-4c22-bbac-a8608f8521ef","name":"Txn Categories","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/txn-category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 10 May 2025 11:57:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Income\",\n        \"nature\": \"Credit\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Expenses\",\n        \"nature\": \"Debit\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Investments\",\n        \"nature\": \"Credit\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Transfers\",\n        \"nature\": \"Neutral\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Loans\",\n        \"nature\": \"Credit\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Taxes & Fees\",\n        \"nature\": \"Debit\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Charity & Donations\",\n        \"nature\": \"Debit\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Insurance\",\n        \"nature\": \"Debit\"\n    }\n]"}],"_postman_id":"e633a96b-fedf-4e80-9231-f37d48655a65"},{"name":"Create Txns Log","id":"e4863391-1b62-4c39-ab13-068bfca3e2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"dadur_bitchi","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userGuid\": \"d1122722-c068-4014-aade-d6e321e57c51\",\n    \"txnTime\":\"11:21\",\n    \"date\":\"2025-08-31\",\n    \"accountId\": 4,\n    \"txnCategoryId\": 3,\n    \"txnAmount\": 10000.75,\n    \"isSharedExpense\":\"false\",\n    \"userShare\":10000.75\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/txn-log/2","urlObject":{"port":"8080","path":["txn-log","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9542d1d8-9d72-4657-a44d-b9100c13e37c","name":"Create Txns Log","originalRequest":{"method":"GET","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"url":"localhost:8080/txn-log/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 11 May 2025 15:39:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"userGuid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n    \"year\": 2025,\n    \"month\": 5,\n    \"date\": 11,\n    \"accountId\": 2,\n    \"txnFrequency\": \"Monthly\",\n    \"recurringId\": null,\n    \"transferType\": \"Debit\",\n    \"txnAmount\": 10000.75,\n    \"created\": \"2025-05-11T21:08:59.596229\",\n    \"updated\": \"2025-05-11T21:08:59.596282\",\n    \"user\": {\n        \"guid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"emailId\": \"johndoe1@example.com\",\n        \"phoneNumber\": \"1234567890\",\n        \"age\": 30,\n        \"created\": \"2024-12-08T20:50:29.185505\",\n        \"updated\": \"2024-12-08T20:50:29.185558\"\n    },\n    \"txnCategory\": {\n        \"id\": 3,\n        \"name\": \"Investments\",\n        \"nature\": \"Credit\"\n    },\n    \"txnSubCategory\": {\n        \"id\": 46,\n        \"name\": \"Mutual Funds\"\n    }\n}"}],"_postman_id":"e4863391-1b62-4c39-ab13-068bfca3e2e8"},{"name":"Get Txns By Id","id":"4512fac1-d9cb-4e59-b423-635708a349f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2025,\n  \"month\": 5,\n  \"date\": 10,\n  \"accountId\": 2,\n  \"txnCategoryId\": 5,\n  \"txnSubCategoryId\": 12,\n  \"txnFrequency\": \"Monthly\",\n  \"transferType\": \"Debit\",\n  \"recurringId\":\"1\",\n  \"txnAmount\": 1500.75\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/txn-log","urlObject":{"port":"8080","path":["txn-log"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c9a57a7d-f91f-4d0e-a030-6e40b29c2425","name":"Create Txns Log","originalRequest":{"method":"POST","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2025,\n  \"month\": 5,\n  \"date\": 10,\n  \"accountId\": 2,\n  \"txnCategoryId\": 5,\n  \"txnSubCategoryId\": 12,\n  \"txnFrequency\": \"Monthly\",\n  \"transferType\": \"Debit\",\n  \"txnAmount\": 1500.75\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/txn-log"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 10 May 2025 12:35:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"txnId\": 2\n}"}],"_postman_id":"4512fac1-d9cb-4e59-b423-635708a349f4"},{"name":"Create Recurring Txns","id":"9ce35ed7-fbe6-4776-a982-0f8827b5e880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\":\"2\",\n    \"nature\":\"Rent\",\n    \"type\":\"Needs\",\n    \"frequency\":\"Monthly\",\n    \"transferType\":\"Bank Transfer\",\n    \"estimatedAmount\":\"27000.00\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/recurring","urlObject":{"port":"8080","path":["recurring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ca11baf-9441-45d0-ae24-f0fe9b119568","name":"Create Recurring Txns","originalRequest":{"method":"POST","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\":\"2\",\n    \"nature\":\"Rent\",\n    \"type\":\"Needs\",\n    \"frequency\":\"Monthly\",\n    \"transferType\":\"Bank Transfer\",\n    \"estimatedAmount\":\"27000.00\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/recurring"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 11 May 2025 06:59:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"recurringId\": 2\n}"}],"_postman_id":"9ce35ed7-fbe6-4776-a982-0f8827b5e880"},{"name":"Get Recurring Txns","id":"adff01af-5945-4202-85c5-3838c5704745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"url":"localhost:8080/recurring","urlObject":{"port":"8080","path":["recurring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2d5609d3-372d-47d5-99a0-2b13e523fa89","name":"Get Recurring Txns","originalRequest":{"method":"GET","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"url":"localhost:8080/recurring"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 11 May 2025 07:09:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"accountId\": 2,\n        \"userGuid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n        \"nature\": \"Rent\",\n        \"type\": \"Needs\",\n        \"frequency\": \"Monthly\",\n        \"transferType\": \"Bank Transfer\",\n        \"estimatedAmount\": 27000,\n        \"created\": \"2025-05-11T12:29:53.458246\",\n        \"updated\": \"2025-05-11T12:29:53.458304\",\n        \"accounts\": {\n            \"accountId\": 2,\n            \"accountName\": \"HDFC Credit Card\",\n            \"accountType\": \"Credit Card\",\n            \"userGuid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n            \"created\": \"2025-05-10T16:15:30.188301\",\n            \"updated\": \"2025-05-10T16:15:30.188412\"\n        }\n    }\n]"}],"_postman_id":"adff01af-5945-4202-85c5-3838c5704745"},{"name":"Txn Search API","id":"9ca0f6c4-60c0-4fec-811f-07e713a32910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"fieldName\": \"category_id\",\n      \"value\": \"101\"\n    },\n    {\n      \"fieldName\": \"year\",\n      \"value\": \"2025\"\n    },\n    {\n      \"fieldName\": \"month\",\n      \"value\": \"5\"\n    },\n    {\n      \"fieldName\": \"date\",\n      \"value\": \"10\"\n    },\n    {\n      \"fieldName\": \"account_id\",\n      \"value\": \"501\"\n    },\n    {\n      \"fieldName\": \"txn_frequency\",\n      \"value\": \"monthly\"\n    },\n    {\n      \"fieldName\": \"recurring_id\",\n      \"value\": \"301\"\n    },\n    {\n      \"fieldName\": \"transfer_type\",\n      \"value\": \"credit\"\n    },\n    {\n      \"fieldName\": \"txn_amount\",\n      \"value\": \"2500.00\"\n    },\n    {\n      \"fieldName\": \"created\",\n      \"value\": \"2025-05-10T12:00:00\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/txn-log/search","urlObject":{"port":"8080","path":["txn-log","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c863f774-cbcf-43b2-9093-eb555b631b88","name":"Txn Search API","originalRequest":{"method":"POST","header":[{"key":"user-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImpvaG5kb2UxQGV4YW1wbGUuY29tIiwiZ3VpZCI6IjJlMmNjZTQxLWNhNDAtNDZjNi04MWEzLTkwNTYwOTMzMmYzOSJ9.4VjqKe5_rap6q_HoY-Zm6BQ4brdz1vz-p43-wxVD5mc","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\":[\n        {\n            \"fieldName\":\"year\",\n            \"value\":\"2025\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/txn-log/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 11 May 2025 15:46:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userGuid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n        \"year\": 2025,\n        \"month\": 5,\n        \"date\": 10,\n        \"accountId\": 2,\n        \"txnFrequency\": \"Monthly\",\n        \"recurringId\": null,\n        \"transferType\": \"Debit\",\n        \"txnAmount\": 1500.75,\n        \"created\": \"2025-05-11T21:06:07.019921\",\n        \"updated\": \"2025-05-11T21:06:07.019961\",\n        \"user\": {\n            \"guid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"emailId\": \"johndoe1@example.com\",\n            \"phoneNumber\": \"1234567890\",\n            \"age\": 30,\n            \"created\": \"2024-12-08T20:50:29.185505\",\n            \"updated\": \"2024-12-08T20:50:29.185558\"\n        },\n        \"txnCategory\": {\n            \"id\": 5,\n            \"name\": \"Loans\",\n            \"nature\": \"Credit\"\n        },\n        \"txnSubCategory\": {\n            \"id\": 12,\n            \"name\": \"Electricity\"\n        }\n    },\n    {\n        \"id\": 2,\n        \"userGuid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n        \"year\": 2025,\n        \"month\": 5,\n        \"date\": 11,\n        \"accountId\": 2,\n        \"txnFrequency\": \"Monthly\",\n        \"recurringId\": null,\n        \"transferType\": \"Debit\",\n        \"txnAmount\": 10000.75,\n        \"created\": \"2025-05-11T21:08:59.596229\",\n        \"updated\": \"2025-05-11T21:08:59.596282\",\n        \"user\": {\n            \"guid\": \"2e2cce41-ca40-46c6-81a3-905609332f39\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"emailId\": \"johndoe1@example.com\",\n            \"phoneNumber\": \"1234567890\",\n            \"age\": 30,\n            \"created\": \"2024-12-08T20:50:29.185505\",\n            \"updated\": \"2024-12-08T20:50:29.185558\"\n        },\n        \"txnCategory\": {\n            \"id\": 3,\n            \"name\": \"Investments\",\n            \"nature\": \"Credit\"\n        },\n        \"txnSubCategory\": {\n            \"id\": 46,\n            \"name\": \"Mutual Funds\"\n        }\n    }\n]"}],"_postman_id":"9ca0f6c4-60c0-4fec-811f-07e713a32910"}]}