{"info":{"_postman_id":"fe06178a-993b-43af-afdd-449e7cd547c8","name":"SiBaBe","description":"<html><head></head><body><p>Sistem Informasi Bima Bakery</p>\n<p>Pembuatan API didasarkan pada sketsa requirement yang dibuat pada link berikut :</p>\n<blockquote>\n<p><a href=\"https://its.id/m/sibabe-sketch\">https://its.id/m/sibabe-sketch</a> </p>\n</blockquote>\n<p>API ini telah di deploy dan digunakan domain api.sibabe.app, untuk menggunakan api tersebut, maka ganti domainnya sebagai berikut :</p>\n<blockquote>\n<p><a href=\"https://api.sibabe.app/\">https://api.sibabe.app/</a></p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23908351","collectionId":"fe06178a-993b-43af-afdd-449e7cd547c8","publishedId":"2s8YYPHL16","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-08T11:45:37.000Z"},"item":[{"name":"Admin  Initial Product","item":[{"name":"Login Admin","id":"5ce17312-4674-43e4-8dd5-cdbc32c2fb0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"admin\",\r\n    \"password\" : \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/login","urlObject":{"protocol":"http","port":"8080","path":["admin","login"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"6836c86e-0681-4196-8cd4-03e32ff58d68","name":"Login Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"admin\",\r\n    \"password\" : \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/admin/login","protocol":"http","host":["localhost"],"port":"8080","path":["admin","login"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:20:28 GMT"},{"key":"Content-Length","value":"251"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success login admin\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"admin\",\n        \"name\": \"admin\",\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzAzMzI4MjgsIm5hbWEiOiJhZG1pbiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.i0V6Z-Fnf4ZmCu65qmvd5dtbnMNxMDt0YPdOV0ty2Ho\"\n    }\n}"}],"_postman_id":"5ce17312-4674-43e4-8dd5-cdbc32c2fb0e"},{"name":"Create Product","id":"200c5c10-daf1-41be-8dbc-ab4c184777a2","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\" : \"ini produk x\",\r\n    \"image\" : \"ini link gambar produk x\",\r\n    \"stock\" : 12,\r\n    \"description\" : \"ini deskripsi produk x\",\r\n    \"price\" : 8000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c62437c3-bd58-49d1-880a-490a9dd55078","name":"Create Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"ini produk x\",\r\n    \"image\" : \"ini link gambar produk x\",\r\n    \"stock\" : 12,\r\n    \"description\" : \"ini deskripsi produk x\",\r\n    \"price\" : 8000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:23:08 GMT"},{"key":"Content-Length","value":"281"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success create product\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"createdAt\": \"2022-12-06T18:23:08.8694258+07:00\",\n        \"updatedAt\": \"2022-12-06T18:23:08.8694258+07:00\",\n        \"name\": \"ini produk x\",\n        \"image\": \"ini link gambar produk x\",\n        \"stock\": 12,\n        \"description\": \"ini deskripsi produk x\",\n        \"price\": 8000\n    }\n}"}],"_postman_id":"200c5c10-daf1-41be-8dbc-ab4c184777a2"},{"name":"Create Another Product","id":"3d15868a-ba39-4971-a517-dcc7dbe781e3","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\" : \"ini produk y\",\r\n    \"image\" : \"ini link gambar produk y\",\r\n    \"stock\" : 7,\r\n    \"description\" : \"ini deskripsi produk 7\",\r\n    \"price\" : 14500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"07f30ff6-b3d3-4db9-8bd2-1213229fde69","name":"Create Another Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"ini produk y\",\r\n    \"image\" : \"ini link gambar produk y\",\r\n    \"stock\" : 7,\r\n    \"description\" : \"ini deskripsi produk 7\",\r\n    \"price\" : 14500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:24:11 GMT"},{"key":"Content-Length","value":"281"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success create product\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 2,\n        \"createdAt\": \"2022-12-06T18:24:11.5740351+07:00\",\n        \"updatedAt\": \"2022-12-06T18:24:11.5740351+07:00\",\n        \"name\": \"ini produk y\",\n        \"image\": \"ini link gambar produk y\",\n        \"stock\": 7,\n        \"description\": \"ini deskripsi produk 7\",\n        \"price\": 14500\n    }\n}"}],"_postman_id":"3d15868a-ba39-4971-a517-dcc7dbe781e3"},{"name":"Get all Product","id":"758d952c-5e96-4c61-9d59-b3690c175dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b3ecfbea-86eb-40fc-ab2f-e3d9979cbbd4","name":"Get all Product","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:24:36 GMT"},{"key":"Content-Length","value":"347"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get all product\",\n    \"errors\": {},\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"ini produk x\",\n            \"price\": 8000,\n            \"stock\": 12,\n            \"image\": \"ini link gambar produk x\",\n            \"description\": \"ini deskripsi produk x\",\n            \"reviews\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"ini produk y\",\n            \"price\": 14500,\n            \"stock\": 7,\n            \"image\": \"ini link gambar produk y\",\n            \"description\": \"ini deskripsi produk 7\",\n            \"reviews\": null\n        }\n    ]\n}"}],"_postman_id":"758d952c-5e96-4c61-9d59-b3690c175dac"},{"name":"Update Product","id":"1887be1e-930e-4eca-b334-d280ca9485bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"ini produk x updated\",\r\n    \"stock\" : 10,\r\n    \"description\" : \"ini deskripsi produk x updated\",\r\n    \"price\" : 8000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products/:id","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"6b00e447-081a-44f9-824f-58de3d18c378","name":"Update Product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"ini produk x updated\",\r\n    \"stock\" : 10,\r\n    \"description\" : \"ini deskripsi produk x updated\",\r\n    \"price\" : 8000\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/admin/jwt/products/:id","protocol":"http","host":["localhost"],"port":"8080","path":["admin","jwt","products",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:26:22 GMT"},{"key":"Content-Length","value":"296"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update product\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"createdAt\": \"2022-12-06T18:23:08.869425+07:00\",\n        \"updatedAt\": \"2022-12-06T18:26:22.9310943+07:00\",\n        \"name\": \"ini produk x updated\",\n        \"image\": \"ini link gambar produk x\",\n        \"stock\": 10,\n        \"description\": \"ini deskripsi produk x updated\",\n        \"price\": 8000\n    }\n}"}],"_postman_id":"1887be1e-930e-4eca-b334-d280ca9485bf"},{"name":"Delete Product","id":"2169fb1d-dfa2-4675-8c89-f93cc49f9c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products/:id","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"id"}]}},"response":[{"id":"41aad524-d21c-45f6-abef-b6fa8a6a2ca3","name":"Delete Product","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/admin/jwt/products/:id","protocol":"http","host":["localhost"],"port":"8080","path":["admin","jwt","products",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:27:58 GMT"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success delete product\",\n    \"errors\": {},\n    \"data\": {}\n}"}],"_postman_id":"2169fb1d-dfa2-4675-8c89-f93cc49f9c97"},{"name":"Create More Product","id":"bc401046-16d3-41e6-aa68-1b0f89d2d05a","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\" : \"ini produk tambahan\",\r\n    \"image\" : \"ini link gambar produk-nya\",\r\n    \"stock\" : 4,\r\n    \"description\" : \"ini deskripsi produk-nya\",\r\n    \"price\" : 18000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"38e21b3d-3e7c-4186-afb6-915a96610477","name":"Create More Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"ini produk tambahan\",\r\n    \"image\" : \"ini link gambar produk-nya\",\r\n    \"stock\" : 4,\r\n    \"description\" : \"ini deskripsi produk-nya\",\r\n    \"price\" : 18000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:28:40 GMT"},{"key":"Content-Length","value":"292"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success create product\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 3,\n        \"createdAt\": \"2022-12-06T18:28:40.3705172+07:00\",\n        \"updatedAt\": \"2022-12-06T18:28:40.3705172+07:00\",\n        \"name\": \"ini produk tambahan\",\n        \"image\": \"ini link gambar produk-nya\",\n        \"stock\": 4,\n        \"description\": \"ini deskripsi produk-nya\",\n        \"price\": 18000\n    }\n}"}],"_postman_id":"bc401046-16d3-41e6-aa68-1b0f89d2d05a"}],"id":"f2cd431e-c48a-4848-9218-77cc4e7f2f42","_postman_id":"f2cd431e-c48a-4848-9218-77cc4e7f2f42","description":""},{"name":"Customer without Login","item":[{"name":"Get all Product","id":"380bf97d-ef33-4f9a-909d-530aa0d9a749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/customer/products","urlObject":{"protocol":"http","port":"8080","path":["customer","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e2c245a-e66f-4b6b-9ab6-8c364ba3e7d3","name":"Get all Product","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:29:29 GMT"},{"key":"Content-Length","value":"374"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get all product\",\n    \"errors\": {},\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"ini produk x updated\",\n            \"price\": 8000,\n            \"stock\": 10,\n            \"image\": \"ini link gambar produk x\",\n            \"description\": \"ini deskripsi produk x updated\",\n            \"reviews\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"ini produk tambahan\",\n            \"price\": 18000,\n            \"stock\": 4,\n            \"image\": \"ini link gambar produk-nya\",\n            \"description\": \"ini deskripsi produk-nya\",\n            \"reviews\": null\n        }\n    ]\n}"}],"_postman_id":"380bf97d-ef33-4f9a-909d-530aa0d9a749"},{"name":"Get Product By Id","id":"1dd9d71b-34e3-4d29-b1d3-b7d2e4ec2f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/customer/products/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"0eea5bc0-f862-4e90-9bee-2bf7602dbdba","name":"Get Product By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/products/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","products",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:29:57 GMT"},{"key":"Content-Length","value":"219"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get product by id\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"ini produk tambahan\",\n        \"image\": \"ini link gambar produk-nya\",\n        \"description\": \"ini deskripsi produk-nya\",\n        \"price\": 18000,\n        \"stock\": 4,\n        \"feedbackList\": null\n    }\n}"}],"_postman_id":"1dd9d71b-34e3-4d29-b1d3-b7d2e4ec2f98"},{"name":"Register Customer Account","id":"8b984b11-0473-48af-a89f-a86476059c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"test\",\r\n    \"password\" : \"testpasword\",\r\n    \"name\" : \"test name\",\r\n    \"age\" : 21,\r\n    \"email\" : \"testmail@gmail.com\",\r\n    \"phone\" : \"08123456789\",\r\n    \"address\" : \"Jl. Sukolilo 1, Surabaya\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/register","urlObject":{"protocol":"http","port":"8080","path":["customer","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"553c8ebd-588f-4f63-a243-c57b67ac4aa4","name":"Register Customer Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"test\",\r\n    \"password\" : \"testpasword\",\r\n    \"name\" : \"test name\",\r\n    \"age\" : 21,\r\n    \"email\" : \"testmail@gmail.com\",\r\n    \"phone\" : \"08123456789\",\r\n    \"address\" : \"Jl. Sukolilo 1, Surabaya\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 15 Dec 2022 20:21:46 GMT"},{"key":"Content-Length","value":"262"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success create user\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"test\",\n        \"password\": \"testpasword\",\n        \"name\": \"test name\",\n        \"age\": 21,\n        \"email\": \"testmail@gmail.com\",\n        \"phone\": \"08123456789\",\n        \"address\": \"Jl. Sukolilo 1, Surabaya\",\n        \"createdAt\": \"2022-12-16T03:21:46.4965964+07:00\"\n    }\n}"}],"_postman_id":"8b984b11-0473-48af-a89f-a86476059c0e"},{"name":"Customer Login","id":"3a3218a4-3136-4a8d-ba0b-9d32d45eaed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"test\",\r\n    \"password\" : \"testpasword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/login","urlObject":{"protocol":"http","port":"8080","path":["customer","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"45f9fa2c-5597-4fc2-bbf9-f18806af7864","name":"Customer Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"test\",\r\n    \"password\" : \"testpasword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:33:16 GMT"},{"key":"Content-Length","value":"257"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success login user\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"test\",\n        \"name\": \"test name\",\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzAzMzM1OTYsIm5hbWEiOiJ0ZXN0IG5hbWUiLCJ1c2VybmFtZSI6InRlc3QifQ.BgrVqB-qrLEGQO2FmNHcM5AfPlOQ_XSyUEFFm5EGcFg\"\n    }\n}"}],"_postman_id":"3a3218a4-3136-4a8d-ba0b-9d32d45eaed2"}],"id":"14fc5267-1a7d-416a-bc28-fb116f50da9e","_postman_id":"14fc5267-1a7d-416a-bc28-fb116f50da9e","description":""},{"name":"Customer logged in","item":[{"name":"Get all Product","id":"493b06bb-2965-4538-b9ca-a9d73dbf4967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7cb3a04a-3944-48b3-85b0-a0d40c26b24e","name":"Get all Product","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:34:09 GMT"},{"key":"Content-Length","value":"374"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get all product\",\n    \"errors\": {},\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"ini produk x updated\",\n            \"price\": 8000,\n            \"stock\": 10,\n            \"image\": \"ini link gambar produk x\",\n            \"description\": \"ini deskripsi produk x updated\",\n            \"reviews\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"ini produk tambahan\",\n            \"price\": 18000,\n            \"stock\": 4,\n            \"image\": \"ini link gambar produk-nya\",\n            \"description\": \"ini deskripsi produk-nya\",\n            \"reviews\": null\n        }\n    ]\n}"}],"_postman_id":"493b06bb-2965-4538-b9ca-a9d73dbf4967"},{"name":"Get Empty Cart","id":"0223e240-4c5f-4c75-a771-4c30c18a2b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28164759-168c-481f-a630-009d4c84eaf4","name":"Get Empty Cart","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:38:42 GMT"},{"key":"Content-Length","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get cart\",\n    \"errors\": {},\n    \"data\": {}\n}"}],"_postman_id":"0223e240-4c5f-4c75-a771-4c30c18a2b5e"},{"name":"Get Product Detail By Id","id":"e8f62154-749e-4d36-ac18-5bfe4c687fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"504517a3-3fc7-439f-9a02-0eb2596178b5","name":"Get Product Detail By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/products/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:43:33 GMT"},{"key":"Content-Length","value":"224"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get product by id\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"ini produk x updated\",\n        \"image\": \"ini link gambar produk x\",\n        \"description\": \"ini deskripsi produk x updated\",\n        \"price\": 8000,\n        \"stock\": 10,\n        \"feedbackList\": null\n    }\n}"}],"_postman_id":"e8f62154-749e-4d36-ac18-5bfe4c687fbb"},{"name":"Post Product to Chart","id":"a5798450-09cc-4a0d-895a-328f216906a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products/add/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products","add",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"02d51735-ad08-42df-80e5-ee236eb21ae2","name":"Post Product to Chart","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/products/add/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products","add",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:44:59 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post product to cart\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 1,\n        \"quantity\": 1,\n        \"totalPrice\": 8000\n    }\n}"}],"_postman_id":"a5798450-09cc-4a0d-895a-328f216906a9"},{"name":"Post Product to Chart Again","id":"00eda0b4-b619-4a55-918f-9ec0c24de9c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products/add/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products","add",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"3b2726de-2cdd-4d5b-bad3-77dede7ebc52","name":"Post Product to Chart Again","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/products/add/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products","add",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:48:59 GMT"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post product to cart\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 1,\n        \"quantity\": 2,\n        \"totalPrice\": 16000\n    }\n}"}],"_postman_id":"00eda0b4-b619-4a55-918f-9ec0c24de9c2"},{"name":"Post another Product to Chart","id":"740690b6-5465-4896-9a02-3bff822da3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products/add/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products","add",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"fbd1e2ab-e22e-450b-8597-255aea6938e9","name":"Post another Product to Chart","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/products/add/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products","add",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:49:33 GMT"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post product to cart\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 3,\n        \"quantity\": 1,\n        \"totalPrice\": 18000\n    }\n}"}],"_postman_id":"740690b6-5465-4896-9a02-3bff822da3d3"},{"name":"Get Cart","id":"8ecf5b40-b52f-42e3-a11b-acf1e6d60f33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3ff59824-c7eb-4f52-9f78-ef0fdd95d6fa","name":"Get Cart","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 11:49:59 GMT"},{"key":"Content-Length","value":"525"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get cart\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"test\",\n        \"totalQty\": 3,\n        \"totalPrice\": 34000,\n        \"product\": [\n            {\n                \"cartId\": 1,\n                \"productId\": 1,\n                \"quantity\": 2,\n                \"totalPrice\": 16000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            },\n            {\n                \"cartId\": 1,\n                \"productId\": 3,\n                \"quantity\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"8ecf5b40-b52f-42e3-a11b-acf1e6d60f33"},{"name":"Increase Product Quantity at Cart","id":"c54c730c-9a31-4f1c-8dc2-ab119aeb0e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart/plus/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart","plus",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"489c39a5-5bad-47b6-ad0e-88577f27bf1d","name":"Increase Product Quantity at Cart","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/cart/plus/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","cart","plus",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:10:20 GMT"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update product from cart plus\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 1,\n        \"quantity\": 3,\n        \"totalPrice\": 24000\n    }\n}"}],"_postman_id":"c54c730c-9a31-4f1c-8dc2-ab119aeb0e9e"},{"name":"Decrease Product Quantity at Cart","id":"d9b17f50-0d53-40a1-95b6-eb0e318c1b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart/minus/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart","minus",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"e0cf978c-45dd-4db0-9832-f66cd04d8d25","name":"Decrease Product Quantity at Cart","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/cart/minus/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","cart","minus",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:12:02 GMT"},{"key":"Content-Length","value":"113"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update product from cart minus\",\n    \"errors\": {},\n    \"data\": \"produk berhasil dihapus dari keranjang\"\n}"}],"_postman_id":"d9b17f50-0d53-40a1-95b6-eb0e318c1b3f"},{"name":"Get Cart after Update Product Quantity","id":"dcd4e1b7-c5ef-4be2-9a40-3c6eb3de9e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0d4f6ab-6c90-4bde-82b1-debdfe8d2c27","name":"Get Cart after Update Product Quantity","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:14:19 GMT"},{"key":"Content-Length","value":"325"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get cart\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"test\",\n        \"totalQty\": 3,\n        \"totalPrice\": 24000,\n        \"product\": [\n            {\n                \"cartId\": 1,\n                \"productId\": 1,\n                \"quantity\": 3,\n                \"totalPrice\": 24000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"dcd4e1b7-c5ef-4be2-9a40-3c6eb3de9e0a"},{"name":"Add Product 3 to Cart again","id":"de9d988c-86c1-4c25-81f5-96b5072c7b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products/add/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products","add",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"408cc467-5dc4-4ffb-b851-7ff7a07b89a0","name":"Add Product 3 to Cart again","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/products/add/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products","add",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:14:58 GMT"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post product to cart\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 3,\n        \"quantity\": 1,\n        \"totalPrice\": 18000\n    }\n}"}],"_postman_id":"de9d988c-86c1-4c25-81f5-96b5072c7b76"},{"name":"Get Cart Again","id":"447d49c0-d66a-45ac-88fa-bceb245b2f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19de48ed-7f73-4507-9aac-aec9dad99453","name":"Get Cart Again","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:16:28 GMT"},{"key":"Content-Length","value":"525"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get cart\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"test\",\n        \"totalQty\": 4,\n        \"totalPrice\": 42000,\n        \"product\": [\n            {\n                \"cartId\": 1,\n                \"productId\": 1,\n                \"quantity\": 3,\n                \"totalPrice\": 24000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            },\n            {\n                \"cartId\": 1,\n                \"productId\": 3,\n                \"quantity\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"447d49c0-d66a-45ac-88fa-bceb245b2f73"},{"name":"Delete Product 1 from chart","id":"4613bf19-b4d6-48c7-9d38-bc967b57a911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart/delete/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart","delete",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"58908b03-aba1-4b51-85f2-a3665ff2e357","name":"Delete Product 1 from chart","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/cart/delete/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","cart","delete",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:18:32 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success delete product from cart\",\n    \"errors\": {},\n    \"data\": {}\n}"}],"_postman_id":"4613bf19-b4d6-48c7-9d38-bc967b57a911"},{"name":"Get Cart to Check","id":"9903861a-a52f-46f0-b0dd-ff04ab502628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe800d49-e694-4ffd-9907-1229cafaa36f","name":"Get Cart to Check","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:21:07 GMT"},{"key":"Content-Length","value":"321"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get cart\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"test\",\n        \"totalQty\": 1,\n        \"totalPrice\": 18000,\n        \"product\": [\n            {\n                \"cartId\": 1,\n                \"productId\": 3,\n                \"quantity\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"9903861a-a52f-46f0-b0dd-ff04ab502628"},{"name":"Post Product 1 to chart again","id":"93f04f96-9234-44a7-aa34-5f34746133b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/products/add/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products","add",":id"],"host":["localhost"],"query":[],"variable":[{"id":"730f7d87-445e-493d-90bf-d78054b79e10","type":"any","value":"1","key":"id"}]}},"response":[{"id":"e769a06f-29f4-438f-a608-e7883c3542ad","name":"Post Product 1 to chart again","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/products/add/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products","add",":id"],"variable":[{"id":"730f7d87-445e-493d-90bf-d78054b79e10","key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:22:39 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post product to cart\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 1,\n        \"quantity\": 1,\n        \"totalPrice\": 8000\n    }\n}"}],"_postman_id":"93f04f96-9234-44a7-aa34-5f34746133b1"},{"name":"Increase Product 1 from chart again","id":"0d2ee315-69c0-46e4-bc77-2d20c4ba18b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart/plus/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart","plus",":id"],"host":["localhost"],"query":[],"variable":[{"id":"16b8cc49-f42c-49a8-ba4c-962901f81ea8","type":"any","value":"1","key":"id"}]}},"response":[{"id":"e5422e2f-4cbc-4909-a800-46e0d26f0865","name":"Increase Product 1 from chart again","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/customer/jwt/cart/plus/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","cart","plus",":id"],"variable":[{"id":"16b8cc49-f42c-49a8-ba4c-962901f81ea8","key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:23:39 GMT"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update product from cart plus\",\n    \"errors\": {},\n    \"data\": {\n        \"cartId\": 1,\n        \"productId\": 1,\n        \"quantity\": 2,\n        \"totalPrice\": 16000\n    }\n}"}],"_postman_id":"0d2ee315-69c0-46e4-bc77-2d20c4ba18b7"},{"name":"Get Cart Before Checkout","id":"5c115159-55c9-4659-96fe-f3bf6c467b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","cart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc3bb430-fdc5-4519-8150-bb3e744d3cd0","name":"Get Cart Before Checkout","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:27:00 GMT"},{"key":"Content-Length","value":"525"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get cart\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"test\",\n        \"totalQty\": 3,\n        \"totalPrice\": 34000,\n        \"product\": [\n            {\n                \"cartId\": 1,\n                \"productId\": 1,\n                \"quantity\": 2,\n                \"totalPrice\": 16000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            },\n            {\n                \"cartId\": 1,\n                \"productId\": 3,\n                \"quantity\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"5c115159-55c9-4659-96fe-f3bf6c467b5d"},{"name":"Checkout Page","id":"2b7e7e5e-e9bb-4f9d-92b4-14033f3ca6a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/checkout","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","checkout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"26add641-6d1f-4f5a-9edb-af020c631895","name":"Checkout Page","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:31:02 GMT"},{"key":"Content-Length","value":"525"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success checkout\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"test\",\n        \"totalQty\": 3,\n        \"totalPrice\": 34000,\n        \"product\": [\n            {\n                \"cartId\": 1,\n                \"productId\": 1,\n                \"quantity\": 2,\n                \"totalPrice\": 16000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            },\n            {\n                \"cartId\": 1,\n                \"productId\": 3,\n                \"quantity\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"2b7e7e5e-e9bb-4f9d-92b4-14033f3ca6a6"},{"name":"Confirm Checkout","id":"7532927a-9cfb-42a7-93ae-b8897126b364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courier\" : \"test-jek\",\r\n    \"address\" : \"Jl. additional-addres No. 7 Surabaya\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/checkout/confirm","description":"<p>ini kalo field addres gapake diisi, dia bakal set otomatis make addres yg dia daftarin pas di registrasi customer page</p>\n","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","checkout","confirm"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c5e17276-d5b7-4ac4-9151-63f8a6519c22","name":"Confirm Checkout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courier\" : \"test-jek\",\r\n    \"address\" : \"Jl. additional-addres No. 7 Surabaya\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/checkout/confirm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:37:06 GMT"},{"key":"Content-Length","value":"613"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success confirm checkout\",\n    \"errors\": {},\n    \"data\": {\n        \"invoice\": \"P00000001\",\n        \"address\": \"Jl. additional-addres No. 7 Surabaya\",\n        \"courier\": \"test-jek\",\n        \"shippingCost\": 0,\n        \"finalPrice\": 34000,\n        \"chart\": {\n            \"id\": 1,\n            \"username\": \"test\",\n            \"totalQty\": 3,\n            \"totalPrice\": 34000,\n            \"product\": [\n                {\n                    \"chartId\": 1,\n                    \"productId\": 3,\n                    \"quantity\": 1,\n                    \"totalPrice\": 18000,\n                    \"product\": {\n                        \"id\": 3,\n                        \"name\": \"ini produk tambahan\",\n                        \"image\": \"ini link gambar produk-nya\",\n                        \"description\": \"ini deskripsi produk-nya\",\n                        \"price\": 18000\n                    }\n                },\n                {\n                    \"chartId\": 1,\n                    \"productId\": 1,\n                    \"quantity\": 2,\n                    \"totalPrice\": 16000,\n                    \"product\": {\n                        \"id\": 1,\n                        \"name\": \"ini produk x updated\",\n                        \"image\": \"ini link gambar produk x\",\n                        \"description\": \"ini deskripsi produk x updated\",\n                        \"price\": 8000\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"7532927a-9cfb-42a7-93ae-b8897126b364"},{"name":"Confirm Checkout Payment","id":"195b5f3c-f347-4d5d-aee1-495c020511a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"invoice\": \"P00000001\",\r\n    \"proofOfPayment\" : \"ini-link-berupa-gambar-bukti-pembayaran\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/checkout/confirm/payment","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","checkout","confirm","payment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b6146a5-2a52-4bdc-9b7a-1628527b674e","name":"Confirm Checkout Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"proofOfPayment\" : \"ini-link-berupa-gambar-bukti-pembayaran\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/checkout/confirm/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:48:55 GMT"},{"key":"Content-Length","value":"128"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success send payment confirmation\",\n    \"errors\": {},\n    \"data\": {\n        \"invoice\": \"P00000001\",\n        \"proofOfPayment\": \"ini-link-berupa-gambar-bukti-pembayaran\"\n    }\n}"}],"_postman_id":"195b5f3c-f347-4d5d-aee1-495c020511a1"},{"name":"Get History Orders","id":"5e624fa1-226a-48c3-8818-8f36c5976b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","history"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6ae6c6fe-f0f3-4e6f-bed5-1563dc6b3818","name":"Get History Orders","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:50:05 GMT"},{"key":"Content-Length","value":"366"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get history\",\n    \"errors\": {},\n    \"data\": {\n        \"order\": [\n            {\n                \"invoice\": \"P00000001\",\n                \"id\": 1,\n                \"createdAt\": \"2022-12-06T19:37:06.303391+07:00\",\n                \"cartId\": 1,\n                \"customerUsername\": \"test\",\n                \"totalQty\": 3,\n                \"totalPrice\": 34000,\n                \"status\": \"Menunggu Validasi\",\n                \"address\": \"Jl. additional-addres No. 7 Surabaya\",\n                \"courier\": \"test-jek\",\n                \"proofOfPayment\": \"ini-link-berupa-gambar-bukti-pembayaran\",\n                \"validationBy\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5e624fa1-226a-48c3-8818-8f36c5976b3f"},{"name":"Get History Orders Details By Id","id":"0d739872-aaab-4722-9505-48d1c61d8b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","history",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"b9c85d75-6a9b-4a26-aff9-97f74e688f91","name":"Get History Orders Details By Id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/customer/jwt/history/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","history",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 12:50:36 GMT"},{"key":"Content-Length","value":"547"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get history by id\",\n    \"errors\": {},\n    \"data\": {\n        \"invoice\": \"P00000001\",\n        \"orderId\": 1,\n        \"cartId\": 1,\n        \"status\": \"Menunggu Validasi\",\n        \"address\": \"Jl. additional-addres No. 7 Surabaya\",\n        \"courier\": \"test-jek\",\n        \"product\": [\n            {\n                \"quantity\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            },\n            {\n                \"quantity\": 2,\n                \"totalPrice\": 16000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"0d739872-aaab-4722-9505-48d1c61d8b50"}],"id":"b2e6ec68-15c2-4959-a455-a10c2b169170","_postman_id":"b2e6ec68-15c2-4959-a455-a10c2b169170","description":""},{"name":"Admin Orders Handler","item":[{"name":"Login Admin","id":"cf716275-24de-4cf8-a289-b02212c38e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"admin\",\r\n    \"password\" : \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/login","urlObject":{"protocol":"http","port":"8080","path":["admin","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7800635a-56ea-4473-93de-a227c7bd2d3f","name":"Login Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"admin\",\r\n    \"password\" : \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 15:40:29 GMT"},{"key":"Content-Length","value":"251"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success login admin\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"admin\",\n        \"name\": \"admin\",\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzAzNDg0MjksIm5hbWEiOiJhZG1pbiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.8HT5Eptdx5RlyZXFk0gxi2g7HyyZoJwMlhMEbZx4TS0\"\n    }\n}"}],"_postman_id":"cf716275-24de-4cf8-a289-b02212c38e20"},{"name":"Get Orders From Customer who already do Payment","id":"4944536b-2770-44d8-9990-32c0fdaa2798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/orders","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e7c5bbf1-d7b4-4c8a-a2d9-7af621b25f99","name":"Get Orders From Customer who already do Payment","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 15 Dec 2022 20:24:50 GMT"},{"key":"Content-Length","value":"692"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get order list\",\n    \"errors\": {},\n    \"data\": [\n        {\n            \"invoice\": \"P00000001\",\n            \"orderId\": 1,\n            \"cartId\": 1,\n            \"customer\": \"test name\",\n            \"phone\": \"08123456789\",\n            \"address\": \"https://www.google.co.id/maps/search/Jl.+Sukolilo+1,+Surabaya/@-7.279386,112.797269,14z\",\n            \"finalPrice\": 34000,\n            \"status\": \"Menunggu Validasi\",\n            \"orderList\": [\n                {\n                    \"productId\": 1,\n                    \"quantity\": 2,\n                    \"totalPrice\": 16000,\n                    \"product\": {\n                        \"id\": 1,\n                        \"name\": \"ini produk x updated\",\n                        \"image\": \"ini link gambar produk x\",\n                        \"description\": \"ini deskripsi produk x updated\",\n                        \"price\": 8000\n                    }\n                },\n                {\n                    \"productId\": 3,\n                    \"quantity\": 1,\n                    \"totalPrice\": 18000,\n                    \"product\": {\n                        \"id\": 3,\n                        \"name\": \"ini produk tambahan\",\n                        \"image\": \"ini link gambar produk-nya\",\n                        \"description\": \"ini deskripsi produk-nya\",\n                        \"price\": 18000\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4944536b-2770-44d8-9990-32c0fdaa2798"},{"name":"Handle and Update Order by Admin","id":"2714064f-5b7e-46a5-bbbc-d7656c98272b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\" : \"Terima\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/orders/:id","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","orders",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"d037f823-621c-46f0-9de5-ffa6d067847e","name":"Handle and Update Order by Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\" : \"Terima\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/admin/jwt/orders/:id","protocol":"http","host":["localhost"],"port":"8080","path":["admin","jwt","orders",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 15:54:52 GMT"},{"key":"Content-Length","value":"404"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update order status\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"createdAt\": \"2022-12-06T19:37:06.303391+07:00\",\n        \"updatedAt\": \"2022-12-06T22:54:52.2961283+07:00\",\n        \"cartId\": 1,\n        \"customerUsername\": \"test\",\n        \"totalQty\": 3,\n        \"totalPrice\": 34000,\n        \"status\": \"Terima\",\n        \"address\": \"Jl. additional-addres No. 7 Surabaya\",\n        \"courier\": \"test-jek\",\n        \"proofOfPayment\": \"ini-link-berupa-gambar-bukti-pembayaran\",\n        \"validatedBy\": \"admin\"\n    }\n}"}],"_postman_id":"2714064f-5b7e-46a5-bbbc-d7656c98272b"},{"name":"Get Monthly Report","id":"c4aa8db8-e66a-4542-9f24-17ddad1cdcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/report/monthly","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","report","monthly"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2cad6ea-0dcb-4e07-9824-97b70fc3c8ba","name":"Get Monthly Report","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/report/monthly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 15 Dec 2022 20:25:31 GMT"},{"key":"Content-Length","value":"650"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get monthly report\",\n    \"errors\": {},\n    \"data\": [\n        {\n            \"month\": \"January\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"February\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"March\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"April\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"May\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"June\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"July\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"August\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"September\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"October\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"November\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"December\",\n            \"year\": 2022,\n            \"report\": [\n                {\n                    \"date\": \"2022-12-16\",\n                    \"income\": 34000,\n                    \"expense\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c4aa8db8-e66a-4542-9f24-17ddad1cdcfd"},{"name":"Post Production","id":"db3f87fc-b41e-4e3b-af5d-91ce6f77f61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\" : \"2022-12-16\",\r\n    \"name\" : \"bahan untuk produk x\",\r\n    \"totalPrice\" : 21000,\r\n    \"image\" : \"ini-link-image\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/production","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","production"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7f5be324-2739-43d7-99b9-0feae03852a2","name":"Post Production","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\" : \"2022-12-16\",\r\n    \"name\" : \"bahan untuk produk x\",\r\n    \"totalPrice\" : 21000,\r\n    \"image\" : \"ini-link-image\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/production"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 15 Dec 2022 20:48:59 GMT"},{"key":"Content-Length","value":"207"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success create production\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"createdAt\": \"2022-12-16T03:48:59.1553253+07:00\",\n        \"updatedAt\": \"2022-12-16T03:48:59.1553253+07:00\",\n        \"adminUsername\": \"admin\",\n        \"totalPrice\": 21000\n    }\n}"}],"_postman_id":"db3f87fc-b41e-4e3b-af5d-91ce6f77f61b"},{"name":"Get Monthly Report Again","id":"ad68ccb0-8188-4a03-8f90-01bd017648a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/report/monthly","description":"<p>jika tanggal bulan dan tahun yang sama, maka jika ada income masuk, dia akan otomasi bertambah income di array tersebut, begitu juga sebaliknya berlaku pada expanse juga</p>\n<p>Namun jika tanggalnya berbeda, dia pasti membuat array baru lagi pada bulan tersebut</p>\n","urlObject":{"protocol":"http","port":"8080","path":["admin","jwt","report","monthly"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2ef8c4b1-b61e-49ef-8e49-f4948956602f","name":"Get Monthly Report Again","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/jwt/report/monthly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 15 Dec 2022 20:49:07 GMT"},{"key":"Content-Length","value":"654"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get monthly report\",\n    \"errors\": {},\n    \"data\": [\n        {\n            \"month\": \"January\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"February\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"March\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"April\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"May\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"June\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"July\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"August\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"September\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"October\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"November\",\n            \"year\": 2022,\n            \"report\": null\n        },\n        {\n            \"month\": \"December\",\n            \"year\": 2022,\n            \"report\": [\n                {\n                    \"date\": \"2022-12-16\",\n                    \"income\": 34000,\n                    \"expense\": 21000\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"ad68ccb0-8188-4a03-8f90-01bd017648a4"}],"id":"41d5a66b-be94-4a8a-8e5d-a3ab792185bc","_postman_id":"41d5a66b-be94-4a8a-8e5d-a3ab792185bc","description":""},{"name":"Customer Feedback Handler","item":[{"name":"Customer Login First","id":"5b3e740e-6cf6-42f1-9864-a8b8840c43e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"test\",\r\n    \"password\" : \"testpasword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/login","urlObject":{"protocol":"http","port":"8080","path":["customer","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64565497-ca6c-461b-b742-ba96972b4eba","name":"Customer Login First","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"test\",\r\n    \"password\" : \"testpasword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:05:54 GMT"},{"key":"Content-Length","value":"257"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success login user\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"test\",\n        \"name\": \"test name\",\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NzAzNDk5NTQsIm5hbWEiOiJ0ZXN0IG5hbWUiLCJ1c2VybmFtZSI6InRlc3QifQ.0fAFwi_25lSowlRjwucYdNOIJ0PUKj1XCdaFidtnKdA\"\n    }\n}"}],"_postman_id":"5b3e740e-6cf6-42f1-9864-a8b8840c43e2"},{"name":"Get History Orders","id":"0ef7ad6c-e25b-47c1-8ad2-4127f3f6a0b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","history"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7b714f6e-00ad-418f-84c7-6bf9173c75c2","name":"Get History Orders","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:06:19 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get history\",\n    \"errors\": {},\n    \"data\": {\n        \"order\": [\n            {\n                \"id\": 1,\n                \"createdAt\": \"2022-12-06T19:37:06.303391+07:00\",\n                \"cartId\": 1,\n                \"customerUsername\": \"test\",\n                \"totalQty\": 3,\n                \"totalPrice\": 34000,\n                \"status\": \"Terima\",\n                \"address\": \"Jl. additional-addres No. 7 Surabaya\",\n                \"courier\": \"test-jek\",\n                \"proofOfPayment\": \"ini-link-berupa-gambar-bukti-pembayaran\",\n                \"validationBy\": \"admin\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0ef7ad6c-e25b-47c1-8ad2-4127f3f6a0b2"},{"name":"Get History Order Detail","id":"93ebc26f-1019-4a07-9c03-f7ef541ea5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","history",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"d627f12f-4cc6-4891-adde-f768c03cc7ee","name":"Get History Order Detail","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/customer/jwt/history/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","history",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:06:52 GMT"},{"key":"Content-Length","value":"536"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get history by id\",\n    \"errors\": {},\n    \"data\": {\n        \"orderId\": 1,\n        \"cartId\": 1,\n        \"status\": \"Terima\",\n        \"address\": \"Jl. additional-addres No. 7 Surabaya\",\n        \"courier\": \"test-jek\",\n        \"product\": [\n            {\n                \"totalQty\": 1,\n                \"totalPrice\": 18000,\n                \"product\": {\n                    \"id\": 3,\n                    \"name\": \"ini produk tambahan\",\n                    \"image\": \"ini link gambar produk-nya\",\n                    \"description\": \"ini deskripsi produk-nya\",\n                    \"price\": 18000\n                }\n            },\n            {\n                \"totalQty\": 2,\n                \"totalPrice\": 16000,\n                \"product\": {\n                    \"id\": 1,\n                    \"name\": \"ini produk x updated\",\n                    \"image\": \"ini link gambar produk x\",\n                    \"description\": \"ini deskripsi produk x updated\",\n                    \"price\": 8000\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"93ebc26f-1019-4a07-9c03-f7ef541ea5ae"},{"name":"Post Feedback for Specific Product","id":"babfd43d-3f9d-4ad4-b09a-11b8fcc9e97a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"feedback\" : \"produk x enak bangew aszli dah\",\r\n    \"rating\" : 5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history/1/feedback/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","history","1","feedback",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"3cdcf578-d46a-40d7-ad33-6829d0e27414","name":"Post Feedback for Specific Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"feedback\" : \"produk x enak bangew aszli dah\",\r\n    \"rating\" : 5\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/customer/jwt/history/1/feedback/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","history","1","feedback",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:07:57 GMT"},{"key":"Content-Length","value":"225"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post feedback\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"test\",\n        \"productId\": 1,\n        \"feedback\": {\n            \"id\": 1,\n            \"createdAt\": \"2022-12-06T23:07:57.5783995+07:00\",\n            \"productId\": 1,\n            \"comment\": \"produk x enak bangew aszli dah\",\n            \"rating\": 5\n        }\n    }\n}"}],"_postman_id":"babfd43d-3f9d-4ad4-b09a-11b8fcc9e97a"},{"name":"Post Feedback for Specific Different Product","id":"2c825eb1-d20c-439c-b6d4-0c74fa1fa3ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"feedback\" : \"produk ini B aja si, tapi overall OK\",\r\n    \"rating\" : 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/history/1/feedback/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","history","1","feedback",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"3df19dd7-fabc-455e-81f0-64417b4eea75","name":"Post Feedback for Specific Different Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"feedback\" : \"produk ini B aja si, tapi overall OK\",\r\n    \"rating\" : 4\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/customer/jwt/history/1/feedback/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","history","1","feedback",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:08:31 GMT"},{"key":"Content-Length","value":"231"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success post feedback\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"test\",\n        \"productId\": 3,\n        \"feedback\": {\n            \"id\": 2,\n            \"createdAt\": \"2022-12-06T23:08:31.0786148+07:00\",\n            \"productId\": 3,\n            \"comment\": \"produk ini B aja si, tapi overall OK\",\n            \"rating\": 4\n        }\n    }\n}"}],"_postman_id":"2c825eb1-d20c-439c-b6d4-0c74fa1fa3ef"},{"name":"Seeing Feedback From Get Product By Id","id":"7fe91067-dfed-4c5b-8080-1a54d96830c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/products/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"fb4c1cc2-0575-4e8d-aa29-a2bffa2cff16","name":"Seeing Feedback From Get Product By Id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/customer/jwt/products/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:09:13 GMT"},{"key":"Content-Length","value":"389"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get product by id\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"ini produk x updated\",\n        \"image\": \"ini link gambar produk x\",\n        \"description\": \"ini deskripsi produk x updated\",\n        \"price\": 8000,\n        \"stock\": 8,\n        \"feedbackList\": [\n            {\n                \"username\": \"test\",\n                \"productId\": 1,\n                \"feedback\": {\n                    \"id\": 1,\n                    \"createdAt\": \"2022-12-06T23:07:57.578399+07:00\",\n                    \"productId\": 1,\n                    \"comment\": \"produk x enak bangew aszli dah\",\n                    \"rating\": 5\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"7fe91067-dfed-4c5b-8080-1a54d96830c4"},{"name":"Seeing another Feedback From Get Product By another Id","id":"86746fbb-6413-4141-8ae3-151942c651f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer/jwt/products/:id","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","products",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"35e3ae4f-8564-49ae-84ad-8581ece409ef","name":"Seeing another Feedback From Get Product By another Id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/customer/jwt/products/:id","protocol":"http","host":["localhost"],"port":"8080","path":["customer","jwt","products",":id"],"variable":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 06 Dec 2022 16:09:38 GMT"},{"key":"Content-Length","value":"391"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get product by id\",\n    \"errors\": {},\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"ini produk tambahan\",\n        \"image\": \"ini link gambar produk-nya\",\n        \"description\": \"ini deskripsi produk-nya\",\n        \"price\": 18000,\n        \"stock\": 3,\n        \"feedbackList\": [\n            {\n                \"username\": \"test\",\n                \"productId\": 3,\n                \"feedback\": {\n                    \"id\": 2,\n                    \"createdAt\": \"2022-12-06T23:08:31.078614+07:00\",\n                    \"productId\": 3,\n                    \"comment\": \"produk ini B aja si, tapi overall OK\",\n                    \"rating\": 4\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"86746fbb-6413-4141-8ae3-151942c651f9"}],"id":"0f4537e1-ff34-4dee-9a8a-94a3d8ff4e72","_postman_id":"0f4537e1-ff34-4dee-9a8a-94a3d8ff4e72","description":""},{"name":"Get User me with logged in","id":"782c9c07-3f09-45dc-ad7c-40e3273baf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/user","urlObject":{"protocol":"http","port":"8080","path":["customer","jwt","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35bf3c6d-549d-4910-a40d-9d8b103209b7","name":"Get User me with logged in","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/customer/jwt/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 08 Dec 2022 12:46:35 GMT"},{"key":"Content-Length","value":"258"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success get user\",\n    \"errors\": {},\n    \"data\": {\n        \"username\": \"test\",\n        \"password\": \"testpasword\",\n        \"name\": \"test name\",\n        \"age\": 21,\n        \"email\": \"testmail@gmail.com\",\n        \"phone\": \"08123456789\",\n        \"address\": \"Jl. sukolilo 1, Surabaya\",\n        \"createdAt\": \"2022-12-06T18:30:34.885499+07:00\"\n    }\n}"}],"_postman_id":"782c9c07-3f09-45dc-ad7c-40e3273baf50"}]}