{"info":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14780095","collectionId":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","publishedId":"2sBXVo98AG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-30T07:52:19.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"ca8053ce-e5e2-4485-806b-f45cf0580547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"user7\",\n    \"email\": \"user7@mail.com\",\n    \"password\": \"user7\",\n    \"firstName\": \"User\",\n    \"lastName\": \"Tujuh\",\n    \"phoneNumber\": \"08775442323123\"\n}","options":{"raw":{"language":"json"}}},"url":"/auth/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["auth","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ca8053ce-e5e2-4485-806b-f45cf0580547"},{"name":"Login","id":"8f0f5545-37e5-45d9-a0ab-b96eca15f466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["auth","login"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"8f0f5545-37e5-45d9-a0ab-b96eca15f466"}],"id":"d4a60f0a-c9da-4ce2-8844-d4a020f3bbe8","_postman_id":"d4a60f0a-c9da-4ce2-8844-d4a020f3bbe8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Admin","item":[{"name":"Users","item":[{"name":"Get Users","id":"9b7c848a-0021-4fc7-9380-bf7aa5643cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","users"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9b7c848a-0021-4fc7-9380-bf7aa5643cdf"},{"name":"Get User","id":"b7dc1f49-4871-4e83-8f7e-1ddc15f51703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/users/user1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","users","user1"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b7dc1f49-4871-4e83-8f7e-1ddc15f51703"},{"name":"Create User","id":"44b69062-06f5-4471-9c7d-6f2db1425bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"testing\",\n    \"email\": \"testing@mail.com\",\n    \"password\": \"testing\",\n    \"firstName\": \"Ttesting\",\n    \"lastName\": \"12345\",\n    \"phoneNumber\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","users"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"44b69062-06f5-4471-9c7d-6f2db1425bc2"},{"name":"Update User","id":"771d20aa-177c-4a4c-a438-ea3c4eeaa852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"User\",\n    \"lastName\": \"Enam\",\n    \"address\": \"Bandung, Indonesia\",\n    \"phoneNumber\": \"085433432312\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/users/user6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","users","user6"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"771d20aa-177c-4a4c-a438-ea3c4eeaa852"},{"name":"Delete User","id":"a2330133-c902-4194-8dad-004a9cb3ee30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/admin/users/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","users","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a2330133-c902-4194-8dad-004a9cb3ee30"}],"id":"603d7028-c13c-45cd-8bbd-81106d20de66","_postman_id":"603d7028-c13c-45cd-8bbd-81106d20de66","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Workspaces","item":[{"name":"Get Workspaces","id":"330d60e3-4ea8-4452-a64f-9bb7586f79f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/workspaces","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","workspaces"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"330d60e3-4ea8-4452-a64f-9bb7586f79f5"},{"name":"Get Workspace","id":"bde0ff73-dd5e-4a04-b642-de8b25f9f48f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/workspaces/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","workspaces","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bde0ff73-dd5e-4a04-b642-de8b25f9f48f"},{"name":"Create Workspace","id":"31b4d551-a50c-47f5-ab57-5d0edc49603e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"workspaceName","value":"Sekolah Swasta 1 medan","type":"text"},{"key":"workspaceAddress","value":"Jalan Sudirman No.123 Medan","type":"text"},{"key":"workspaceImagePath","type":"file","uuid":"201bce0b-3ce7-44a5-97d4-ae5bdeb1e022","src":"/Users/akbarsaladin36/Desktop/Screenshot 2026-01-20 at 19.43.09.png"}]},"url":"/admin/workspaces","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","workspaces"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"31b4d551-a50c-47f5-ab57-5d0edc49603e"},{"name":"Update Workspace","id":"42690ce8-66c3-4fb0-abf5-79c974647b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceName\": \"Kampus Baru\",\n    \"workspaceAddress\": \"Jalan Medan Indonesia\",\n    \"workspaceIsActive\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/workspaces/WC-20260130-14328","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","workspaces","WC-20260130-14328"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"42690ce8-66c3-4fb0-abf5-79c974647b90"},{"name":"Delete Workspace","id":"514d2691-3d29-430d-a361-83638b386a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/admin/workspaces/WC-20260127-42310","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","workspaces","WC-20260127-42310"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"514d2691-3d29-430d-a361-83638b386a68"}],"id":"05450166-27f1-4883-93bc-8f9756913d40","_postman_id":"05450166-27f1-4883-93bc-8f9756913d40","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Rooms","item":[{"name":"Get Rooms","id":"ca56a509-9eb1-4985-bbf6-24fa9b618152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/rooms","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","rooms"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ca56a509-9eb1-4985-bbf6-24fa9b618152"},{"name":"Get Rooms By Workspace","id":"bf044d93-c106-4adf-a924-19f681338178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/rooms/workspaces/WC-20260127-15769","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","rooms","workspaces","WC-20260127-15769"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bf044d93-c106-4adf-a924-19f681338178"},{"name":"Get Room","id":"efd5ea9b-bac8-4e64-a44d-7be04f1b4354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/rooms/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","rooms","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"efd5ea9b-bac8-4e64-a44d-7be04f1b4354"},{"name":"Create Room","id":"17b24bff-e6e4-45a8-8909-eee95e60e22b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"workspaceCode","value":"WC-20260130-14328","type":"text"},{"key":"roomName","value":"Aula Sekolah Swasta 1 Medan","type":"text"},{"key":"roomDescription","value":"aula sekolah","type":"text"},{"key":"roomPrice","value":"350000","type":"text"},{"key":"roomImagePath","type":"file","uuid":"3b9b05bb-96c1-4031-a211-f15a3aa809ca","src":"/Users/akbarsaladin36/Desktop/Screenshot 2026-01-25 at 10.10.15.png"}]},"url":"/admin/rooms","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","rooms"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"17b24bff-e6e4-45a8-8909-eee95e60e22b"},{"name":"Update Room","id":"c69cdb96-09e4-4d2c-8ba2-a6f7e59a507b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"roomName\": \"testing USU 1\",\n    \"roomDescription\": \"testing usu 1\",\n    \"roomPrice\": \"1500\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/rooms/RC-20260128-60863","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","rooms","RC-20260128-60863"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c69cdb96-09e4-4d2c-8ba2-a6f7e59a507b"},{"name":"Delete Room","id":"35e0903a-fba7-4407-a6e8-b9cf4a7b5a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/admin/rooms/RC-20260128-60863","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","rooms","RC-20260128-60863"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"35e0903a-fba7-4407-a6e8-b9cf4a7b5a73"}],"id":"614393db-5c17-4435-8d9b-2bd9f95cabbb","_postman_id":"614393db-5c17-4435-8d9b-2bd9f95cabbb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Bookings","item":[{"name":"Get Bookings","id":"00aa3e8a-2ee5-4065-8d81-221536b8d973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/bookings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","bookings"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"00aa3e8a-2ee5-4065-8d81-221536b8d973"},{"name":"Get Bookings By User","id":"ffccfc01-0c15-469d-99bf-ec9f51ccf11e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/bookings/my-bookings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","bookings","my-bookings"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ffccfc01-0c15-469d-99bf-ec9f51ccf11e"},{"name":"Get Booking","id":"1b1088c5-6411-449f-8717-7f088986581c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/bookings/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","bookings","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1b1088c5-6411-449f-8717-7f088986581c"},{"name":"Create Booking","id":"a72f6a47-dcf1-477a-9557-c7f6128d8c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceCode\": \"WC-20260127-15769\",\n    \"roomCode\": \"RC-20260128-17982\",\n    \"userUuid\": \"1205ea8c6bea44109f59268920f113a8\",\n    \"bookingName\": \"Wisma Usu testing 1\",\n    \"bookingDescription\": \"Pembayaran Sewa Booking Wisma USU 3 hari\",\n    \"startTime\": \"2026-02-01 00:00:00\",\n    \"endTime\": \"2026-02-03 00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/bookings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","bookings"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a72f6a47-dcf1-477a-9557-c7f6128d8c3f"},{"name":"Update Booking","id":"33d77abc-6cd7-445c-a5ed-c225a3b3106b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"bookingStatus\": \"paid\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/bookings/BC-20260130-11101","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","bookings","BC-20260130-11101"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"33d77abc-6cd7-445c-a5ed-c225a3b3106b"},{"name":"Delete Booking","id":"a201d6c8-561f-4fc0-b47d-b0569461c242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/admin/bookings/BC-20260129-70374","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","bookings","BC-20260129-70374"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a201d6c8-561f-4fc0-b47d-b0569461c242"}],"id":"88483f1d-9aef-4c88-b689-a4b5994018ec","_postman_id":"88483f1d-9aef-4c88-b689-a4b5994018ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Transactions","item":[{"name":"Get Transactions","id":"64ab88cd-b32d-4dfb-be62-0bd1302e4502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/transactions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"64ab88cd-b32d-4dfb-be62-0bd1302e4502"},{"name":"Get Revenue Expense Transactions","id":"5d5cefce-c063-495b-bc3f-603fde9a3ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/transactions/all-revenue-expense-transactions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions","all-revenue-expense-transactions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5d5cefce-c063-495b-bc3f-603fde9a3ab9"},{"name":"Get Transactions By User","id":"bc4197da-d92a-48f8-84b8-7151b4021900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/transactions/my-transactions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions","my-transactions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bc4197da-d92a-48f8-84b8-7151b4021900"},{"name":"Get Transaction","id":"11d01805-2a06-4522-8a67-b0ca2244e2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/transactions/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"11d01805-2a06-4522-8a67-b0ca2244e2ea"},{"name":"Create Transaction","id":"ffb1a037-a898-4b52-af1a-3e79d856eb1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceCode\": \"WC-20260209-20284\",\n    \"userUuid\": \"e6a42cb66a6e437cb28e1348d5ceb2a5\",\n    \"transactionName\": \"Pengeluaran Biaya Pemeliharaan Aula Kampus Medan 2\",\n    \"transactionDescription\": \"pengeluaran biaya pemeliharaan aula kampus medan 2\",\n    \"transactionType\": \"expense\",\n    \"totalPrice\": \"2500000\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/transactions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ffb1a037-a898-4b52-af1a-3e79d856eb1f"},{"name":"Update Transaction","id":"b7911cce-184d-4be1-af7e-483b1010b633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionStatus\": \"paying\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/transactions/TC-20260213-24761","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions","TC-20260213-24761"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b7911cce-184d-4be1-af7e-483b1010b633"},{"name":"Delete Transaction","id":"3486babd-62c1-4a9e-bcb7-f48198424949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/admin/transactions/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","transactions","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3486babd-62c1-4a9e-bcb7-f48198424949"}],"id":"4e6d580e-4c1e-4518-a4f1-a4cb9020a1dd","_postman_id":"4e6d580e-4c1e-4518-a4f1-a4cb9020a1dd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Profile","item":[{"name":"Get Profile","id":"584b66b4-25b8-472b-a087-74b507a98fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"584b66b4-25b8-472b-a087-74b507a98fb3"},{"name":"Update Profile","id":"96fef028-54a8-4679-ad51-c34ff2d2d2b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Admin\",\n    \"lastName\": \"RBS\",\n    \"address\": \"Medan, Indonesia\",\n    \"phoneNumber\": \"081455563232\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["admin","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"96fef028-54a8-4679-ad51-c34ff2d2d2b3"}],"id":"811ecb40-6df2-4f67-95fe-d37cc23c7ec1","_postman_id":"811ecb40-6df2-4f67-95fe-d37cc23c7ec1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}}],"id":"d6569af3-6023-461a-93ba-f25063f0b366","_postman_id":"d6569af3-6023-461a-93ba-f25063f0b366","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"User","item":[{"name":"Profile","item":[{"name":"Get Profile","id":"26f789c2-2e1e-4d07-93fb-6edfabdf8fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"26f789c2-2e1e-4d07-93fb-6edfabdf8fca"},{"name":"Update Profile","id":"ec855c08-2c9e-4e9e-b634-0018a2c76cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"User\",\n    \"lastName\": \"Delapan\",\n    \"address\": \"Jakarta, Indonesia\"\n}","options":{"raw":{"language":"json"}}},"url":"/user/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ec855c08-2c9e-4e9e-b634-0018a2c76cc6"}],"id":"18a79ee9-22de-458a-9cc1-192e74893596","_postman_id":"18a79ee9-22de-458a-9cc1-192e74893596","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Workspaces","item":[{"name":"Get Workspaces","id":"0e4b48f2-391c-4fc3-a88f-1d5d45e37998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/workspaces","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","workspaces"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0e4b48f2-391c-4fc3-a88f-1d5d45e37998"},{"name":"Get Workspace","id":"3b8f3a3f-bb9f-4ed0-93de-b7ca37eab73b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/workspaces/WC-20260130-14328","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","workspaces","WC-20260130-14328"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3b8f3a3f-bb9f-4ed0-93de-b7ca37eab73b"}],"id":"803cbcfa-41dc-4efd-9319-767d7dfd4261","_postman_id":"803cbcfa-41dc-4efd-9319-767d7dfd4261","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Rooms","item":[{"name":"Get Rooms By Workspace","id":"e567eba0-08a5-4317-99a4-c658ff4a9634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/rooms/workspaces/WC-20260130-14328","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","rooms","workspaces","WC-20260130-14328"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e567eba0-08a5-4317-99a4-c658ff4a9634"},{"name":"Get Room","id":"f1b974ea-92c1-4c50-adae-bffb11758daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/rooms/RC-20260130-47768","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","rooms","RC-20260130-47768"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f1b974ea-92c1-4c50-adae-bffb11758daa"}],"id":"56449324-275d-4cd5-8b42-f096b97da83e","_postman_id":"56449324-275d-4cd5-8b42-f096b97da83e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Bookings","item":[{"name":"Get Bookings By User","id":"843dc934-2645-4af2-8d65-714a1115aa75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/bookings/my-bookings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","bookings","my-bookings"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"843dc934-2645-4af2-8d65-714a1115aa75"},{"name":"Get Booking","id":"dc70bf9f-7374-406d-9de5-c41457566a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/bookings/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","bookings","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"dc70bf9f-7374-406d-9de5-c41457566a4f"},{"name":"Create Booking","id":"0c1622da-5c8e-4fec-9795-7359f33ea067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceCode\": \"WC-20260130-14328\",\n    \"roomCode\": \"RC-20260130-47768\",\n    \"userUuid\": \"1205ea8c6bea44109f59268920f113a8\",\n    \"bookingName\": \"Sewa Aula Sekolah Swasta 1 Medan\",\n    \"bookingDescription\": \"Pembayaran Sewa Booking Aula Sekolah Swasta 1 Medan\",\n    \"startTime\": \"2026-02-03 00:00:00\",\n    \"endTime\": \"2026-02-05 00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"/user/bookings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","bookings"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0c1622da-5c8e-4fec-9795-7359f33ea067"}],"id":"034140fe-1b1c-4595-826a-489ba45df727","_postman_id":"034140fe-1b1c-4595-826a-489ba45df727","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Transactions","item":[{"name":"Get Transactions By User","id":"a408cb97-f630-4c2a-a3e2-9a0576764030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/transactions/my-transactions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","transactions","my-transactions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a408cb97-f630-4c2a-a3e2-9a0576764030"},{"name":"Get Transaction","id":"e290adf8-333d-4918-a8ec-e6f7a74b75f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/user/transactions/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","transactions","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e290adf8-333d-4918-a8ec-e6f7a74b75f8"},{"name":"Create Transaction","id":"a37551b8-8ae6-45e2-86ff-d0398516b710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"workspaceCode\": \"WC-20260209-20284\",\n    \"userUuid\": \"e6a42cb66a6e437cb28e1348d5ceb2a5\",\n    \"transactionName\": \"Pengeluaran Biaya Pemeliharaan Aula Kampus Medan 2\",\n    \"transactionDescription\": \"pengeluaran biaya pemeliharaan aula kampus medan 2\",\n    \"transactionType\": \"expense\",\n    \"totalPrice\": \"2500000\"\n}","options":{"raw":{"language":"json"}}},"url":"/user/transactions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","transactions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a37551b8-8ae6-45e2-86ff-d0398516b710"},{"name":"Delete Transaction","id":"41338387-5b04-47af-94ec-0ff09467b09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/user/transactions/testing","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["user","transactions","testing"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"41338387-5b04-47af-94ec-0ff09467b09f"}],"id":"97df8ebc-8778-49d5-a454-9939271ef1fb","_postman_id":"97df8ebc-8778-49d5-a454-9939271ef1fb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}}],"id":"a560943a-45d7-4536-b1c4-787d3bc07883","_postman_id":"a560943a-45d7-4536-b1c4-787d3bc07883","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}}},{"name":"Show Image","id":"6070b071-1c79-4c80-900e-91948439675a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/images/20260209-workspaceImagePath-9223629.png","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","id":"c61a7f38-e632-4fd0-8056-41e12fb5cea7","name":"Room Booking System Backend API","type":"collection"}},"urlObject":{"path":["images","20260209-workspaceImagePath-9223629.png"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6070b071-1c79-4c80-900e-91948439675a"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"ad05e1c4-63e4-472e-b192-33169491eea2","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"aad9f715-b25d-412f-b3bb-5537227093c6","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"BASE_URL","value":""}]}