{"info":{"_postman_id":"f8845234-37a7-4080-a5a9-d1e990721182","name":"Daily Finance API Automation","description":"<html><head></head><body><h4 id=\"in-this-collection\">In this Collection,</h4>\n<ol>\n<li>We register a new user</li>\n</ol>\n<p>Then,</p>\n<p>As Admin,</p>\n<ol>\n<li><p>We Login</p>\n</li>\n<li><p>Fetch User List</p>\n</li>\n<li><p>Search for an Existing User</p>\n</li>\n<li><p>Edit an Existing User</p>\n</li>\n</ol>\n<p>FInally,</p>\n<p>As User,</p>\n<ol>\n<li><p>We Login</p>\n</li>\n<li><p>Fetch the Item List</p>\n</li>\n<li><p>Add a New Item</p>\n</li>\n<li><p>Add Item Name of an Existing Item</p>\n</li>\n<li><p>Delete an Existing Item</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"42655650","collectionId":"f8845234-37a7-4080-a5a9-d1e990721182","publishedId":"2sB2j98pRD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-10T11:53:18.000Z"},"item":[{"name":"Registration","item":[{"name":"Register Users","event":[{"listen":"test","script":{"id":"c4b115e0-a59a-4592-9220-e86d4dd295c2","exec":["const jsonResponse = pm.response.json();\r","\r","pm.collectionVariables.set(\"userID\",jsonResponse._id);\r","pm.collectionVariables.set(\"userToken\", jsonResponse.token)\r","\r","pm.test(\"Status code is 201, New User Created!\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5bf0d71f-2bab-47cd-abca-79d8a7682171","exec":["const lodash=require('lodash')\r","\r","const randomNumber=lodash.random(1000, 9999)\r","\r","const email = `ozymandiaszx1+${randomNumber}@gmail.com`;\r","pm.collectionVariables.set(\"userEmail\", email)"],"type":"text/javascript","packages":{}}}],"id":"cd40d15a-ed50-45e1-9df5-69428bba9330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n    \"firstName\":\"Ahmad\",\r\n    \"lastName\":\"Gleichner\",\r\n    \"email\": \"\",\r\n    \"password\":\"1234\",\r\n    \"phoneNumber\":\"01234567895\",\r\n    \"address\":\"Dhaka\",\r\n    \"gender\":\"Male\",\r\n    \"termsAccepted\":true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/auth/register","urlObject":{"path":["api","auth","register"],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd40d15a-ed50-45e1-9df5-69428bba9330"}],"id":"85ff7aec-c641-4c85-8b0e-b09e2b90a9c9","description":"<h5 id=\"lets-register-an-user-to-get-started\">Let's register an user to get started!</h5>\n","_postman_id":"85ff7aec-c641-4c85-8b0e-b09e2b90a9c9"},{"name":"Admin Activities","item":[{"name":"Admin Login","event":[{"listen":"test","script":{"id":"75f40f3b-87f2-4f64-8d96-9bc257bd4a73","exec":["const jsonResponse = pm.response.json();\r","pm.collectionVariables.set(\"adminToken\", jsonResponse.token)\r","\r","pm.test(\"Status code is 200, Admin Logged In!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"2a146a6c-ef17-4591-979a-51455cce8780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@test.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a146a6c-ef17-4591-979a-51455cce8780"},{"name":"Admin Get User List","event":[{"listen":"test","script":{"id":"5405fc76-ef2d-4757-b941-5ff919502201","exec":["pm.test(\"Status code is 200, Admin Gets User List!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"411fd792-ed07-4bf5-bf5f-38599881f84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://dailyfinanceapi.roadtocareer.net/api/user/users","urlObject":{"path":["api","user","users"],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"411fd792-ed07-4bf5-bf5f-38599881f84e"},{"name":"Search an User","event":[{"listen":"test","script":{"id":"5cc9487f-b530-45e3-a40c-bd7e8863cdd5","exec":["pm.test(\"Status code is 200, Admin Gets the New User!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"e4d334e5-532b-4d7e-8d38-24966a8b5352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/user/","urlObject":{"path":["api","user",""],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4d334e5-532b-4d7e-8d38-24966a8b5352"},{"name":"Edit New User","event":[{"listen":"test","script":{"id":"3a84812b-2bac-402b-8a8d-4516d4515cc9","exec":["pm.test(\"Status code is 200, Admin Edits the New User!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"b57d6be1-1333-4a82-92ee-3f45343c2d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"OZY\",\r\n    \"lastName\": \"MANDIAS\",\r\n    \"phoneNumber\": \"01789258741\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/user/","urlObject":{"path":["api","user",""],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b57d6be1-1333-4a82-92ee-3f45343c2d97"}],"id":"5b524765-6772-4810-b5f3-34f1d0524a96","description":"<h3 id=\"admin-can\"><strong>Admin can,</strong></h3>\n<ol>\n<li><p>Login</p>\n</li>\n<li><p>Get User List</p>\n</li>\n<li><p>Search for an User</p>\n</li>\n<li><p>Edit User Info</p>\n</li>\n</ol>\n","_postman_id":"5b524765-6772-4810-b5f3-34f1d0524a96"},{"name":"User Activities","item":[{"name":"User Login","event":[{"listen":"test","script":{"id":"db4f5af0-efd0-4e3a-a51e-cce7d77a44de","exec":["const jsonResponse = pm.response.json();\r","pm.collectionVariables.set(\"userToken\", jsonResponse.token)\r","\r","pm.test(\"Status code is 200, User Logged In!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"d075f9b4-f057-4c9a-b2b6-ac4e7dba92c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d075f9b4-f057-4c9a-b2b6-ac4e7dba92c6"},{"name":"User Get Item List","event":[{"listen":"test","script":{"id":"61302c52-77de-4fb5-9889-4740ec6322d7","exec":["pm.test(\"Status code is 200, Item List Loaded!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"dc21d5f7-da9d-4321-800f-bc0b35d54e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://dailyfinanceapi.roadtocareer.net/api/costs","urlObject":{"path":["api","costs"],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc21d5f7-da9d-4321-800f-bc0b35d54e5d"},{"name":"User Add Item","event":[{"listen":"test","script":{"id":"79efaf69-bd42-4f31-b8fc-a30cfca86282","exec":["pm.test(\"Status code is 200, Item List Loaded!\", function () {\r","    pm.response.to.have.status(201);\r","});\r","\r","const jsonResponse = pm.response.json();\r","pm.collectionVariables.set(\"itemID\", jsonResponse._id)"],"type":"text/javascript","packages":{}}}],"id":"4aefce19-c302-433c-bf0a-4b33e3d883f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"itemName\":\"From postman\",\r\n    \"quantity\":2,\r\n    \"amount\":\"75\",\r\n    \"purchaseDate\":\"2025-05-05\",\r\n    \"month\":\"May\",\r\n    \"remarks\":\"automated item add\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/costs","urlObject":{"path":["api","costs"],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aefce19-c302-433c-bf0a-4b33e3d883f1"},{"name":"User Edit Item Name","event":[{"listen":"test","script":{"id":"ae22d40c-37f8-4292-aa2b-6753cb02babd","exec":["pm.test(\"Status code is 200, User Edited Item!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"98413af6-7df6-4744-944c-75a9cb8266ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"itemName\":\"User updated from postman\",\r\n    \"quantity\":2,\r\n    \"amount\":\"80\",\r\n    \"purchaseDate\":\"2025-05-05\",\r\n    \"month\":\"May\",\r\n    \"remarks\":\"automated item edit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/costs/","urlObject":{"path":["api","costs",""],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"98413af6-7df6-4744-944c-75a9cb8266ed"},{"name":"User Delete Item","event":[{"listen":"test","script":{"id":"fd21fea9-d5ca-44be-89ce-463215305319","exec":["pm.test(\"Status code is 200, User Deleted Item!\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"8a32b371-8aa8-4686-8591-6b8c24503fd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dailyfinanceapi.roadtocareer.net/api/costs/","urlObject":{"path":["api","costs",""],"host":["https://dailyfinanceapi.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a32b371-8aa8-4686-8591-6b8c24503fd0"}],"id":"7cc985b9-d404-4dca-8c51-a86de278df3c","description":"<h3 id=\"user-can\"><strong>User can,</strong></h3>\n<ol>\n<li><p>Login</p>\n</li>\n<li><p>Get item list</p>\n</li>\n<li><p>Add any item</p>\n</li>\n<li><p>Edit any item name</p>\n</li>\n<li><p>Delete any item from the item list</p>\n</li>\n</ol>\n","_postman_id":"7cc985b9-d404-4dca-8c51-a86de278df3c"}],"event":[{"listen":"prerequest","script":{"id":"cf31f9bf-ca2e-4c9c-8c81-7074a919d096","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"1e387934-3da2-49ac-a3cb-15464d6e2975","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseURL","value":"https://dailyfinanceapi.roadtocareer.net","type":"string"},{"key":"userEmail","value":""},{"key":"userID","value":""},{"key":"adminToken","value":""},{"key":"userToken","value":""},{"key":"itemID","value":""}]}