{"info":{"_postman_id":"7bb5fb1a-e964-466d-8244-54d2d7e994e4","name":"Booking-Management","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20661145","collectionId":"7bb5fb1a-e964-466d-8244-54d2d7e994e4","publishedId":"2s9YXk2g2h","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-10T21:47:29.000Z"},"item":[{"name":"Auth","item":[{"name":"register","id":"9901664b-5a9b-497f-988b-3a3ecba0b73f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@gmail.com\",\r\n    \"password\": \"123456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/register","urlObject":{"path":["auth","register"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9901664b-5a9b-497f-988b-3a3ecba0b73f"},{"name":"login","id":"555eaa3b-2e7f-467a-ac37-d6e12ea0db5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@gmail.com\",\r\n    \"password\": \"123456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"555eaa3b-2e7f-467a-ac37-d6e12ea0db5e"},{"name":"refresh-token","id":"daf51d20-ac65-4e5d-896c-47598f693da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/v1/auth/refresh-token","urlObject":{"path":["auth","refresh-token"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"daf51d20-ac65-4e5d-896c-47598f693da5"},{"name":"change-password","id":"c687ceb5-e67b-4e18-b36a-8a91e4012949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"123456\",\r\n    \"newPassword\": \"12345678\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/change-password","urlObject":{"path":["auth","change-password"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c687ceb5-e67b-4e18-b36a-8a91e4012949"}],"id":"97c1b6d6-8943-4f14-8a69-ef891522e9e3","_postman_id":"97c1b6d6-8943-4f14-8a69-ef891522e9e3","description":""},{"name":"Profiles","item":[{"name":"Find all data","id":"33a8be04-1565-4a9b-bb89-7abdfb35846a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/profiles","urlObject":{"path":["profiles"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"33a8be04-1565-4a9b-bb89-7abdfb35846a"},{"name":"update-user","id":"791cb7ac-827d-41c0-b4b2-cc6aa314e6f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"791cb7ac-827d-41c0-b4b2-cc6aa314e6f3"}],"id":"e13ef9aa-88d9-4e8b-9817-7a4e9716eef7","_postman_id":"e13ef9aa-88d9-4e8b-9817-7a4e9716eef7","description":""},{"name":"Category","item":[{"name":"create-category","id":"2044a1f6-7916-4613-8140-10faeb8e1415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Cleaning Services\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/category/create-category","urlObject":{"path":["category","create-category"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2044a1f6-7916-4613-8140-10faeb8e1415"},{"name":"find all category","id":"eb5d1b90-de64-419f-8abf-2339ddede2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category?limit=5&sortBy=name&sortOrder=desc","urlObject":{"path":["category"],"host":["http://localhost:5000/api/v1"],"query":[{"disabled":true,"key":"searchTerm","value":"page=2"},{"key":"limit","value":"5"},{"key":"sortBy","value":"name"},{"key":"sortOrder","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"eb5d1b90-de64-419f-8abf-2339ddede2e0"},{"name":"find single category","id":"d04dd851-86d2-4307-ae21-34bb4eb81be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category/24ab5c2a-20c2-4620-bdbe-c247ff98e2a9","urlObject":{"path":["category","24ab5c2a-20c2-4620-bdbe-c247ff98e2a9"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d04dd851-86d2-4307-ae21-34bb4eb81be7"},{"name":"update category","id":"e6c756bd-248e-4b53-9bd1-ff15d7cae0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Cleaning Services\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/category/5f10ea0e-fec1-4c03-a7c4-fa663b422e9a","urlObject":{"path":["category","5f10ea0e-fec1-4c03-a7c4-fa663b422e9a"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6c756bd-248e-4b53-9bd1-ff15d7cae0b4"},{"name":"delete category","id":"02b38cdf-5f68-4481-9fb1-65100ce977fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/category/5f10ea0e-fec1-4c03-a7c4-fa663b422e9a","urlObject":{"path":["category","5f10ea0e-fec1-4c03-a7c4-fa663b422e9a"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"02b38cdf-5f68-4481-9fb1-65100ce977fd"},{"name":"bulk-create","id":"4d92cd50-e203-45f0-9b56-56c1280890e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4d92cd50-e203-45f0-9b56-56c1280890e7"}],"id":"8ed73fd0-c548-45b1-81ac-8b67e8e9e483","_postman_id":"8ed73fd0-c548-45b1-81ac-8b67e8e9e483","description":""},{"name":"Services","item":[{"name":"create services","id":"84c68a22-348c-4755-a879-340a959ba92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:5000/api/v1/services/create-services","urlObject":{"path":["services","create-services"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"84c68a22-348c-4755-a879-340a959ba92e"},{"name":"file-uploads","id":"b21b8c0d-7dcc-457f-892f-40a0e1962f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/hamed hasan/Downloads/Computer login-amico.png"},{"key":"data","value":"{\n  \"name\": \"Premium Car Rental\",\n  \"description\": \"Rent a premium car for a luxurious ride!\",\n  \"pricePerHour\": 100,\n  \"brand\": \"Mercedes\",\n  \"model\": \"S-Class\",\n  \"seatingCapacity\": 5,\n  \"categoryId\": \"c9f0b354-33b3-4774-9899-7f573ec8700d\"\n}\n","type":"text"}]},"url":"http://localhost:5000/api/v1/services/create-services","urlObject":{"path":["services","create-services"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b21b8c0d-7dcc-457f-892f-40a0e1962f87"},{"name":"find all services","id":"e348301a-9aea-4e9b-9245-3b3efe553acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/services?page&limit=10","urlObject":{"path":["services"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"page","value":null},{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"e348301a-9aea-4e9b-9245-3b3efe553acf"},{"name":"find single service","id":"838205a9-198f-4572-8eda-3638ad1de6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/services/","urlObject":{"path":["services",""],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"838205a9-198f-4572-8eda-3638ad1de6f5"},{"name":"update service","id":"a06e37b4-682d-4d17-82a9-b7839f9a1fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Update Car Service\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/services/3974a239-715f-4b34-82d9-10781ebc374a","urlObject":{"path":["services","3974a239-715f-4b34-82d9-10781ebc374a"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a06e37b4-682d-4d17-82a9-b7839f9a1fa4"},{"name":"delete car service","id":"437dc501-3d73-45f9-81d0-259e0f25de9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/services/13844f99-c7a9-454d-9ffa-2e375ff0af48","urlObject":{"path":["services","13844f99-c7a9-454d-9ffa-2e375ff0af48"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"437dc501-3d73-45f9-81d0-259e0f25de9f"},{"name":"delete multiple service","id":"9e5c127e-5a49-4784-8255-e3bf5223b90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serviceIds\": [\"25b82c36-c7b9-44da-bc40-7ac435438b15\", \"ad89a617-ec31-4231-870a-ae8e8a419172\", \"b8331a09-8c56-40a3-bec8-1dfa408224c9\",\"af389ad7-0e98-4493-905c-4b163fa0d00d\",\"0edd634b-a77b-49dd-ab2b-9123757d067f\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/services/delete-multiple","urlObject":{"path":["services","delete-multiple"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e5c127e-5a49-4784-8255-e3bf5223b90e"}],"id":"38249d31-1553-42a4-b6ad-e6727c79e3dc","_postman_id":"38249d31-1553-42a4-b6ad-e6727c79e3dc","description":""},{"name":"Cart","item":[{"name":"add to cart","id":"7f390fc1-c4fc-41d8-bf6b-a417d7b2e2c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"13bfc342-cdcf-4ad5-89a5-561013b3b2aa\",\r\n  \"serviceId\": \"57a2f796-6fdd-421f-9dae-d38e07ceac1b\",\r\n  \"quantity\": 4\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/cart/add","urlObject":{"path":["cart","add"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f390fc1-c4fc-41d8-bf6b-a417d7b2e2c8"},{"name":"find single cart","id":"9d6cd79f-4094-43cc-be9d-fc6610205730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/cart/03bbdaa7-d382-44dc-9cd5-893f2fff14ef","urlObject":{"path":["cart","03bbdaa7-d382-44dc-9cd5-893f2fff14ef"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d6cd79f-4094-43cc-be9d-fc6610205730"},{"name":"update cart","id":"1d9240b7-cb10-4d2e-bebe-7dd4d2ada93a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"quantity\": 5\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/cart/03bbdaa7-d382-44dc-9cd5-893f2fff14ef","urlObject":{"path":["cart","03bbdaa7-d382-44dc-9cd5-893f2fff14ef"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d9240b7-cb10-4d2e-bebe-7dd4d2ada93a"},{"name":"remove cart item","id":"14e56b8c-cce0-4571-a25b-742e127d2c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/cart/2af8317e-a7d7-4bd5-8125-161eed2c3275","urlObject":{"path":["cart","2af8317e-a7d7-4bd5-8125-161eed2c3275"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"14e56b8c-cce0-4571-a25b-742e127d2c56"},{"name":"find cart item from specific user","id":"a71d3f1e-6367-44b0-a8d9-beb801262e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/cart/user/fd8f425f-395e-42da-8b14-455ad9213a4d?page=1&limit=5","urlObject":{"path":["cart","user","fd8f425f-395e-42da-8b14-455ad9213a4d"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"}],"variable":[]}},"response":[],"_postman_id":"a71d3f1e-6367-44b0-a8d9-beb801262e9f"}],"id":"c2155ed3-0ab0-4690-a94d-9fd76d8a5c67","_postman_id":"c2155ed3-0ab0-4690-a94d-9fd76d8a5c67","description":""},{"name":"Bookings","item":[{"name":"add booking","id":"a2f96651-fd08-44bb-957f-71eb201a6a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"b7e1cc6a-a925-447c-a121-dc46c27ffd1b\",\r\n    \"serviceId\": \"57a2f796-6fdd-421f-9dae-d38e07ceac1b\",\r\n    \"scheduledDate\": \"2023-11-20T14:00:00.000Z\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/booking/create-booking","urlObject":{"path":["booking","create-booking"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2f96651-fd08-44bb-957f-71eb201a6a16"},{"name":"update booking","id":"c1bd4f23-bfd9-42ae-9183-9ca6a671bced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scheduledDate\": \"2023-11-21T14:00:00.000Z\",\r\n    \"status\": \"confirmed\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/booking/8db8bd98-d331-4a01-a469-90acaf253565","urlObject":{"path":["booking","8db8bd98-d331-4a01-a469-90acaf253565"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1bd4f23-bfd9-42ae-9183-9ca6a671bced"},{"name":"find all bookings","id":"8445503b-38de-4922-8c60-6eb0f78637a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/booking","urlObject":{"path":["booking"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8445503b-38de-4922-8c60-6eb0f78637a4"},{"name":"find single booking","id":"6bec6c8b-7225-495c-a25c-888c46175272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/booking/05996ec7-251e-4786-93e4-8ccb62db438e","urlObject":{"path":["booking","05996ec7-251e-4786-93e4-8ccb62db438e"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bec6c8b-7225-495c-a25c-888c46175272"},{"name":"delete booking","id":"7306b212-8f08-410a-b4a7-6895a606d97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/booking/05996ec7-251e-4786-93e4-8ccb62db438e","urlObject":{"path":["booking","05996ec7-251e-4786-93e4-8ccb62db438e"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7306b212-8f08-410a-b4a7-6895a606d97f"},{"name":"find booked item from specific user","id":"a0e722c5-473e-4df5-a58a-e0451bd1377d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/booking/booked-user/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["booking","booked-user","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0e722c5-473e-4df5-a58a-e0451bd1377d"}],"id":"15cc702f-bfc9-48a2-880f-db38cbe34a33","_postman_id":"15cc702f-bfc9-48a2-880f-db38cbe34a33","description":""},{"name":"Profiles","item":[{"name":"all profiles","id":"48cc3525-7617-4de3-aec8-2a5e4960afdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"48cc3525-7617-4de3-aec8-2a5e4960afdb"},{"name":"specific-profile","id":"2a0fb7c1-04a3-42a7-b8f0-5adeb12948a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/profiles/specific-profile/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["profiles","specific-profile","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a0fb7c1-04a3-42a7-b8f0-5adeb12948a9"},{"name":"update profile","id":"86d3c06d-cb36-4e3b-b63a-0dd2cac03100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"john_doe\",\r\n  \"firstName\": \"John\",\r\n  \"lastName\": \"Doe\",\r\n  \"phoneNumber\": \"9876543210\",\r\n  \"address\": \"456 Elm Street, Springfield, IL\",\r\n  \"bio\": \"A seasoned full-stack developer with a passion for building intuitive, user-friendly applications. Enjoys hiking and photography during the weekends.\",\r\n  \"profileImage\": \"https://example.com/images/john_doe_profile.jpg\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/profiles/update-profile/13bfc342-cdcf-4ad5-89a5-561013b3b2aa","urlObject":{"path":["profiles","update-profile","13bfc342-cdcf-4ad5-89a5-561013b3b2aa"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"86d3c06d-cb36-4e3b-b63a-0dd2cac03100"}],"id":"35b6267c-7eae-466c-a59f-a55a1a6432dc","_postman_id":"35b6267c-7eae-466c-a59f-a55a1a6432dc","description":""},{"name":"Reviews","item":[{"name":"update review","id":"94787cbe-5db6-4f8d-811c-fdb501d69ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"review\": \"Updated review text\",\r\n  \"rating\": \"FOUR\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/reviews/ae1d1c3e-dd80-4a63-9461-30394a7b7c4b","urlObject":{"path":["reviews","ae1d1c3e-dd80-4a63-9461-30394a7b7c4b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"94787cbe-5db6-4f8d-811c-fdb501d69ed9"},{"name":"add review","id":"f7d8dbca-b274-461f-953a-84711e394bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"b7e1cc6a-a925-447c-a121-dc46c27ffd1b\",\r\n    \"serviceId\": \"57a2f796-6fdd-421f-9dae-d38e07ceac1b\",\r\n    \"review\": \"This service was excellent!\",\r\n    \"rating\": \"FOUR\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/reviews/create-review","urlObject":{"path":["reviews","create-review"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7d8dbca-b274-461f-953a-84711e394bbd"},{"name":"all reviews","id":"60deb37f-21f2-4d7c-8e60-9b5ece2596a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/reviews/all-reviews","urlObject":{"path":["reviews","all-reviews"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"60deb37f-21f2-4d7c-8e60-9b5ece2596a8"},{"name":"find single review","id":"7a6d9ea9-7045-405d-a9b8-05878b77f2db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/reviews/ae1d1c3e-dd80-4a63-9461-30394a7b7c4b","urlObject":{"path":["reviews","ae1d1c3e-dd80-4a63-9461-30394a7b7c4b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a6d9ea9-7045-405d-a9b8-05878b77f2db"},{"name":"specific review for single user","id":"5dc9fef7-a7d3-4910-a430-ff053887f4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/reviews/user/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["reviews","user","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dc9fef7-a7d3-4910-a430-ff053887f4ab"}],"id":"35db9d64-c4eb-496c-8bb8-3345df7f361b","_postman_id":"35db9d64-c4eb-496c-8bb8-3345df7f361b","description":""},{"name":"Availability","item":[{"name":"add availability","id":"5322b882-d42c-4d68-9062-2dd7ad2e5097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": \"57a2f796-6fdd-421f-9dae-d38e07ceac1b\",\r\n    \"startDate\": \"2023-11-01\",\r\n    \"endDate\": \"2023-11-30\",\r\n    \"startTime\": \"09:00\",\r\n    \"endTime\": \"17:00\",\r\n    \"daysOfWeek\": {\r\n        \"Monday\": true,\r\n        \"Tuesday\": true,\r\n        \"Wednesday\": true,\r\n        \"Thursday\": true,\r\n        \"Friday\": true,\r\n        \"Saturday\": false,\r\n        \"Sunday\": false\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/availability/add","urlObject":{"path":["availability","add"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5322b882-d42c-4d68-9062-2dd7ad2e5097"},{"name":"find all availibility","id":"aff502ad-2cd9-4f82-a298-4eed5ed6ee8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/availability","urlObject":{"path":["availability"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"aff502ad-2cd9-4f82-a298-4eed5ed6ee8d"},{"name":"get single availibility","id":"b358a743-9135-49b8-80cb-540fd3bbd2c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/availability/57a2f796-6fdd-421f-9dae-d38e07ceac1b","urlObject":{"path":["availability","57a2f796-6fdd-421f-9dae-d38e07ceac1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b358a743-9135-49b8-80cb-540fd3bbd2c3"},{"name":"update availibility","id":"278f5a2a-da69-41d6-8d08-7653bbe100f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2023-11-02\",\r\n    \"endDate\": \"2023-11-29\",\r\n    \"startTime\": \"10:00\",\r\n    \"endTime\": \"16:00\",\r\n    \"daysOfWeek\": {\r\n        \"Monday\": true,\r\n        \"Tuesday\": true,\r\n        \"Wednesday\": true,\r\n        \"Thursday\": true,\r\n        \"Friday\": true,\r\n        \"Saturday\": true,\r\n        \"Sunday\": true\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/availability/d1cecc44-a69c-4f27-ac8a-a0455d038ca4","urlObject":{"path":["availability","d1cecc44-a69c-4f27-ac8a-a0455d038ca4"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"278f5a2a-da69-41d6-8d08-7653bbe100f0"},{"name":"delete availibility","id":"b3a3e676-3fd0-4bc3-8d9f-b63bceede485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/availability/d1cecc44-a69c-4f27-ac8a-a0455d038ca4","urlObject":{"path":["availability","d1cecc44-a69c-4f27-ac8a-a0455d038ca4"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3a3e676-3fd0-4bc3-8d9f-b63bceede485"}],"id":"5e29835d-3336-4f8f-9d64-158ea8d0a3f4","_postman_id":"5e29835d-3336-4f8f-9d64-158ea8d0a3f4","description":""},{"name":"Blogs","item":[{"name":"create blog","id":"b1246ecd-5e65-4069-843a-fb16a304a175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"My First Blog Post\",\r\n    \"content\": \"This is the content of my first blog post.\",\r\n    \"authorId\": \"b7e1cc6a-a925-447c-a121-dc46c27ffd1b\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/blog/create","urlObject":{"path":["blog","create"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1246ecd-5e65-4069-843a-fb16a304a175"},{"name":"find all blogs","id":"ea824bb7-3fdd-4e7f-8ac4-01c3521ec2a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/blog","urlObject":{"path":["blog"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea824bb7-3fdd-4e7f-8ac4-01c3521ec2a1"},{"name":"find single blog","id":"d97f02ca-42bd-46ca-86f2-142f2d7982f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/blog/20e77307-5e2a-4c3a-84b6-1ed4d8d95f7e","urlObject":{"path":["blog","20e77307-5e2a-4c3a-84b6-1ed4d8d95f7e"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d97f02ca-42bd-46ca-86f2-142f2d7982f2"},{"name":"update blog","id":"86b2e92b-c684-4a35-aa38-65d829b12f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Updated Title\",\r\n    \"content\": \"Updated content for my first blog post.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/blog/20e77307-5e2a-4c3a-84b6-1ed4d8d95f7e","urlObject":{"path":["blog","20e77307-5e2a-4c3a-84b6-1ed4d8d95f7e"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"86b2e92b-c684-4a35-aa38-65d829b12f40"},{"name":"delete blog","id":"ccf30568-9c2c-4651-bbe4-7f703213202d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/blog/374d6208-c815-48c5-b399-7b5d571b9b21","urlObject":{"path":["blog","374d6208-c815-48c5-b399-7b5d571b9b21"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf30568-9c2c-4651-bbe4-7f703213202d"}],"id":"2093b96e-b051-40b5-84ea-9871e95d3cff","_postman_id":"2093b96e-b051-40b5-84ea-9871e95d3cff","description":""},{"name":"Feedback","item":[{"name":"create feedback","id":"c12ee820-6d9e-45c2-965e-99bc5d4a0232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"b7e1cc6a-a925-447c-a121-dc46c27ffd1b\",\r\n  \"content\": \"This is some feedback.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/feedback/create-feedback","urlObject":{"path":["feedback","create-feedback"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c12ee820-6d9e-45c2-965e-99bc5d4a0232"},{"name":"find all feedback","id":"8e16a97f-60bb-457f-856f-4eea334b204e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/feedback/","urlObject":{"path":["feedback",""],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e16a97f-60bb-457f-856f-4eea334b204e"},{"name":"find single feedback","id":"f3beb927-984e-4610-be4c-cded71bc50ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/feedback/985a302e-3d6b-4aca-8975-e2b93274a87a","urlObject":{"path":["feedback","985a302e-3d6b-4aca-8975-e2b93274a87a"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3beb927-984e-4610-be4c-cded71bc50ab"},{"name":"New Request","id":"bbd6455a-0fa7-4532-b442-2cac551a8d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"This is updated feedback.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/feedback/985a302e-3d6b-4aca-8975-e2b93274a87a","urlObject":{"path":["feedback","985a302e-3d6b-4aca-8975-e2b93274a87a"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbd6455a-0fa7-4532-b442-2cac551a8d42"},{"name":"delete feedback","id":"0f75daf4-632b-4344-b6e2-13f1ed655f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/feedback/985a302e-3d6b-4aca-8975-e2b93274a87a","urlObject":{"path":["feedback","985a302e-3d6b-4aca-8975-e2b93274a87a"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f75daf4-632b-4344-b6e2-13f1ed655f3a"}],"id":"bd3881e4-2e34-4645-a44d-d5c9bd4f6463","_postman_id":"bd3881e4-2e34-4645-a44d-d5c9bd4f6463","description":""},{"name":"Notification","item":[{"name":"create notification","id":"9f585c95-9de5-4179-b07f-1007aad7e413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"b7e1cc6a-a925-447c-a121-dc46c27ffd1b\",\r\n    \"message\": \"This is a test notification\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/notification/create-notification","urlObject":{"path":["notification","create-notification"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f585c95-9de5-4179-b07f-1007aad7e413"},{"name":"find all notification","id":"791892d5-6e30-4e31-b47d-ed5c5ee0cb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/notification/","urlObject":{"path":["notification",""],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"791892d5-6e30-4e31-b47d-ed5c5ee0cb60"},{"name":"find single notification","id":"27e727ed-415a-4b8e-b213-5f10248f620f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/notification/bbf722e3-7bba-4d1d-9d90-2eb964605c14","urlObject":{"path":["notification","bbf722e3-7bba-4d1d-9d90-2eb964605c14"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"27e727ed-415a-4b8e-b213-5f10248f620f"},{"name":"update notification","id":"e3d1bc63-909c-4822-96d2-59239a8dcca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"This is an updated message\",\r\n    \"read\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/notification/bbf722e3-7bba-4d1d-9d90-2eb964605c14","urlObject":{"path":["notification","bbf722e3-7bba-4d1d-9d90-2eb964605c14"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3d1bc63-909c-4822-96d2-59239a8dcca2"},{"name":"find specific user notification","id":"1ff35d3b-54fb-4dce-bc3a-1caf4dbe9f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/notification/user/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["notification","user","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ff35d3b-54fb-4dce-bc3a-1caf4dbe9f26"}],"id":"04685c79-95fc-4095-b600-e1fdc933c87f","_postman_id":"04685c79-95fc-4095-b600-e1fdc933c87f","description":""},{"name":"Users","item":[{"name":"find all users","id":"f34dc789-438c-46eb-83de-3faee9db47ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/all-users?searchTerm=New\n","urlObject":{"path":["users","all-users"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"searchTerm","value":"New\n"}],"variable":[]}},"response":[],"_postman_id":"f34dc789-438c-46eb-83de-3faee9db47ff"},{"name":"find single user","id":"cf521096-7f87-4c41-9bd9-f1c094d9b5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/fd8f425f-395e-42da-8b14-455ad9213a4d","urlObject":{"path":["users","fd8f425f-395e-42da-8b14-455ad9213a4d"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf521096-7f87-4c41-9bd9-f1c094d9b5e7"},{"name":"update user","id":"dcaa86a5-9774-466a-903b-598c389f5c8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/hamed hasan/Downloads/b-landing.png"},{"key":"data","value":"{\n    \"email\": \"new-email@example.com\",\n    \"password\": \"123456\",\n    \"role\": \"user\",\n    \"profile\": {\n        \"username\": \"new-username\",\n        \"firstName\": \"New\",\n        \"lastName\": \"User\",\n        \"dateOfBirth\": \"1990-01-01T00:00:00.000Z\",\n        \"phoneNumber\": \"123-456-7890\",\n        \"address\": \"123 New St, City, State, Country\",\n        \"bio\": \"This is the updated bio of the user.\"\n    }\n}\n","type":"text"}]},"url":"http://localhost:5000/api/v1/users/fd8f425f-395e-42da-8b14-455ad9213a4d","urlObject":{"path":["users","fd8f425f-395e-42da-8b14-455ad9213a4d"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcaa86a5-9774-466a-903b-598c389f5c8f"},{"name":"delete user","id":"03615890-919c-459b-8820-c48c00b02f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/users/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["users","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"03615890-919c-459b-8820-c48c00b02f2c"}],"id":"13438ecd-6190-4ed3-97d6-9f872c29059d","_postman_id":"13438ecd-6190-4ed3-97d6-9f872c29059d","description":""}],"event":[{"listen":"prerequest","script":{"id":"de3dca2e-2a71-45f8-a973-54d57ce7c252","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e630e53c-1b8a-4c98-9d86-75e67da717c1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"URL","value":"http://localhost:5000/api/v1","type":"string"}]}