{"info":{"_postman_id":"b51644a1-aa3f-4f44-b02a-2dcc1abed2f5","name":"Demo Den Golang Arsitectur Template","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11442516","collectionId":"b51644a1-aa3f-4f44-b02a-2dcc1abed2f5","publishedId":"2sA3s9D8CR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-18T16:19:19.000Z"},"item":[{"name":"User Add","id":"1dab9983-8555-4393-b44c-ea30c302bc21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\"  : \"dendie3\",\r\n  \"email\" : \"dendie3.sanjaya@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:4000/users","urlObject":{"protocol":"http","port":"4000","path":["users"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dab9983-8555-4393-b44c-ea30c302bc21"},{"name":"All User","id":"d887e1e5-512a-4a4a-b7ae-6e1fd1c9ed47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:4000/users?limit=3&order=desc","urlObject":{"protocol":"http","port":"4000","path":["users"],"host":["127","0","0","1"],"query":[{"key":"limit","value":"3"},{"key":"order","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"d887e1e5-512a-4a4a-b7ae-6e1fd1c9ed47"}]}