{"info":{"_postman_id":"ffb9e9bd-0118-45ef-a034-747d606dbd12","name":"Finance Backend API","description":"<html><head></head><body><p>Creates a financial record with amount, type, category, and date.<br>Requires admin role.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"53721777","collectionId":"ffb9e9bd-0118-45ef-a034-747d606dbd12","publishedId":"2sBXionVdK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-03T17:44:55.000Z"},"item":[{"name":"Create Record","id":"946af18d-32be-4762-8cc8-f1df85255fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 5000,\r\n  \"type\": \"income\",\r\n  \"category\": \"salary\",\r\n  \"date\": \"2026-04-03\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/records?role=admin","urlObject":{"protocol":"http","port":"3000","path":["records"],"host":["localhost"],"query":[{"key":"role","value":"admin"}],"variable":[]}},"response":[],"_postman_id":"946af18d-32be-4762-8cc8-f1df85255fdb"},{"name":"Get Records","id":"29325196-05cc-4459-a6a7-b23cd6c66e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/records","urlObject":{"protocol":"http","port":"3000","path":["records"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29325196-05cc-4459-a6a7-b23cd6c66e67"},{"name":"Filtering Records","id":"efbb68a1-35f3-4ec7-995c-624a2546666f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/records?type=income","urlObject":{"protocol":"http","port":"3000","path":["records"],"host":["localhost"],"query":[{"key":"type","value":"income"}],"variable":[]}},"response":[],"_postman_id":"efbb68a1-35f3-4ec7-995c-624a2546666f"},{"name":"Dashboards","id":"17c6caae-42f8-4fc6-88c5-5d4886f78b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/dashboard","urlObject":{"protocol":"http","port":"3000","path":["dashboard"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"17c6caae-42f8-4fc6-88c5-5d4886f78b5c"},{"name":"Create User","id":"566a1ae7-6a6c-4653-8608-2945b08394c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"566a1ae7-6a6c-4653-8608-2945b08394c1"}]}