{"info":{"_postman_id":"f4ea8505-3e82-471b-b7fb-5dd87048a376","name":"Nest.js Intro","description":"<html><head></head><body><p>This collection contains API endpoints for managing users and employees in a sample NestJS project, including full CRUD operations and role-based queries.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36681432","collectionId":"f4ea8505-3e82-471b-b7fb-5dd87048a376","publishedId":"2sB2cXA23q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"589AAF"},"publishDate":"2025-04-10T07:00:25.000Z"},"item":[{"name":"Users","item":[{"name":"getAllUsers","id":"396413a4-0dc0-406e-9ae5-ef2ebab70976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users","description":"<p>Retrieve a list of all users in the system.</p>\n","urlObject":{"path":["users"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"48ce3e69-45bb-4d2e-be6b-fee461ba14c2","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit-short","value":"3"},{"key":"X-RateLimit-Remaining-short","value":"2"},{"key":"X-RateLimit-Reset-short","value":"1"},{"key":"X-RateLimit-Limit-long","value":"20"},{"key":"X-RateLimit-Remaining-long","value":"19"},{"key":"X-RateLimit-Reset-long","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"390"},{"key":"ETag","value":"W/\"186-2YymBy1TNeKt0HqNR5uc9KWDrNs\""},{"key":"Date","value":"Thu, 10 Apr 2025 06:43:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"John Smith\",\n        \"email\": \"john.123@example.com\",\n        \"role\": \"USER\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Alice Johnson\",\n        \"email\": \"alice_j@workplace.net\",\n        \"role\": \"SUPER_ADMIN\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Bob Williams\",\n        \"email\": \"bob.williams78@domain.org\",\n        \"role\": \"USER\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Eva Brown\",\n        \"email\": \"e.brown@another.co.uk\",\n        \"role\": \"ADMIN\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"David Miller\",\n        \"email\": \"david.m@service.io\",\n        \"role\": \"USER\"\n    }\n]"}],"_postman_id":"396413a4-0dc0-406e-9ae5-ef2ebab70976"},{"name":"getAllUsersByRole","id":"50d72e48-4455-4980-a774-01df8a2bd49c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users?role=ADMIN","description":"<p>Retrieve users filtered by a specific role.</p>\n","urlObject":{"path":["users"],"host":["http://localhost:3000/api/v1"],"query":[{"key":"role","value":"ADMIN"}],"variable":[]}},"response":[{"id":"699d5e20-4575-4d3b-99d7-743ab70d7d5d","name":"example response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v1/users?role=ADMIN","host":["http://localhost:3000/api/v1"],"path":["users"],"query":[{"key":"role","value":"ADMIN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit-short","value":"3"},{"key":"X-RateLimit-Remaining-short","value":"2"},{"key":"X-RateLimit-Reset-short","value":"1"},{"key":"X-RateLimit-Limit-long","value":"20"},{"key":"X-RateLimit-Remaining-long","value":"18"},{"key":"X-RateLimit-Reset-long","value":"39"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-L3TkR1DK46MHFoDM1fFH2uhjlu0\""},{"key":"Date","value":"Thu, 10 Apr 2025 06:44:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"name\": \"Eva Brown\",\n        \"email\": \"e.brown@another.co.uk\",\n        \"role\": \"ADMIN\"\n    }\n]"}],"_postman_id":"50d72e48-4455-4980-a774-01df8a2bd49c"},{"name":"getUser","id":"e13c4679-e1b3-4c41-bc3d-b50e40d9c55a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users/1","description":"<p>Fetch details of a single user by ID.</p>\n","urlObject":{"path":["users","1"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1c3f30a3-bd14-48bc-9277-4068d1eac545","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit-short","value":"3"},{"key":"X-RateLimit-Remaining-short","value":"2"},{"key":"X-RateLimit-Reset-short","value":"1"},{"key":"X-RateLimit-Limit-long","value":"20"},{"key":"X-RateLimit-Remaining-long","value":"19"},{"key":"X-RateLimit-Reset-long","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-4Eeom+fQyYsOem2cG0tdEveVSNQ\""},{"key":"Date","value":"Thu, 10 Apr 2025 06:44:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"John Smith\",\n    \"email\": \"john.123@example.com\",\n    \"role\": \"USER\"\n}"}],"_postman_id":"e13c4679-e1b3-4c41-bc3d-b50e40d9c55a"},{"name":"saveUser","id":"66cbfc02-ffef-40e1-ab8d-c27cb1cea1b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Gayanuka Bulegoda\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users","description":"<p>Add a new user to the system.</p>\n","urlObject":{"path":["users"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"27b46c9a-bac9-464b-83bc-be0dd5c105ba","name":"example response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Gayanuka Bulegoda\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit-short","value":"3"},{"key":"X-RateLimit-Remaining-short","value":"2"},{"key":"X-RateLimit-Reset-short","value":"1"},{"key":"X-RateLimit-Limit-long","value":"20"},{"key":"X-RateLimit-Remaining-long","value":"19"},{"key":"X-RateLimit-Reset-long","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-nedSRv/Fa5ATpUBVxkg2b6CrR5o\""},{"key":"Date","value":"Thu, 10 Apr 2025 06:46:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"name\": \"Gayanuka Bulegoda\",\n    \"email\": \"grbulegoda@gmail.com\",\n    \"role\": \"USER\"\n}"}],"_postman_id":"66cbfc02-ffef-40e1-ab8d-c27cb1cea1b3"},{"name":"updateUser","id":"b93af20e-f179-4df3-ab11-be53bea34960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Gayanuka\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/1","description":"<p>Update existing user details.</p>\n","urlObject":{"path":["users","1"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"83a40d8f-c5f4-46a9-9ec8-163917ff547e","name":"example response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Gayanuka\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit-short","value":"3"},{"key":"X-RateLimit-Remaining-short","value":"2"},{"key":"X-RateLimit-Reset-short","value":"1"},{"key":"X-RateLimit-Limit-long","value":"20"},{"key":"X-RateLimit-Remaining-long","value":"19"},{"key":"X-RateLimit-Reset-long","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-OUgAP6TEKov4VLXZjhPK8xfIJ+0\""},{"key":"Date","value":"Thu, 10 Apr 2025 06:45:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Gayanuka\",\n    \"email\": \"grbulegoda@gmail.com\",\n    \"role\": \"USER\"\n}"}],"_postman_id":"b93af20e-f179-4df3-ab11-be53bea34960"},{"name":"removeUser","id":"6086b2b9-4294-4919-919b-efa9132d05a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/users/1","description":"<p>Delete a user by ID.</p>\n","urlObject":{"path":["users","1"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7b0fe461-490e-4b66-9222-4694844067f1","name":"example response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit-short","value":"3"},{"key":"X-RateLimit-Remaining-short","value":"2"},{"key":"X-RateLimit-Reset-short","value":"1"},{"key":"X-RateLimit-Limit-long","value":"20"},{"key":"X-RateLimit-Remaining-long","value":"19"},{"key":"X-RateLimit-Reset-long","value":"60"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-OUgAP6TEKov4VLXZjhPK8xfIJ+0\""},{"key":"Date","value":"Thu, 10 Apr 2025 06:45:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Gayanuka\",\n    \"email\": \"grbulegoda@gmail.com\",\n    \"role\": \"USER\"\n}"}],"_postman_id":"6086b2b9-4294-4919-919b-efa9132d05a3"}],"id":"b3e93b17-27ca-4d35-8438-e1adf79fa73e","description":"<p>Endpoints for performing CRUD operations and role-based queries on user data.</p>\n","_postman_id":"b3e93b17-27ca-4d35-8438-e1adf79fa73e"},{"name":"Employees","item":[{"name":"getAllEmployees","id":"fda60a7e-5cea-4480-830c-dfb2664ff48f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/employees","description":"<p>Retrieve a list of all employees in the system.</p>\n","urlObject":{"path":["employees"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6688ead5-0622-45f2-94f5-d9da36724962","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/employees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"302"},{"key":"ETag","value":"W/\"12e-RYW9Dac37QL2222BKEpgdLUFV78\""},{"key":"Date","value":"Wed, 09 Apr 2025 15:35:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"Gayanuka\",\n        \"email\": \"grb@gmail.com\",\n        \"role\": \"USER\",\n        \"createdAt\": \"2025-04-09T15:33:24.701Z\",\n        \"updatedAt\": \"2025-04-09T15:33:24.701Z\"\n    },\n    {\n        \"id\": 1,\n        \"name\": \"Gayanuka Riviru\",\n        \"email\": \"grbulegoda@gmail.com\",\n        \"role\": \"ADMIN\",\n        \"createdAt\": \"2025-04-09T15:32:25.146Z\",\n        \"updatedAt\": \"2025-04-09T15:34:42.816Z\"\n    }\n]"}],"_postman_id":"fda60a7e-5cea-4480-830c-dfb2664ff48f"},{"name":"getAllEmployeesByRole","id":"8281c51a-82cc-4a9e-b486-692810156a9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/employees?role=ADMIN","description":"<p>Retrieve employees based on their assigned role.</p>\n","urlObject":{"path":["employees"],"host":["http://localhost:3000/api/v1"],"query":[{"key":"role","value":"ADMIN"}],"variable":[]}},"response":[{"id":"35f4b241-863f-45eb-add2-29a69e61ec31","name":"example response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/employees?role=ADMIN","protocol":"http","host":["localhost"],"port":"3000","path":["employees"],"query":[{"key":"role","value":"ADMIN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-oEo/ZRX9+u1NwcmlBhHEDt2RG7I\""},{"key":"Date","value":"Wed, 09 Apr 2025 15:35:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Gayanuka Riviru\",\n        \"email\": \"grbulegoda@gmail.com\",\n        \"role\": \"ADMIN\",\n        \"createdAt\": \"2025-04-09T15:32:25.146Z\",\n        \"updatedAt\": \"2025-04-09T15:34:42.816Z\"\n    }\n]"}],"_postman_id":"8281c51a-82cc-4a9e-b486-692810156a9b"},{"name":"getEmployee","id":"748ee9bb-2cf5-401e-a7e9-d2136072e97a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v1/employees/1","description":"<p>Fetch details of a specific employee by ID.</p>\n","urlObject":{"path":["employees","1"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3e8b49f8-a117-4fd8-8c2c-f2651c1c2c75","name":"example response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/employees/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-FIGo5xQD8OoMB4RjwhfKgSenTZ0\""},{"key":"Date","value":"Wed, 09 Apr 2025 15:35:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Gayanuka Riviru\",\n    \"email\": \"grbulegoda@gmail.com\",\n    \"role\": \"ADMIN\",\n    \"createdAt\": \"2025-04-09T15:32:25.146Z\",\n    \"updatedAt\": \"2025-04-09T15:34:42.816Z\"\n}"}],"_postman_id":"748ee9bb-2cf5-401e-a7e9-d2136072e97a"},{"name":"saveEmployee","id":"d8f96a04-3cf9-4bbb-9514-2e4c90970b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"GRB\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/employees","description":"<p>Add a new employee to the system.</p>\n","urlObject":{"path":["employees"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"08870349-e2b7-4c24-b224-4e8845c6fc9a","name":"example response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"GRB\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/employees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-Yikh9Y2RZHEo7KRrUIgqsUeScY4\""},{"key":"Date","value":"Wed, 09 Apr 2025 15:32:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"GRB\",\n    \"email\": \"grbulegoda@gmail.com\",\n    \"role\": \"USER\",\n    \"createdAt\": \"2025-04-09T15:32:25.146Z\",\n    \"updatedAt\": \"2025-04-09T15:32:25.146Z\"\n}"}],"_postman_id":"d8f96a04-3cf9-4bbb-9514-2e4c90970b61"},{"name":"updateEmployee","id":"16789098-a598-41c1-bb2c-24ba5fabda27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Gayanuka Riviru\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"ADMIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/employees/1","description":"<p>Modify an existing employee’s information.</p>\n","urlObject":{"path":["employees","1"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"97ddc145-5789-4fec-bbcb-0111c111505d","name":"example response","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Gayanuka Riviru\",\r\n    \"email\": \"grbulegoda@gmail.com\",\r\n    \"role\": \"ADMIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/employees/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-FIGo5xQD8OoMB4RjwhfKgSenTZ0\""},{"key":"Date","value":"Wed, 09 Apr 2025 15:34:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Gayanuka Riviru\",\n    \"email\": \"grbulegoda@gmail.com\",\n    \"role\": \"ADMIN\",\n    \"createdAt\": \"2025-04-09T15:32:25.146Z\",\n    \"updatedAt\": \"2025-04-09T15:34:42.816Z\"\n}"}],"_postman_id":"16789098-a598-41c1-bb2c-24ba5fabda27"},{"name":"removeEmployee","id":"06705444-df44-4e62-a0c7-fe6673d98d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/employees/1","description":"<p>Remove an employee record from the system.</p>\n","urlObject":{"path":["employees","1"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ca8bb663-f081-41cf-8545-ef105093824c","name":"example response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/employees/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-nRQraX/cbs/Uj3Qu93TKky3i9y0\""},{"key":"Date","value":"Wed, 09 Apr 2025 15:36:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Gayanuka\",\n    \"email\": \"grb@gmail.com\",\n    \"role\": \"USER\",\n    \"createdAt\": \"2025-04-09T15:33:24.701Z\",\n    \"updatedAt\": \"2025-04-09T15:33:24.701Z\"\n}"}],"_postman_id":"06705444-df44-4e62-a0c7-fe6673d98d33"}],"id":"e71492e7-fe61-4e00-a82a-bff6e64f74e2","description":"<p>Endpoints for managing employee data and full CRUD support.</p>\n","_postman_id":"e71492e7-fe61-4e00-a82a-bff6e64f74e2"}],"event":[{"listen":"prerequest","script":{"id":"25724919-2064-4d8b-bd39-81bf6997c70b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"06221e3d-8883-4455-b0c4-e7dbf8fa7e4a","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_URL","value":"http://localhost:3000/api/v1","type":"string"}]}