{"info":{"_postman_id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","name":"API Docs for PPL Lab Assignment","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"38554123","collectionId":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","publishedId":"2sBXietaKK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-12T12:43:24.000Z"},"item":[{"name":"auth","item":[{"name":"Sign-in","id":"9bf8ebe1-ce88-498f-9a73-4070dad59813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tes\",\r\n    \"email\": \"tes@gmail.com\",\r\n    \"password\": \"Testg123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth/sign-up/email","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a9c92aa1-036f-4b86-827c-411629ed34b9","id":"a9c92aa1-036f-4b86-827c-411629ed34b9","name":"auth","type":"folder"}},"urlObject":{"protocol":"http","port":"3000","path":["api","auth","sign-up","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bf8ebe1-ce88-498f-9a73-4070dad59813"},{"name":"Sign-up","event":[{"listen":"test","script":{"id":"7a74ebf9-42f3-4a36-abfd-19569d6d8af4","exec":["const token = pm.response.json().token;\r","\r","pm.test(\"Token is not empty\", function () {\r","    pm.expect(token).to.not.be.empty;\r","})\r","\r","pm.environment.set(\"TOKEN\", token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1c95391b-758a-4d0e-b7b7-f94ed3addb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tes\",\r\n    \"email\": \"tes@gmail.com\",\r\n    \"password\": \"Testg123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth/sign-up/email","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a9c92aa1-036f-4b86-827c-411629ed34b9","id":"a9c92aa1-036f-4b86-827c-411629ed34b9","name":"auth","type":"folder"}},"urlObject":{"protocol":"http","port":"3000","path":["api","auth","sign-up","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c95391b-758a-4d0e-b7b7-f94ed3addb53"}],"id":"a9c92aa1-036f-4b86-827c-411629ed34b9","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"694b5aa0-52a5-4ed0-a82e-f4ba4bc85bc2","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"d7f5dd90-08d8-4914-9ce2-7a101b69d935","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"a9c92aa1-036f-4b86-827c-411629ed34b9","description":""},{"name":"Get All Feedbacks","id":"795b16aa-ae95-44c7-9129-1262748eab63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/feedback","urlObject":{"protocol":"http","port":"3000","path":["api","feedback"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"795b16aa-ae95-44c7-9129-1262748eab63"},{"name":"Get All My Feedbacks","id":"46f41213-2941-455b-86ac-e2b633742529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/feedback/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","name":"API Docs for PPL Lab Assignment","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","feedback","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"46f41213-2941-455b-86ac-e2b633742529"},{"name":"Get Feedback's Detail","id":"8f8f6260-d280-41c4-9745-276e23d7bfc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/feedback/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","name":"API Docs for PPL Lab Assignment","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","feedback",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"cmmndwmu10004mwuvljuf4dg3","key":"id"}]}},"response":[],"_postman_id":"8f8f6260-d280-41c4-9745-276e23d7bfc1"},{"name":"Create Feedback","id":"8425fad9-400a-48b9-a99a-d867e5543a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"tesss\",\r\n    \"content\": \"asdasssss\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/feedback","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","name":"API Docs for PPL Lab Assignment","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","feedback"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8425fad9-400a-48b9-a99a-d867e5543a5b"},{"name":"Update Feedback","event":[{"listen":"test","script":{"id":"88b33e46-e5ae-4fa9-a856-22af45e1a5d2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2727689c-c62c-4dae-84e8-019701a80128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"tesss\",\r\n    \"content\": \"asdasssss\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/feedback/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","name":"API Docs for PPL Lab Assignment","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","feedback",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"cmmndwmu10004mwuvljuf4dg3","key":"id"}]}},"response":[],"_postman_id":"2727689c-c62c-4dae-84e8-019701a80128"},{"name":"Delete Feedback","id":"75e8e21d-7654-4561-8ae9-f168bafe53ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/api/feedback/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","id":"d0a5fbef-5952-4f31-831d-736f1c97ee5e","name":"API Docs for PPL Lab Assignment","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","feedback",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"cmmndtwgx0003mwuvudbhxf08","key":"id"}]}},"response":[],"_postman_id":"75e8e21d-7654-4561-8ae9-f168bafe53ef"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]}},"event":[{"listen":"prerequest","script":{"id":"b0154c46-e4b8-4a50-97e6-16eefe8892ff","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"fb90b9ca-63fa-4055-a7bc-4702f4ea92f9","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}