{"info":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","description":"<html><head></head><body><p>개인 금융 관리 시스템 - API 문서</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"46826803","collectionId":"666f1e91-65cb-4466-a800-f93dc9b0d854","publishedId":"2sB3B7QZut","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-29T11:57:43.000Z"},"item":[{"name":"expenses","item":[{"name":"{id}","item":[{"name":"update Expense","id":"c5e182da-2f96-4012-87b4-0ecd6bd6a3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"string\",\n  \"description\": \"str\",\n  \"amount\": 385,\n  \"spentAt\": \"1959-06-15\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/expenses/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["expenses",":id"],"host":["http://localhost:8081"],"query":[],"variable":[{"id":"c7e403ff-a2f4-4518-9e7d-7124b4c04163","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"1813","key":"id"}]}},"response":[{"id":"a4b3bd5a-cabf-478b-bdd9-152401bb63f3","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"string\",\n  \"description\": \"str\",\n  \"amount\": 385,\n  \"spentAt\": \"1959-06-15\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"http://localhost:8081/expenses/:id","host":["http://localhost:8081"],"path":["expenses",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 1302,\n  \"message\": \"string\",\n  \"data\": \"string\"\n}"}],"_postman_id":"c5e182da-2f96-4012-87b4-0ecd6bd6a3c1"},{"name":"delete Expense","id":"622764a0-ef30-4e08-94bb-a01b29d633da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/expenses/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["expenses",":id"],"host":["http://localhost:8081"],"query":[],"variable":[{"id":"e5463e9b-50ce-4f1b-8390-ac958eec2115","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"1813","key":"id"}]}},"response":[{"id":"49add99a-20f1-41e6-848c-1e030a67d4fb","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"http://localhost:8081/expenses/:id","host":["http://localhost:8081"],"path":["expenses",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 1302,\n  \"message\": \"string\",\n  \"data\": \"string\"\n}"}],"_postman_id":"622764a0-ef30-4e08-94bb-a01b29d633da"}],"id":"725c8993-842d-40f2-ab64-f40eebd7ca50","_postman_id":"725c8993-842d-40f2-ab64-f40eebd7ca50","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"get Expenses","id":"1db8f6cb-71f3-49a0-a2c6-fc10a431562e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/expenses?month=string&category=string","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["expenses"],"host":["http://localhost:8081"],"query":[{"key":"month","value":"string"},{"key":"category","value":"string"}],"variable":[]}},"response":[{"id":"feac3c1a-f7ff-49d5-a681-54e0690df256","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"http://localhost:8081/expenses?month=string&category=string","host":["http://localhost:8081"],"path":["expenses"],"query":[{"key":"month","value":"string"},{"key":"category","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"code\": 3655,\n  \"message\": \"string\",\n  \"data\": [\n    {\n      \"id\": 4167,\n      \"userId\": \"string\",\n      \"category\": \"string\",\n      \"description\": \"string\",\n      \"amount\": 9569.24323485445,\n      \"spentAt\": \"1992-07-06\",\n      \"createdAt\": \"2015-03-08T10:22:48.291Z\"\n    },\n    {\n      \"id\": 6186,\n      \"userId\": \"string\",\n      \"category\": \"string\",\n      \"description\": \"string\",\n      \"amount\": 7455.525856954799,\n      \"spentAt\": \"2007-04-08\",\n      \"createdAt\": \"1949-03-17T01:31:56.206Z\"\n    }\n  ]\n}"}],"_postman_id":"1db8f6cb-71f3-49a0-a2c6-fc10a431562e"},{"name":"add Expense","id":"d4e226fe-f248-4cc3-a833-8c44fcc3e2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"string\",\n  \"description\": \"str\",\n  \"amount\": 385,\n  \"spentAt\": \"1959-06-15\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/expenses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["expenses"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"04ff7f67-a99a-4516-949d-5385f4c1447f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"string\",\n  \"description\": \"str\",\n  \"amount\": 385,\n  \"spentAt\": \"1959-06-15\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/expenses"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 1302,\n  \"message\": \"string\",\n  \"data\": \"string\"\n}"}],"_postman_id":"d4e226fe-f248-4cc3-a833-8c44fcc3e2e9"}],"id":"04293a9f-a123-48e4-a2be-8ff7bc9e9571","_postman_id":"04293a9f-a123-48e4-a2be-8ff7bc9e9571","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"budgets","item":[{"name":"{id}","item":[{"name":"update Budget","id":"1a66bfbb-b2a2-4ec4-9f33-70162912ad33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"month\": \"string\",\n  \"amount\": 8852\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/budgets/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["budgets",":id"],"host":["http://localhost:8081"],"query":[],"variable":[{"id":"d98668b2-8706-4969-9fc2-504d59f0ab0a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"1813","key":"id"}]}},"response":[{"id":"1ccdfe34-b149-4583-b542-182561849717","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"month\": \"string\",\n  \"amount\": 8852\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"http://localhost:8081/budgets/:id","host":["http://localhost:8081"],"path":["budgets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 1302,\n  \"message\": \"string\",\n  \"data\": \"string\"\n}"}],"_postman_id":"1a66bfbb-b2a2-4ec4-9f33-70162912ad33"},{"name":"delete Budget","id":"470b1c1f-1e28-4a83-8b6e-9a77b66fe38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/budgets/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["budgets",":id"],"host":["http://localhost:8081"],"query":[],"variable":[{"id":"260846ef-453e-4ad9-a9a9-12796228e595","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"1813","key":"id"}]}},"response":[{"id":"b722088c-c319-4813-b393-b62980c75306","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"http://localhost:8081/budgets/:id","host":["http://localhost:8081"],"path":["budgets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 1302,\n  \"message\": \"string\",\n  \"data\": \"string\"\n}"}],"_postman_id":"470b1c1f-1e28-4a83-8b6e-9a77b66fe38e"}],"id":"1e821727-5d97-48e6-9fd6-4a00142ed90c","_postman_id":"1e821727-5d97-48e6-9fd6-4a00142ed90c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"get Budgets","id":"bdd72685-b95d-43f9-a915-742e26ef9dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/budgets?month=string","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["budgets"],"host":["http://localhost:8081"],"query":[{"key":"month","value":"string"}],"variable":[]}},"response":[{"id":"fe547b72-d9f8-4585-a76b-003149e324f6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"http://localhost:8081/budgets?month=string","host":["http://localhost:8081"],"path":["budgets"],"query":[{"key":"month","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 6353,\n  \"message\": \"string\",\n  \"data\": {}\n}"}],"_postman_id":"bdd72685-b95d-43f9-a915-742e26ef9dfe"},{"name":"add Budget","id":"29440e52-1d63-4aaf-9021-457b64d997f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"month\": \"string\",\n  \"category\": \"string\",\n  \"amount\": 4356\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/budgets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["budgets"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"8f835d50-81be-4d43-bccc-ef0557656957","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"month\": \"string\",\n  \"category\": \"string\",\n  \"amount\": 4356\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/budgets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 1302,\n  \"message\": \"string\",\n  \"data\": \"string\"\n}"}],"_postman_id":"29440e52-1d63-4aaf-9021-457b64d997f7"}],"id":"0f65d704-690c-4400-a3fd-6b2ab80e3e11","_postman_id":"0f65d704-690c-4400-a3fd-6b2ab80e3e11","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"assets","item":[{"name":"{id}","item":[{"name":"update Asset","id":"e6cd6370-69b2-4a2d-904a-29a20c03c15b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"type\": \"string\",\n  \"amount\": 5537.553284165912\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/assets/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["assets",":id"],"host":["http://localhost:8081"],"query":[],"variable":[{"id":"1570b61d-e7e5-4ec4-adfc-262b58fcf9e5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"1813","key":"id"}]}},"response":[{"id":"e78bdc06-4c1e-45ec-ba82-5325f7d98097","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"type\": \"string\",\n  \"amount\": 5537.553284165912\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"http://localhost:8081/assets/:id","host":["http://localhost:8081"],"path":["assets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 6353,\n  \"message\": \"string\",\n  \"data\": {}\n}"}],"_postman_id":"e6cd6370-69b2-4a2d-904a-29a20c03c15b"},{"name":"delete Asset","id":"e35087fd-8a56-40f5-b17d-fdce65e0ae0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/assets/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["assets",":id"],"host":["http://localhost:8081"],"query":[],"variable":[{"id":"c0a0173e-3bce-46e3-b20d-f8cf7ec38739","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"1813","key":"id"}]}},"response":[{"id":"46f1f602-c82f-4efc-9322-34740a4dd53f","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"http://localhost:8081/assets/:id","host":["http://localhost:8081"],"path":["assets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 6353,\n  \"message\": \"string\",\n  \"data\": {}\n}"}],"_postman_id":"e35087fd-8a56-40f5-b17d-fdce65e0ae0d"}],"id":"621b85a6-5f23-41f2-b98e-5c498e577783","_postman_id":"621b85a6-5f23-41f2-b98e-5c498e577783","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"get Assets","id":"dba48c7b-14b1-436c-83b8-89017ffbfe3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/assets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["assets"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"9f16b54f-18dd-4d5e-aeb6-011c043a3ccf","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"http://localhost:8081/assets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 3306,\n  \"message\": \"string\",\n  \"data\": [\n    {\n      \"id\": 5293,\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"type\": \"string\",\n      \"amount\": 7201.621902879365,\n      \"createdAt\": \"1953-02-25T05:13:39.426Z\"\n    },\n    {\n      \"id\": 224,\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"type\": \"string\",\n      \"amount\": 5193.774129313342,\n      \"createdAt\": \"2024-06-14T21:45:00.091Z\"\n    }\n  ]\n}"}],"_postman_id":"dba48c7b-14b1-436c-83b8-89017ffbfe3c"},{"name":"add Asset","id":"bb170563-9bb0-43ed-9ee5-b3b1af6b3088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"type\": \"string\",\n  \"amount\": 5537.553284165912\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/assets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["assets"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"4486812b-0751-4d8f-be42-a34fdfb193fd","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"type\": \"string\",\n  \"amount\": 5537.553284165912\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/assets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 6353,\n  \"message\": \"string\",\n  \"data\": {}\n}"}],"_postman_id":"bb170563-9bb0-43ed-9ee5-b3b1af6b3088"}],"id":"832ca116-8d5a-4a83-88ec-0d1c7729debe","_postman_id":"832ca116-8d5a-4a83-88ec-0d1c7729debe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"users","item":[{"name":"signup","item":[{"name":"signup","id":"89280eb8-2aac-4164-9199-3fd5156ff8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"userId\": \"string\",\n  \"password\": \"string\",\n  \"name\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/users/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["users","signup"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"1b024d9a-c5cb-4427-a577-dc1d9da83410","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"userId\": \"string\",\n  \"password\": \"string\",\n  \"name\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 6353,\n  \"message\": \"string\",\n  \"data\": {}\n}"}],"_postman_id":"89280eb8-2aac-4164-9199-3fd5156ff8cf"}],"id":"0d2a4d47-8cbd-40bc-858d-e3ff1976890f","_postman_id":"0d2a4d47-8cbd-40bc-858d-e3ff1976890f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"login","item":[{"name":"login","id":"14000bbd-a763-42a8-a575-b5843de0d116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n  \"userId\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/users/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["users","login"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"bff0cd4a-1af1-47e0-9dfb-212b53925469","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"userId\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://localhost:8081/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"code\": 4491,\n  \"message\": \"string\",\n  \"data\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}"}],"_postman_id":"14000bbd-a763-42a8-a575-b5843de0d116"}],"id":"69a424f3-ee5c-4a28-964f-ee85f13604de","_postman_id":"69a424f3-ee5c-4a28-964f-ee85f13604de","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"mypage","item":[{"name":"get My Page","id":"c762c574-3fc3-4414-ad34-bd606cae4d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/users/mypage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["users","mypage"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"1364e730-8007-4b6f-8f1b-25011f6bb024","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"http://localhost:8081/users/mypage"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"code\": 4608,\n  \"message\": \"string\",\n  \"data\": {\n    \"user\": {\n      \"userId\": \"string\",\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"createdAt\": \"2005-03-29T23:40:49.333Z\"\n    },\n    \"budgets\": [\n      {\n        \"id\": 3161,\n        \"month\": \"string\",\n        \"amount\": 2317.928522610899\n      },\n      {\n        \"id\": 1060,\n        \"month\": \"string\",\n        \"amount\": 3059.497676374816\n      }\n    ],\n    \"assets\": [\n      {\n        \"id\": 3390,\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"amount\": 9335.525891336429\n      },\n      {\n        \"id\": 5429,\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"amount\": 6852.000872693357\n      }\n    ],\n    \"expenses\": [\n      {\n        \"id\": 6276,\n        \"category\": \"string\",\n        \"description\": \"string\",\n        \"amount\": 3321.467392329587,\n        \"spentAt\": \"2002-08-29\"\n      },\n      {\n        \"id\": 1866,\n        \"category\": \"string\",\n        \"description\": \"string\",\n        \"amount\": 5430.670442666037,\n        \"spentAt\": \"1967-10-31\"\n      }\n    ]\n  }\n}"}],"_postman_id":"c762c574-3fc3-4414-ad34-bd606cae4d52"}],"id":"a9d89e1e-c60c-415e-9ad5-caf2949ebb0e","_postman_id":"a9d89e1e-c60c-415e-9ad5-caf2949ebb0e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}}],"id":"02737686-a20c-496c-b5c3-90cb77d5d9f6","_postman_id":"02737686-a20c-496c-b5c3-90cb77d5d9f6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}},{"name":"token","item":[{"name":"reissue","item":[{"name":"reissue Token","id":"682d7172-5092-4abb-ac8a-a845ccbad042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"*/*"}],"url":"http://localhost:8081/token/reissue","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}},"urlObject":{"path":["token","reissue"],"host":["http://localhost:8081"],"query":[],"variable":[]}},"response":[{"id":"f931b7c1-7148-4934-88e6-d119b6e643a7","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"*/*"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"http://localhost:8081/token/reissue"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"code\": 4491,\n  \"message\": \"string\",\n  \"data\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}"}],"_postman_id":"682d7172-5092-4abb-ac8a-a845ccbad042"}],"id":"39530a30-a3bb-4d65-b8e0-a903b6bfb56a","_postman_id":"39530a30-a3bb-4d65-b8e0-a903b6bfb56a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}}],"id":"c3b5eafc-0049-4125-8ed5-862bea4492d5","_postman_id":"c3b5eafc-0049-4125-8ed5-862bea4492d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"666f1e91-65cb-4466-a800-f93dc9b0d854","id":"666f1e91-65cb-4466-a800-f93dc9b0d854","name":"TierGuardians Finances API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"http://localhost:8081"}]}