{"info":{"_postman_id":"380974f8-2bbe-4e91-ac47-f59768376fc0","name":"FSW-Chapter6-Yulinar Nur R","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23538489","collectionId":"380974f8-2bbe-4e91-ac47-f59768376fc0","publishedId":"2sA3Qv8qtc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-31T08:08:44.000Z"},"item":[{"name":"Akses User","item":[{"name":"/create/nonmember/users","id":"74416f4b-459e-48fc-bdaf-47993de49b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Kageyama\",\r\n    \"email\": \"kageyama@gmail.com\",\r\n    \"password\": \"123456\",\r\n    \"confPassword\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/create/nonmember/users","urlObject":{"protocol":"http","port":"5000","path":["create","nonmember","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74416f4b-459e-48fc-bdaf-47993de49b2f"},{"name":"/create/users","id":"15c096de-117f-4cc3-8b4d-0f841f2027d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Charlie\",\r\n    \"email\": \"charlie@gmail.com\",\r\n    \"password\": \"123456\",\r\n    \"confPassword\": \"123456\",\r\n    \"role\": \"member\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/create/users","urlObject":{"protocol":"http","port":"5000","path":["create","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"15c096de-117f-4cc3-8b4d-0f841f2027d5"},{"name":"/login (login member)","id":"53c38784-6748-4e17-b456-5657d2154d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kageyama@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/login","urlObject":{"protocol":"http","port":"5000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"53c38784-6748-4e17-b456-5657d2154d47"},{"name":"/login (login admin)","id":"ad68e977-be1a-4d79-9902-1324c3e4b8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/login","urlObject":{"protocol":"http","port":"5000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad68e977-be1a-4d79-9902-1324c3e4b8d7"},{"name":"/login (login admin) Copy","id":"d166a0df-8efb-4b96-9e65-71d649a4cf13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"yulinarseeder3@gmail.com\",\r\n    \"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/login","urlObject":{"protocol":"http","port":"5000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d166a0df-8efb-4b96-9e65-71d649a4cf13"},{"name":"/login (login superadmin)","id":"be6e97ef-5479-4845-ae72-f683cee4a6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"superadmin@gmail.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/login","urlObject":{"protocol":"http","port":"5000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"be6e97ef-5479-4845-ae72-f683cee4a6ab"},{"name":"/token","id":"d2aa57f9-e524-4c31-a225-af6ba56001fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/token","urlObject":{"protocol":"http","port":"5000","path":["token"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2aa57f9-e524-4c31-a225-af6ba56001fe"},{"name":"/me","id":"9e0c5082-2de7-4401-ab21-9d479539c96d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/me","urlObject":{"protocol":"http","port":"5000","path":["me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e0c5082-2de7-4401-ab21-9d479539c96d"},{"name":"/logout","id":"fcdc6b8a-5f96-4d0a-948f-2ec9f82d1c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/logout","urlObject":{"protocol":"http","port":"5000","path":["logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcdc6b8a-5f96-4d0a-948f-2ec9f82d1c77"}],"id":"71f9ee75-5482-4078-9cc4-97e2071478b5","_postman_id":"71f9ee75-5482-4078-9cc4-97e2071478b5","description":""},{"name":"Car","item":[{"name":"/cars/add","id":"d9177f7f-464a-45d4-a27e-db03f8d069df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"model","value":"Xpanderzzz","type":"text"},{"key":"rentPerDay","value":"196000","type":"text"},{"key":"images","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.","filesNotInWorkingDirectory":["/D:/Bootcamp/binar/project/Chapter 4/challenge04_tes/public/images/car21.min.jpg"],"src":"/D:/Bootcamp/binar/project/Chapter 4/challenge04_tes/public/images/car21.min.jpg"}]},"url":"http://localhost:5000/cars/add","urlObject":{"protocol":"http","port":"5000","path":["cars","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9177f7f-464a-45d4-a27e-db03f8d069df"},{"name":"/cars/getAll","id":"aa93787a-1edb-4533-9990-51e3ab5101b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/cars/getAll","urlObject":{"protocol":"http","port":"5000","path":["cars","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa93787a-1edb-4533-9990-51e3ab5101b3"},{"name":"cars/getById","id":"571e5f38-b53f-4389-a2d8-23f9a9966f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/cars/getById/92772c9c-9fd5-487a-9915-cf5952ee9163","urlObject":{"protocol":"http","port":"5000","path":["cars","getById","92772c9c-9fd5-487a-9915-cf5952ee9163"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"571e5f38-b53f-4389-a2d8-23f9a9966f8a"},{"name":"/cars/edit","id":"48189316-e2c4-4613-b0e6-6eb6025db7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"model","value":"Rush","type":"text"},{"key":"rentPerDay","value":"530012200","type":"text"},{"key":"images","type":"file","src":"/D:/Bootcamp/binar/project/Chapter 4/challenge04_tes/public/images/car16.min.jpg"}]},"url":"http://localhost:5000/cars/edit/92772c9c-9fd5-487a-9915-cf5952ee9163","urlObject":{"protocol":"http","port":"5000","path":["cars","edit","92772c9c-9fd5-487a-9915-cf5952ee9163"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"48189316-e2c4-4613-b0e6-6eb6025db7bf"},{"name":"cars/delete","id":"177f723c-5f3d-4441-a828-1f2cf907700b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/cars/delete/92772c9c-9fd5-487a-9915-cf5952ee9163","urlObject":{"protocol":"http","port":"5000","path":["cars","delete","92772c9c-9fd5-487a-9915-cf5952ee9163"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"177f723c-5f3d-4441-a828-1f2cf907700b"}],"id":"4b0e1e23-1d11-4a25-bc76-89025b399212","_postman_id":"4b0e1e23-1d11-4a25-bc76-89025b399212","description":""},{"name":"Data User","item":[{"name":"Data User - Delete User","id":"98ce046e-e938-4deb-91fa-1b9d70c1d393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/users/60d466a2-4157-42cb-ab1a-38d29c788648","urlObject":{"protocol":"http","port":"5000","path":["users","60d466a2-4157-42cb-ab1a-38d29c788648"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"98ce046e-e938-4deb-91fa-1b9d70c1d393"},{"name":"Data User - Read by Id","id":"c5eae882-86bb-4385-8433-45d6c592cd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/users/60cf9ff6-f686-4c32-929b-edb8fb8ce2de","urlObject":{"protocol":"http","port":"5000","path":["users","60cf9ff6-f686-4c32-929b-edb8fb8ce2de"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5eae882-86bb-4385-8433-45d6c592cd62"},{"name":"Data User - Read All User","id":"1ecc6032-7063-40dc-ac11-3bb1b64c5f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/users","urlObject":{"protocol":"http","port":"5000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ecc6032-7063-40dc-ac11-3bb1b64c5f93"},{"name":"Data User - Update / Edit","id":"55a0c3c4-0328-4e59-b77b-97df358f3bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rahmawati Jesica xx update\",\r\n    \"email\": \"member@gmail.com\",\r\n    \"password\": \"\",\r\n    \"confPassword\": \"\",\r\n    \"role\": \"member\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/users/60cf9ff6-f686-4c32-929b-edb8fb8ce2de","urlObject":{"protocol":"http","port":"5000","path":["users","60cf9ff6-f686-4c32-929b-edb8fb8ce2de"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"55a0c3c4-0328-4e59-b77b-97df358f3bfb"}],"id":"8f3cf8fd-39ee-482c-a417-3fb839831690","_postman_id":"8f3cf8fd-39ee-482c-a417-3fb839831690","description":""}]}