{"info":{"_postman_id":"22756a5e-9543-4e5b-aad7-be6317e1c3b6","name":"SImple CRUD Mongoose","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>CRUD</p>\n<h1 id=\"overview\">Overview</h1>\n<p>CRUD</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>nothing</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>nothing</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>~</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"11657685","collectionId":"22756a5e-9543-4e5b-aad7-be6317e1c3b6","publishedId":"UVXojYU9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-20T08:01:19.000Z"},"item":[{"name":"GET users","id":"47ad94c3-1f90-42ad-996f-b6489aedadb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"47ad94c3-1f90-42ad-996f-b6489aedadb4"},{"name":"POST users","id":"a3025fb7-02c8-4fa6-b05a-4afb49a0dc7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Inung","type":"default"},{"key":"jurusan","value":"Tata Busana","type":"default"},{"key":"status","value":"non active","type":"default"}]},"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3025fb7-02c8-4fa6-b05a-4afb49a0dc7f"},{"name":"DELETE user","id":"b8ff9ba8-927d-4c97-b68b-a29ac305d1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/users/:id","urlObject":{"protocol":"http","port":"3000","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"61e63b4fa49b7c61604f8a67","key":"id"}]}},"response":[],"_postman_id":"b8ff9ba8-927d-4c97-b68b-a29ac305d1cb"},{"name":"PUT user","id":"1cd18346-b91a-4229-a1a4-1b159733b255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Qusnul Hidayati","type":"default"},{"key":"jurusan","value":"Tata Boga","type":"default"},{"key":"status","value":"non active","type":"default"}]},"url":"http://localhost:3000/users/:id","urlObject":{"protocol":"http","port":"3000","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"61e63b81a49b7c61604f8a68","key":"id"}]}},"response":[],"_postman_id":"1cd18346-b91a-4229-a1a4-1b159733b255"}]}