{"info":{"_postman_id":"23a9ed20-9a70-49fb-b5be-07efdbdb266d","name":"go-pos-mini","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6786432","collectionId":"23a9ed20-9a70-49fb-b5be-07efdbdb266d","publishedId":"UV5f9EWr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-30T05:18:10.000Z"},"item":[{"name":"user","item":[{"name":"login","id":"0b374741-41ca-41a4-a36e-424b5f23fca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@posmini.com\",\n    \"password\": \"Admin@123\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/login","urlObject":{"port":"3012","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d1fc34c4-1ad0-46fd-bd60-40ea9c797cbe","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@posmini.com\",\n    \"password\": \"Admin@123\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:09:14 GMT"},{"key":"Content-Length","value":"288"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6OTk5LCJhdWQiOiJhZG1pbkBwb3NtaW5pLmNvbSIsImV4cCI6MTYzNTgyOTc1NCwiaWF0IjoxNjM1NTcwNTU0LCJpc3MiOiJnby1wb3MtbWluaS11c2VyLWRvbWFpbiJ9.TPa9mh1DPhdlyrnsBi8TJkgU2_MZvQNEWe-HQ3Vinbg\"\n    },\n    \"message\": \"success login\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"0b374741-41ca-41a4-a36e-424b5f23fca1"},{"name":"create","id":"ea0f9f04-4ba9-40a5-a0d5-285848b43102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"hello@hirzi.com\",\n    \"password\": \"Bukanadmin@123\",\n    \"firstName\": \"Hirzi\",\n    \"lastName\": \"Nurfakhrian\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/user","urlObject":{"port":"3012","path":["api","v1","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12e893d1-8aeb-447a-bd01-cfc258b4f7d5","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"hello@hirzi.com\",\n    \"password\": \"Bukanadmin@123\",\n    \"firstName\": \"Hirzi\",\n    \"lastName\": \"Nurfakhrian\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:10:22 GMT"},{"key":"Content-Length","value":"147"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1000,\n        \"email\": \"hello@hirzi.com\",\n        \"firstName\": \"Hirzi\",\n        \"lastName\": \"Nurfakhrian\"\n    },\n    \"message\": \"success create user\",\n    \"status\": 200,\n    \"meta\": {}\n}"},{"id":"be36e1ba-4f90-4cbb-a774-e66430e67ffe","name":"create no auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"hello@hirzi.com\",\n    \"password\": \"Bukanadmin@123\",\n    \"firstName\": \"Hirzi\",\n    \"lastName\": \"Nurfakhrian\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:20:12 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"}],"_postman_id":"ea0f9f04-4ba9-40a5-a0d5-285848b43102"},{"name":"update","id":"7a606ecd-e62e-4e9a-845f-2d7ecd04cbd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Fakhri\",\n    \"lastName\": \"Nur\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/user/:id","urlObject":{"port":"3012","path":["api","v1","user",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1000","key":"id"}]}},"response":[{"id":"76204dfa-ca95-41b1-be95-96688247cbef","name":"update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Fakhri\",\n    \"lastName\": \"Nur\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:3012/api/v1/user/:id","host":["localhost"],"port":"3012","path":["api","v1","user",":id"],"variable":[{"key":"id","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:11:22 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1000,\n        \"email\": \"hello@hirzi.com\",\n        \"firstName\": \"Fakhri\",\n        \"lastName\": \"Nur\"\n    },\n    \"message\": \"success update user\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"7a606ecd-e62e-4e9a-845f-2d7ecd04cbd5"},{"name":"delete","id":"bf3d730f-8f03-42b9-bf02-f593ce057766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:3012/api/v1/user/:id","urlObject":{"port":"3012","path":["api","v1","user",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1000","key":"id"}]}},"response":[{"id":"e800e663-2d4a-4d28-8031-7f3ea092b18e","name":"delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:3012/api/v1/user/:id","host":["localhost"],"port":"3012","path":["api","v1","user",":id"],"variable":[{"key":"id","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:11:40 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1000,\n        \"email\": \"hello@hirzi.com\",\n        \"firstName\": \"Fakhri\",\n        \"lastName\": \"Nur\"\n    },\n    \"message\": \"success delete user\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"bf3d730f-8f03-42b9-bf02-f593ce057766"},{"name":"get by id","id":"e60469bc-8094-4b62-87ae-b9b700c0d1bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3012/api/v1/user/:id","urlObject":{"port":"3012","path":["api","v1","user",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1000","key":"id"}]}},"response":[{"id":"656ffd95-a400-43d2-8d4a-b9ab079b7851","name":"get by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3012/api/v1/user/:id","host":["localhost"],"port":"3012","path":["api","v1","user",":id"],"variable":[{"key":"id","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:11:03 GMT"},{"key":"Content-Length","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1000,\n        \"email\": \"hello@hirzi.com\",\n        \"firstName\": \"Hirzi\",\n        \"lastName\": \"Nurfakhrian\"\n    },\n    \"message\": \"success get user by id\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"e60469bc-8094-4b62-87ae-b9b700c0d1bc"},{"name":"get all","id":"13c0553e-7c07-4e12-9bb3-31b0680e9664","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3012/api/v1/user?limit=1&page=1","urlObject":{"port":"3012","path":["api","v1","user"],"host":["localhost"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"f6ed3fff-e72b-45d9-9fae-f5958f6aad51","name":"get all with limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3012/api/v1/user?limit=1&page=1","host":["localhost"],"port":"3012","path":["api","v1","user"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:10:05 GMT"},{"key":"Content-Length","value":"163"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 999,\n            \"email\": \"admin@posmini.com\",\n            \"firstName\": \"Admin\",\n            \"lastName\": null\n        }\n    ],\n    \"message\": \"success fetch all user\",\n    \"status\": 200,\n    \"meta\": {\n        \"count\": 1,\n        \"total\": 1\n    }\n}"},{"id":"0f886dc1-2fd6-4d66-92e4-4df5e1cae3b6","name":"get all","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3012/api/v1/user","host":["localhost"],"port":"3012","path":["api","v1","user"],"query":[{"key":"limit","value":"1","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:10:39 GMT"},{"key":"Content-Length","value":"246"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 999,\n            \"email\": \"admin@posmini.com\",\n            \"firstName\": \"Admin\",\n            \"lastName\": null\n        },\n        {\n            \"id\": 1000,\n            \"email\": \"hello@hirzi.com\",\n            \"firstName\": \"Hirzi\",\n            \"lastName\": \"Nurfakhrian\"\n        }\n    ],\n    \"message\": \"success fetch all user\",\n    \"status\": 200,\n    \"meta\": {\n        \"count\": 2,\n        \"total\": 2\n    }\n}"}],"_postman_id":"13c0553e-7c07-4e12-9bb3-31b0680e9664"}],"id":"c4a661df-865c-41d4-a68a-dee75d6d34cb","_postman_id":"c4a661df-865c-41d4-a68a-dee75d6d34cb","description":""},{"name":"product","item":[{"name":"create","id":"8cb29444-2dc7-47cf-a31c-c9df03cd962d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Produk Z\",\n    \"description\": \"Produk Z adalah keren\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/product","urlObject":{"port":"3012","path":["api","v1","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1bb30877-123e-45bd-b7fa-03f304d789b5","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Produk Z\",\n    \"description\": \"Produk Z adalah keren\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:15:16 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 128,\n        \"name\": \"Produk Z\",\n        \"description\": \"Produk Z adalah keren\"\n    },\n    \"message\": \"success create product\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"8cb29444-2dc7-47cf-a31c-c9df03cd962d"},{"name":"update","id":"edcc7fbd-af9d-4dff-a3c8-8722ecc46ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Produk ZK\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3012/api/v1/product/:id","urlObject":{"port":"3012","path":["api","v1","product",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"128","key":"id"}]}},"response":[{"id":"31e8d2a4-74fd-41af-b435-fd43bab940b5","name":"update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Produk ZK\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:3012/api/v1/product/:id","host":["localhost"],"port":"3012","path":["api","v1","product",":id"],"variable":[{"key":"id","value":"128"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:15:26 GMT"},{"key":"Content-Length","value":"135"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 128,\n        \"name\": \"Produk ZK\",\n        \"description\": \"Produk Z adalah keren\"\n    },\n    \"message\": \"success update product\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"edcc7fbd-af9d-4dff-a3c8-8722ecc46ed9"},{"name":"delete","id":"26d2b0d3-05ca-4148-aa33-a032ba6ebb51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:3012/api/v1/product/:id","urlObject":{"port":"3012","path":["api","v1","product",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"128","key":"id"}]}},"response":[{"id":"01c5d3c0-3b63-4f24-81ec-d840d0cbfd83","name":"delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:3012/api/v1/product/:id","host":["localhost"],"port":"3012","path":["api","v1","product",":id"],"variable":[{"key":"id","value":"128"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:15:33 GMT"},{"key":"Content-Length","value":"135"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 128,\n        \"name\": \"Produk ZK\",\n        \"description\": \"Produk Z adalah keren\"\n    },\n    \"message\": \"success delete product\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"26d2b0d3-05ca-4148-aa33-a032ba6ebb51"},{"name":"get by id","id":"46989556-a547-46ad-a7d2-5baff95bdfc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3012/api/v1/product/:id","urlObject":{"port":"3012","path":["api","v1","product",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"127","key":"id"}]}},"response":[{"id":"876157a5-e879-43b0-860a-5e7ccd9e2e10","name":"get by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3012/api/v1/product/:id","host":["localhost"],"port":"3012","path":["api","v1","product",":id"],"variable":[{"key":"id","value":"127"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:15:05 GMT"},{"key":"Content-Length","value":"897"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 127,\n        \"name\": \"Product E\",\n        \"description\": \"\",\n        \"outlets\": [\n            {\n                \"id\": 3892,\n                \"name\": \"Outlet Pamungkas A\",\n                \"description\": \"Outlet di jalan pamungkas 1\",\n                \"merchant\": {\n                    \"id\": 8912,\n                    \"name\": \"Merchant Pamungkas\",\n                    \"description\": \"Merchant di jalan pamungkas\"\n                },\n                \"price\": 4392\n            },\n            {\n                \"id\": 3893,\n                \"name\": \"Outlet Pamungkas B\",\n                \"description\": \"Outlet di jalan pamungkas 2\",\n                \"merchant\": {\n                    \"id\": 8912,\n                    \"name\": \"Merchant Pamungkas\",\n                    \"description\": \"Merchant di jalan pamungkas\"\n                },\n                \"price\": 4393\n            },\n            {\n                \"id\": 3894,\n                \"name\": \"Outlet Pamungkas C\",\n                \"description\": \"Outlet di jalan pamungkas 3\",\n                \"merchant\": {\n                    \"id\": 8912,\n                    \"name\": \"Merchant Pamungkas\",\n                    \"description\": \"Merchant di jalan pamungkas\"\n                },\n                \"price\": 4394\n            },\n            {\n                \"id\": 3895,\n                \"name\": \"Outlet Pamungkas D\",\n                \"description\": \"Outlet di jalan pamungkas 4\",\n                \"merchant\": {\n                    \"id\": 8912,\n                    \"name\": \"Merchant Pamungkas\",\n                    \"description\": \"Merchant di jalan pamungkas\"\n                },\n                \"price\": 4395\n            }\n        ]\n    },\n    \"message\": \"success get product by id\",\n    \"status\": 200,\n    \"meta\": {}\n}"}],"_postman_id":"46989556-a547-46ad-a7d2-5baff95bdfc0"},{"name":"get all","id":"7f5d09b8-4748-4ead-ba47-fe54dd776d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3012/api/v1/product","urlObject":{"port":"3012","path":["api","v1","product"],"host":["localhost"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"8bb765df-ca6f-4fc7-9473-83efdc70403c","name":"get all","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3012/api/v1/product","host":["localhost"],"port":"3012","path":["api","v1","product"],"query":[{"key":"limit","value":"1","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sat, 30 Oct 2021 05:14:49 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 123,\n            \"name\": \"Product A\",\n            \"description\": \"\",\n            \"outlets\": [\n                {\n                    \"id\": 3892,\n                    \"name\": \"Outlet Pamungkas A\",\n                    \"description\": \"Outlet di jalan pamungkas 1\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4392\n                },\n                {\n                    \"id\": 3893,\n                    \"name\": \"Outlet Pamungkas B\",\n                    \"description\": \"Outlet di jalan pamungkas 2\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4393\n                },\n                {\n                    \"id\": 3894,\n                    \"name\": \"Outlet Pamungkas C\",\n                    \"description\": \"Outlet di jalan pamungkas 3\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4394\n                },\n                {\n                    \"id\": 3895,\n                    \"name\": \"Outlet Pamungkas D\",\n                    \"description\": \"Outlet di jalan pamungkas 4\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4395\n                }\n            ]\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Product B\",\n            \"description\": \"\",\n            \"outlets\": [\n                {\n                    \"id\": 3892,\n                    \"name\": \"Outlet Pamungkas A\",\n                    \"description\": \"Outlet di jalan pamungkas 1\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4392\n                },\n                {\n                    \"id\": 3893,\n                    \"name\": \"Outlet Pamungkas B\",\n                    \"description\": \"Outlet di jalan pamungkas 2\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4393\n                },\n                {\n                    \"id\": 3894,\n                    \"name\": \"Outlet Pamungkas C\",\n                    \"description\": \"Outlet di jalan pamungkas 3\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4394\n                },\n                {\n                    \"id\": 3895,\n                    \"name\": \"Outlet Pamungkas D\",\n                    \"description\": \"Outlet di jalan pamungkas 4\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4395\n                }\n            ]\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Product C\",\n            \"description\": \"\",\n            \"outlets\": [\n                {\n                    \"id\": 3892,\n                    \"name\": \"Outlet Pamungkas A\",\n                    \"description\": \"Outlet di jalan pamungkas 1\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4392\n                },\n                {\n                    \"id\": 3893,\n                    \"name\": \"Outlet Pamungkas B\",\n                    \"description\": \"Outlet di jalan pamungkas 2\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4393\n                },\n                {\n                    \"id\": 3894,\n                    \"name\": \"Outlet Pamungkas C\",\n                    \"description\": \"Outlet di jalan pamungkas 3\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4394\n                },\n                {\n                    \"id\": 3895,\n                    \"name\": \"Outlet Pamungkas D\",\n                    \"description\": \"Outlet di jalan pamungkas 4\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4395\n                }\n            ]\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Product D\",\n            \"description\": \"\",\n            \"outlets\": [\n                {\n                    \"id\": 3892,\n                    \"name\": \"Outlet Pamungkas A\",\n                    \"description\": \"Outlet di jalan pamungkas 1\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4392\n                },\n                {\n                    \"id\": 3893,\n                    \"name\": \"Outlet Pamungkas B\",\n                    \"description\": \"Outlet di jalan pamungkas 2\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4393\n                },\n                {\n                    \"id\": 3894,\n                    \"name\": \"Outlet Pamungkas C\",\n                    \"description\": \"Outlet di jalan pamungkas 3\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4394\n                },\n                {\n                    \"id\": 3895,\n                    \"name\": \"Outlet Pamungkas D\",\n                    \"description\": \"Outlet di jalan pamungkas 4\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4395\n                }\n            ]\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Product E\",\n            \"description\": \"\",\n            \"outlets\": [\n                {\n                    \"id\": 3892,\n                    \"name\": \"Outlet Pamungkas A\",\n                    \"description\": \"Outlet di jalan pamungkas 1\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4392\n                },\n                {\n                    \"id\": 3893,\n                    \"name\": \"Outlet Pamungkas B\",\n                    \"description\": \"Outlet di jalan pamungkas 2\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4393\n                },\n                {\n                    \"id\": 3894,\n                    \"name\": \"Outlet Pamungkas C\",\n                    \"description\": \"Outlet di jalan pamungkas 3\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4394\n                },\n                {\n                    \"id\": 3895,\n                    \"name\": \"Outlet Pamungkas D\",\n                    \"description\": \"Outlet di jalan pamungkas 4\",\n                    \"merchant\": {\n                        \"id\": 8912,\n                        \"name\": \"Merchant Pamungkas\",\n                        \"description\": \"Merchant di jalan pamungkas\"\n                    },\n                    \"price\": 4395\n                }\n            ]\n        }\n    ],\n    \"message\": \"success fetch all product\",\n    \"status\": 200,\n    \"meta\": {\n        \"count\": 5,\n        \"total\": 5\n    }\n}"}],"_postman_id":"7f5d09b8-4748-4ead-ba47-fe54dd776d33"}],"id":"ef566a83-a2ef-4331-a5ea-a5841758d85e","_postman_id":"ef566a83-a2ef-4331-a5ea-a5841758d85e","description":""}]}