{"info":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"37563529","collectionId":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","publishedId":"2sBXionVw4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-04T03:43:02.000Z"},"item":[{"name":"Auth","item":[{"name":"http://localhost:5000/api/v1/auth/register","id":"a9deb434-47d2-48d0-856b-d462ac893d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Jane Doe\",\r\n  \"email\": \"jane@example.com\",\r\n  \"password\": \"securepassword123\",\r\n  \"role\": \"analyst\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","type":"collection"}},"urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9deb434-47d2-48d0-856b-d462ac893d14"},{"name":"http://localhost:5000/api/v1/auth/login","id":"2dca295a-93d1-48d6-83a3-5a91eca83e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"ja@example.com\",\r\n  \"password\": \"securepassword123\"\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","type":"collection"}},"urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dca295a-93d1-48d6-83a3-5a91eca83e7a"}],"id":"ddf22303-17f2-4725-adb9-73e82092a012","_postman_id":"ddf22303-17f2-4725-adb9-73e82092a012","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","type":"collection"}}},{"name":"User Management","item":[{"name":"http://localhost:5000/api/v1/users","id":"41903f10-38c4-466a-a243-f5afe6655073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"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":"41903f10-38c4-466a-a243-f5afe6655073"},{"name":"http://localhost:5000/api/v1/users/69cf3d418e64692205990694","id":"008a1a4b-b4e0-4bc5-b991-3763827ea6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"viewer\",\r\n  \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/69cf3d418e64692205990694","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","69cf3d418e64692205990694"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"008a1a4b-b4e0-4bc5-b991-3763827ea6ce"}],"id":"0a11b881-c5fb-4be6-8a4b-1641eaefb2dc","_postman_id":"0a11b881-c5fb-4be6-8a4b-1641eaefb2dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","type":"collection"}}},{"name":"Financial Record","item":[{"name":"http://localhost:5000/api/v1/records","id":"ee5d963d-4a74-4779-9752-b3526b56869f","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\": 1500,\r\n  \"type\": \"income\",\r\n  \"category\": \"Salary\",\r\n  \"date\": \"2026-04-01T00:00:00.000Z\",\r\n  \"notes\": \"March salary compensation\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/records","urlObject":{"protocol":"http","port":"5000","path":["api","v1","records"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee5d963d-4a74-4779-9752-b3526b56869f"},{"name":"http://localhost:5000/api/v1/records","id":"77fbe7b6-5382-4250-aed8-356b43d00f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/records","urlObject":{"protocol":"http","port":"5000","path":["api","v1","records"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"77fbe7b6-5382-4250-aed8-356b43d00f22"},{"name":"http://localhost:5000/api/v1/records/69cfe80ab4b181607b08448a","id":"c494a466-4e1c-4ec9-b3a9-ca6a1259b43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 1600,\r\n  \"notes\": \"Adjusted compensation\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/records/69cfe80ab4b181607b08448a","urlObject":{"protocol":"http","port":"5000","path":["api","v1","records","69cfe80ab4b181607b08448a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c494a466-4e1c-4ec9-b3a9-ca6a1259b43d"},{"name":"http://localhost:5000/api/v1/records/69cfe80ab4b181607b08448a","id":"047836c7-9822-4613-9d8e-1987f34a76f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/records/69cfe80ab4b181607b08448a","urlObject":{"protocol":"http","port":"5000","path":["api","v1","records","69cfe80ab4b181607b08448a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"047836c7-9822-4613-9d8e-1987f34a76f2"}],"id":"094d3957-4c86-4572-bb12-8669369ffa22","_postman_id":"094d3957-4c86-4572-bb12-8669369ffa22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","type":"collection"}}},{"name":"Dashboard Aggregate","item":[{"name":"http://localhost:5000/api/v1/dashboard/summary","id":"2a1bf337-9480-4a81-9b01-c1306a1f88ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/summary","urlObject":{"protocol":"http","port":"5000","path":["api","v1","dashboard","summary"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a1bf337-9480-4a81-9b01-c1306a1f88ce"},{"name":"http://localhost:5000/api/v1/dashboard/category","id":"9e65cc96-ef52-4595-b458-d669bdfc53f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/category","urlObject":{"protocol":"http","port":"5000","path":["api","v1","dashboard","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e65cc96-ef52-4595-b458-d669bdfc53f9"},{"name":"http://localhost:5000/api/v1/dashboard/trends","id":"b73d5dc8-df48-44e2-be45-26ba14ab3b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/dashboard/trends","urlObject":{"protocol":"http","port":"5000","path":["api","v1","dashboard","trends"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b73d5dc8-df48-44e2-be45-26ba14ab3b12"}],"id":"b2c6f55e-6d2a-4a53-8e8c-b4e62d096d23","_postman_id":"b2c6f55e-6d2a-4a53-8e8c-b4e62d096d23","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","id":"1679483e-84f1-4adc-b06e-fd0b8a8018e9","name":"Finance Dashboard","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"f9f6f9e7-b892-43a7-8058-9a12064a7a04","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"cc06e553-4ef8-465b-8f2a-5399c913abd3","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}