{"info":{"_postman_id":"d53f6d65-bd13-427e-8762-76f56c21dcec","name":"Intern BCC","description":"<html><head></head><body><p>API untuk web BizConnect</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32186007","collectionId":"d53f6d65-bd13-427e-8762-76f56c21dcec","publishedId":"2sA2xpSp8D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-22T06:33:34.000Z"},"item":[{"name":"Merchant","item":[{"name":"Create Merchant","id":"b3985f37-d7d7-473c-b29e-c8aa643958a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchant_name\": \"Sunny\",\r\n    \"university\": \"Universitas Negeri Semarang\",\r\n    \"faculty\": \"Filkom\",\r\n    \"province\": \"jawa tengah\",\r\n    \"city\": \"semarang\",\r\n    \"phone_number\": \"081289030221\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/merchant","description":"<h3 id=\"add-merchant\">Add Merchant</h3>\n<p>This endpoint allows you to add a new merchant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>university</code> (string, required): The university associated with the merchant.</p>\n</li>\n<li><p><code>faculty</code> (string, required): The faculty associated with the merchant.</p>\n</li>\n<li><p><code>province</code> (string, required): The province where the merchant is located.</p>\n</li>\n<li><p><code>city</code> (string, required): The city where the merchant is located.</p>\n</li>\n<li><p><code>phone_number</code> (string, required): The phone number of the merchant.</p>\n</li>\n<li><p><code>instagram(string):</code> The instagram of the merchant</p>\n</li>\n<li><p><code>merchant_name(string) :</code> The merchant name</p>\n</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","merchant"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b42c91e9-70c8-4dda-9cdd-2bc88ae2b98a","name":"Create Merchant","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchant_name\": \"Sunny\",\r\n    \"university\": \"Universitas Negeri Semarang\",\r\n    \"faculty\": \"Filkom\",\r\n    \"province\": \"jawa tengah\",\r\n    \"city\": \"semarang\",\r\n    \"phone_number\": \"081289030221\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/merchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 17:43:06 GMT"},{"key":"Content-Length","value":"100"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success to create merchant, please verify your merchant\",\n    \"status\": \"success\"\n}"}],"_postman_id":"b3985f37-d7d7-473c-b29e-c8aa643958a8"},{"name":"Get Verify","id":"8d7479e5-fd0c-4c0d-a7a4-62dafee188d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/merchant/verify","description":"<p>This HTTP GET request is used to verify a merchant. If it success, this api will send an email with an otp code</p>\n","urlObject":{"port":"8080","path":["api","v1","merchant","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"67506b99-dabb-40f1-8de5-a2b5d286bf42","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/merchant/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 17:48:46 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"please check your email for verification\",\n    \"status\": \"success\"\n}"}],"_postman_id":"8d7479e5-fd0c-4c0d-a7a4-62dafee188d6"},{"name":"Verify Merchant","id":"cfeb079a-fe7b-411a-9268-2175454cf98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"verify_otp\": \"595606\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/merchant/verify","description":"<p>This HTTP PATCH request is used to verify a merchant. This request need:</p>\n<ul>\n<li><code>verify_otp(string, required):</code> the otp that user get from emai</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","merchant","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c4c9b5b-e0f4-4860-b32e-b7862e6299f8","name":"Verify Merchant","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"verify_otp\": \"595606\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/merchant/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 17:52:05 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"verification succeed\",\n    \"status\": \"success\"\n}"}],"_postman_id":"cfeb079a-fe7b-411a-9268-2175454cf98e"},{"name":"Update Merchant","id":"dbd26b82-35cb-4cd1-994f-2d029035ad11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchant_name\": \"Moon store\",\r\n    \"phone_number\": \"082120321023\",\r\n    \"instagram\": \"@moonslay\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/merchant/86198967-a0ee-4dc8-9891-4ba1bdc3d0cc","description":"<h3 id=\"update-merchant-details\">Update Merchant Details</h3>\n<p>This endpoint allows you to update the details of a specific merchant.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li>The request body should be in JSON format and include the following parameters:<ul>\n<li><code>merchant_name</code> (string): The name of the merchant.</li>\n<li><code>phone_number</code> (string): The phone number of the merchant.</li>\n<li><code>instagram</code> (string): The Instagram handle of the merchant.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","merchant","86198967-a0ee-4dc8-9891-4ba1bdc3d0cc"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e603fb1-0a96-4981-8f01-791ce65e6318","name":"Update Merchant","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchant_name\": \"Moon store\",\r\n    \"phone_number\": \"082120321023\",\r\n    \"instagram\": \"@moonslay\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/merchant/86198967-a0ee-4dc8-9891-4ba1bdc3d0cc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:04:21 GMT"},{"key":"Content-Length","value":"317"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"86198967-a0ee-4dc8-9891-4ba1bdc3d0cc\",\n        \"merchant_name\": \"Moon store\",\n        \"province\": \"Jawa Tengah\",\n        \"city\": \"semarang\",\n        \"university\": \"Universitas Negeri Semarang\",\n        \"faculty\": \"Filkom\",\n        \"phone_number\": \"082120321023\",\n        \"instagram\": \"@moonslay\",\n        \"merchant_photo\": \"\"\n    },\n    \"message\": \"success update merchant\",\n    \"status\": \"success\"\n}"}],"_postman_id":"dbd26b82-35cb-4cd1-994f-2d029035ad11"},{"name":"Upload Merchant Photo","id":"74c3f106-6cb0-4f9a-8d2e-e6e97861c751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"merchant_photo","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/naufa/Downloads/images.png"],"src":"/C:/Users/naufa/Downloads/images.png"}]},"url":"localhost:8080/api/v1/merchant/86198967-a0ee-4dc8-9891-4ba1bdc3d0cc/upload-photo","description":"<h3 id=\"update-merchant-photo\">Update Merchant Photo</h3>\n<p>This endpoint allows the client to update a photo of his merchant.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li>form-data<ul>\n<li><code>merchant_photo</code> (file): The photo of the merchant to be uploaded.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","merchant","86198967-a0ee-4dc8-9891-4ba1bdc3d0cc","upload-photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8b028a83-1113-446e-a539-9e0a182a5db7","name":"Upload Photo","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"merchant_photo","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/naufa/Downloads/images.png"],"src":"/C:/Users/naufa/Downloads/images.png"}]},"url":"localhost:8080/api/v1/merchant/86198967-a0ee-4dc8-9891-4ba1bdc3d0cc/upload-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:09:14 GMT"},{"key":"Content-Length","value":"466"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"86198967-a0ee-4dc8-9891-4ba1bdc3d0cc\",\n        \"merchant_name\": \"Moon store\",\n        \"province\": \"Jawa Tengah\",\n        \"city\": \"semarang\",\n        \"university\": \"Universitas Negeri Semarang\",\n        \"faculty\": \"Filkom\",\n        \"phone_number\": \"082120321023\",\n        \"instagram\": \"@moonslay\",\n        \"merchant_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-01:09:12.9113443-+0700-+07-m=+294.744719701-images.png\"\n    },\n    \"message\": \"success upload merchant photo\",\n    \"status\": \"success\"\n}"}],"_postman_id":"74c3f106-6cb0-4f9a-8d2e-e6e97861c751"}],"id":"b696bf39-a17a-47dc-8aaa-273c9f015db2","description":"<p>API that related to merchant</p>\n","_postman_id":"b696bf39-a17a-47dc-8aaa-273c9f015db2"},{"name":"Mentor","item":[{"name":"Create Mentor","id":"9fcd9e9e-d9fb-4531-ad3b-94c837720164","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\": \"Indra-chan\",\r\n    \"current_job\": \"Back End at BCC\",\r\n    \"description\": \"Mahasiswa UB angkatan 2022, sekarang sedang aktif di organisasi Basic Computing Community\",\r\n    \"price\": 150000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/","description":"<h3 id=\"add-mentor\">Add Mentor</h3>\n<p>THIS METHOD ONLY FOR ADMIN</p>\n<p>This endpoint allows you to add a new mentor.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>The request body should be in JSON format and include the following parameters:<ol>\n<li><code>name</code> (string, required): The name of the mentor.</li>\n<li><code>current_job</code> (string, required): The current job position of the mentor.</li>\n<li><code>description</code> (string, required): A brief description of the mentor.</li>\n<li><code>price</code> (number, required): The price set by the mentor.</li>\n</ol>\n</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","mentor",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"875246ec-fcde-471e-b083-1d73f3b7d24c","name":"Create Mentor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Indra-chan\",\r\n    \"current_job\": \"Back End at BCC\",\r\n    \"description\": \"Mahasiswa UB angkatan 2022, sekarang sedang aktif di organisasi Basic Computing Community\",\r\n    \"price\": 150000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:12:56 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"succes create mentor\",\n    \"status\": \"success\"\n}"}],"_postman_id":"9fcd9e9e-d9fb-4531-ad3b-94c837720164"},{"name":"Update Mentor","id":"ade2f04a-be9c-40d2-858f-97d14f3bc04f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"current_job\": \"Back End at Basic Computing Community\",\r\n    \"description\": \"Saat ini sedang menjadi mentor dari intern BCC\",\r\n    \"price\": 200000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547","description":"<h2 id=\"description\">Description</h2>\n<p>THIS API ONLY FOR ADMIN</p>\n<p>This API used to update a mentor</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>current_job</code>: (string) The updated current job of the mentor.</li>\n<li><code>description</code>: (string) The updated description of the mentor.</li>\n<li><code>price</code>: (number) The updated price set by the mentor.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","mentor","e36c0366-3092-4e3d-9be7-4f01ec97f547"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f81746be-befc-4e89-99c3-57f68373502d","name":"Update Mentor","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"current_job\": \"Back End at Basic Computing Community\",\r\n    \"description\": \"Saat ini sedang menjadi mentor dari intern BCC\",\r\n    \"price\": 200000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:20:18 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"succes update mentor\",\n    \"status\": \"success\"\n}"}],"_postman_id":"ade2f04a-be9c-40d2-858f-97d14f3bc04f"},{"name":"Upload Photo Mentor","id":"690a0767-0052-4f8a-8c5c-d975b3f6a53e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"mentor_picture","type":"file","src":"/C:/Users/naufa/Downloads/images (1).png"}]},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547/upload-photo","description":"<h1 id=\"update-mentor-photo\">Update Mentor Photo</h1>\n<p>This endpoint allows the client to update the photo of a mentor.</p>\n<h3 id=\"form-data-parameters\">Form-Data Parameters</h3>\n<ul>\n<li><code>mentor_picture</code> (file): The image file of the mentor's photo.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","mentor","e36c0366-3092-4e3d-9be7-4f01ec97f547","upload-photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2480c55c-4c21-4793-8bd0-c434c446326e","name":"Uplaod Photo Mentor","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"mentor_picture","type":"file","src":"/C:/Users/naufa/Downloads/images (1).png"}]},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547/upload-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:26:01 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"succes upload mentor picture\",\n    \"status\": \"success\"\n}"}],"_postman_id":"690a0767-0052-4f8a-8c5c-d975b3f6a53e"},{"name":"Add Experience","id":"726f273d-0ff9-4d3d-9e5d-91305e5074d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"experience\": \"Mahasiswa UB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547/experience","description":"<p>THIS API ONLY FOR ADMIN</p>\n<p>This API endpoint allows you to add experience for a specific mentor identified by the mentor ID.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><strong>experience</strong> (string, required): The experience to be added for the mentor.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","mentor","e36c0366-3092-4e3d-9be7-4f01ec97f547","experience"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7476ff9-da4c-4d98-b7ba-2e690272d10b","name":"Add Experience","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"experience\": \"Mahasiswa UB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547/experience"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:28:34 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"succes create experience\",\n    \"status\": \"success\"\n}"}],"_postman_id":"726f273d-0ff9-4d3d-9e5d-91305e5074d2"},{"name":"Get Mentors","id":"46d2ebb0-465c-4d46-86f1-92b5fe050c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/v1/mentor","description":"<h3 id=\"get-mentor-information\">Get Mentor Information</h3>\n<p>This endpoint will give the latest 15 mentors with the details</p>\n","urlObject":{"port":"8080","path":["api","v1","mentor"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b58299ab-659a-497a-819a-389fb35ec0c5","name":"Get Mentors","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/mentor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:31:15 GMT"},{"key":"Content-Length","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"e36c0366-3092-4e3d-9be7-4f01ec97f547\",\n            \"name\": \"Indra-chan\",\n            \"current_job\": \"Back End at Basic Computing Community\",\n            \"price\": 200000,\n            \"mentor_picture\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-01:25:59.9260398-+0700-+07-m=+344.747793101-images-(1).png\"\n        },\n        {\n            \"id\": \"3d74f404-9296-48cf-800d-fb958e04f5cd\",\n            \"name\": \"Mrs. Genesis Rau\",\n            \"current_job\": \"omnis\",\n            \"price\": 0,\n            \"mentor_picture\": \"\"\n        },\n        {\n            \"id\": \"436783d6-5b2e-44a5-9c4f-bfc60591dd0b\",\n            \"name\": \"Queen Noelia Adams\",\n            \"current_job\": \"magnam\",\n            \"price\": 0,\n            \"mentor_picture\": \"\"\n        },\n        {\n            \"id\": \"966793cf-d18c-49e6-bb2e-5e5b184794b6\",\n            \"name\": \"Princess Destiny O'Connell\",\n            \"current_job\": \"odit\",\n            \"price\": 0,\n            \"mentor_picture\": \"\"\n        },\n        {\n            \"id\": \"c4f9006f-6a73-4e11-a456-a2d9bbdba95b\",\n            \"name\": \"Lady Leora Doyle\",\n            \"current_job\": \"labore\",\n            \"price\": 0,\n            \"mentor_picture\": \"\"\n        },\n        {\n            \"id\": \"df24fc13-1112-4cba-ac3d-ff04c0ace165\",\n            \"name\": \"Miss Ebba Barton\",\n            \"current_job\": \"mollitia\",\n            \"price\": 0,\n            \"mentor_picture\": \"\"\n        }\n    ],\n    \"message\": \"succes create mentor\",\n    \"status\": \"success\"\n}"}],"_postman_id":"46d2ebb0-465c-4d46-86f1-92b5fe050c70"},{"name":"Get Mentor","id":"7a326762-22ae-4605-a92f-672c274514d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547","description":"<p>This API will give a mentor with the details and 3 latest experience.</p>\n","urlObject":{"port":"8080","path":["api","v1","mentor","e36c0366-3092-4e3d-9be7-4f01ec97f547"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"834d0a58-e50d-4750-8902-357b78dbff36","name":"Get Mentor","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:34:02 GMT"},{"key":"Content-Length","value":"313"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"e36c0366-3092-4e3d-9be7-4f01ec97f547\",\n        \"name\": \"Indra-chan\",\n        \"current_job\": \"Back End at Basic Computing Community\",\n        \"description\": \"Saat ini sedang menjadi mentor dari intern BCC\",\n        \"price\": 200000,\n        \"experiences\": [\n            \"Mahasiswa UB\",\n            \"Alumni SMA\",\n            \"Alumni SMP\"\n        ]\n    },\n    \"message\": \"success get mentor\",\n    \"status\": \"success\"\n}"}],"_postman_id":"7a326762-22ae-4605-a92f-672c274514d1"}],"id":"61d610a5-1ebc-40f6-ace3-17d156c42004","description":"<p>Api that related to mentor</p>\n","_postman_id":"61d610a5-1ebc-40f6-ace3-17d156c42004"},{"name":"Transaction","item":[{"name":"Buy Mentor","id":"13604c04-268b-4311-ba02-6a53762c33f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 450000,\r\n    \"payment_type\": \"bri\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/e36c0366-3092-4e3d-9be7-4f01ec97f547/transaction","description":"<h2 id=\"add-mentor-transaction\">Add Mentor Transaction</h2>\n<p>This endpoint allows you to create a transaction for a specific mentor.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>price</code> (number, required): The price of the transaction.</li>\n<li><code>payment_type</code> (string, required): The type of payment for the transaction. There only 5 type: gopay, mandiri, bca, bni, bri</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","mentor","e36c0366-3092-4e3d-9be7-4f01ec97f547","transaction"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e5a4d1c8-7236-46ca-815e-b45b8479e10b","name":"Buy Mentor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 323020,\r\n    \"payment_type\": \"gopay\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/mentor/3d74f404-9296-48cf-800d-fb958e04f5cd/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 18:55:10 GMT"},{"key":"Content-Length","value":"275"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order_id\": \"eff1d8ea-b3c4-41fe-a24d-4eb6741def9b\",\n        \"payment_type\": \"gopay\",\n        \"va_number\": \"\",\n        \"biller_code\": \"\",\n        \"bill_key\": \"\",\n        \"url\": \"https://api.sandbox.midtrans.com/v2/gopay/fe1ca9a2-46f7-42f2-8335-2827e5bf4381/qr-code\"\n    },\n    \"message\": \"waiting for payment\",\n    \"status\": \"success\"\n}"}],"_postman_id":"13604c04-268b-4311-ba02-6a53762c33f2"}],"id":"17544fea-8ec3-46ea-83f5-66ee039b5699","description":"<p>API that related to transaction/payment</p>\n","_postman_id":"17544fea-8ec3-46ea-83f5-66ee039b5699"},{"name":"User","item":[{"name":"Upload Photo","id":"15882952-0cc3-4dc8-b24b-4a7d654c45df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"profile_picture","type":"file","src":"/C:/Users/naufa/Downloads/download.png"}]},"url":"localhost:8080/api/v1/user/1b651100-5659-453a-bb20-c3f06ac3689f/upload-photo","description":"<h3 id=\"update-user-profile-picture\">Update User Profile Picture</h3>\n<p>This endpoint allows the user to update their profile picture.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request should include a form-data body with the following parameter:</p>\n<ul>\n<li><code>profile_picture</code> (file): This parameter should contain the new profile picture to be uploaded.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","user","1b651100-5659-453a-bb20-c3f06ac3689f","upload-photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c87ce19a-9238-4766-94cc-3d0a12e9b0d3","name":"Upload Photo","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"profile_picture","type":"file","src":"/C:/Users/naufa/Downloads/download.png"}]},"url":"localhost:8080/api/v1/user/1b651100-5659-453a-bb20-c3f06ac3689f/upload-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:12:04 GMT"},{"key":"Content-Length","value":"434"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1b651100-5659-453a-bb20-c3f06ac3689f\",\n        \"name\": \"Naufal al Haris Rusyard\",\n        \"email\": \"naufal.michiels@gmail.com\",\n        \"gender\": \"Laki-laki\",\n        \"place_birth\": \"Jakarta\",\n        \"date_birth\": \"1 Juni 2005\",\n        \"profile_picture\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-02:12:03.9415534-+0700-+07-m=+150.676414001-download.png\",\n        \"like_product\": null\n    },\n    \"message\": \"success updload photo\",\n    \"status\": \"success\"\n}"}],"_postman_id":"15882952-0cc3-4dc8-b24b-4a7d654c45df"},{"name":"Update User","id":"28ae75db-1870-4efe-8ea3-e7112cfaba9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Naufal al Haris Rusyard\",\r\n    \"place_birth\": \"Jakarta\",\r\n    \"date_birth\": \"1 Juni 2005\",\r\n    \"gender\": \"Laki-laki\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/user/1b651100-5659-453a-bb20-c3f06ac3689f/","description":"<h3 id=\"update-user-details\">Update User Details</h3>\n<p>This endpoint allows you to update the details of a specific user.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><code>name</code> (string, optional): The updated name of the user.</li>\n<li><code>place_birth</code> (string, optional): The updated place of birth of the user.</li>\n<li><code>date_birth</code> (string, optional): The updated date of birth of the user.</li>\n<li><code>gender</code> (string, optional): The updated gender of the user.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","user","1b651100-5659-453a-bb20-c3f06ac3689f",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7ba7a5e2-15c2-4617-b30e-01c4b5096f06","name":"Update User","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Naufal al Haris Rusyard\",\r\n    \"place_birth\": \"Jakarta\",\r\n    \"date_birth\": \"1 Juni 2005\",\r\n    \"gender\": \"Laki-laki\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/user/1b651100-5659-453a-bb20-c3f06ac3689f/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:09:41 GMT"},{"key":"Content-Length","value":"432"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1b651100-5659-453a-bb20-c3f06ac3689f\",\n        \"name\": \"Naufal al Haris Rusyard\",\n        \"email\": \"naufal.michiels@gmail.com\",\n        \"gender\": \"Laki-laki\",\n        \"place_birth\": \"Jakarta\",\n        \"date_birth\": \"1 Juni 2005\",\n        \"profile_picture\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-02:07:07.7261542-+0700-+07-m=+739.103918901-download.png\",\n        \"like_product\": null\n    },\n    \"message\": \"success update user\",\n    \"status\": \"success\"\n}"}],"_postman_id":"28ae75db-1870-4efe-8ea3-e7112cfaba9d"},{"name":"Like Product","id":"36b40192-20c0-46eb-81ed-24bd05ddb98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8080/api/v1/product/9fcaa0d4-8645-4d4f-b0e1-9af4cd072109","description":"<p>This endpoint makes an HTTP POST to like a product.</p>\n","urlObject":{"port":"8080","path":["api","v1","product","9fcaa0d4-8645-4d4f-b0e1-9af4cd072109"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"34952d7c-6034-4ad8-bc40-6c14098adcc9","name":"Like Product","originalRequest":{"method":"POST","header":[],"url":"localhost:8080/api/v1/product/9fcaa0d4-8645-4d4f-b0e1-9af4cd072109"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:14:52 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success like product\",\n    \"status\": \"success\"\n}"}],"_postman_id":"36b40192-20c0-46eb-81ed-24bd05ddb98f"},{"name":"Delete Like Proudct","id":"036329ae-e9d4-499d-8668-7f072681e776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8080/api/v1/product/37ece14b-7616-4644-9c45-ed3fe3d46948","description":"<p>This endpoint sends an HTTP DELETE request to delete a liked product.</p>\n","urlObject":{"port":"8080","path":["api","v1","product","37ece14b-7616-4644-9c45-ed3fe3d46948"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"52051b38-4bd7-4fa6-9e69-3bea03bee3a3","name":"Delete Like Proudct","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/api/v1/product/1f4442c6-43bc-4a53-b354-56698ebdd1cb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:18:15 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success delete liked product\",\n    \"status\": \"success\"\n}"}],"_postman_id":"036329ae-e9d4-499d-8668-7f072681e776"},{"name":"Recovery account","id":"01c86546-60aa-43e7-9b36-1f78e43ced69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"naufal.michiels@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/recoveryaccount","description":"<h1 id=\"recovery-account-api\">Recovery Account API</h1>\n<p>This API endpoint is used to initiate the account recovery process by sending a recovery email to the specified email address.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>email</code>: (string) The email address of the account for which recovery is requested.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","recoveryaccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"487b0d23-6cb8-4dbf-a3fc-81b92e1208a6","name":"Recovery account","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"naufal.michiels@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/recoveryaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:26:23 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"please check your email\",\n    \"status\": \"success\"\n}"}],"_postman_id":"01c86546-60aa-43e7-9b36-1f78e43ced69"},{"name":"Change Password","id":"27448990-4936-479c-860e-b46727823fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"rahasianalendra\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/recoveryaccount/nalendra442@gmail.com/hnCG6FDxJBXUC5hX35BnzMSu8XkoFNrlftuHJoZjsnl6aBV4HJldJJRgeuvwl5qe","description":"<h3 id=\"update-recovery-account-details\">Update Recovery Account Details</h3>\n<p>This endpoint is used to update the recovery account details for a specific user.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li>The request should include a JSON payload with the following parameters:<ul>\n<li><code>password</code> (string, required): The new password for the recovery account.</li>\n<li><code>confirm_password</code> (string, required): Confirmation of the new password.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","recoveryaccount","nalendra442@gmail.com","hnCG6FDxJBXUC5hX35BnzMSu8XkoFNrlftuHJoZjsnl6aBV4HJldJJRgeuvwl5qe"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1a30fb38-64a0-4dcd-86ac-05b217307237","name":"Change Password","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"rahasiaulang\",\r\n    \"confirm_password\": \"rahasiaulang\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/recoveryaccount/Naufal-al-Haris-Rusyard/fzght2F5xTwPvSYQdZwzgOFARbslGNs9tVoliC4RKoICinZrvqZhYI8jUMfj5tYY"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:27:25 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success change password\",\n    \"status\": \"success\"\n}"}],"_postman_id":"27448990-4936-479c-860e-b46727823fc5"}],"id":"18426f6a-f399-4838-b35f-3851c5ae5b51","description":"<p>API that related to user account</p>\n","_postman_id":"18426f6a-f399-4838-b35f-3851c5ae5b51"},{"name":"Product","item":[{"name":"Create Product","id":"4ea0b391-2ca9-4b36-bd59-7a846f7f80dd","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\": \"product R4\",\r\n    \"price\": 100002330,\r\n    \"description\": \"Produk R4\",\r\n    \"category\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/product/","description":"<h3 id=\"add-product\">Add Product</h3>\n<p>This endpoint allows you to add a new product to the system.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>name</code> (string, required): The name of the product.</li>\n<li><code>price</code> (number, required): The price of the product.</li>\n<li><code>description</code> (string, required): A brief description of the product.</li>\n<li><code>category (int, required):</code> The id of category</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","product",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79618d24-50f5-4035-bb72-1d1b2a92dddf","name":"Create Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"product R4\",\r\n    \"price\": 100002330,\r\n    \"description\": \"Produk R4\",\r\n    \"category\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 19:51:25 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success create product\",\n    \"status\": \"success\"\n}"}],"_postman_id":"4ea0b391-2ca9-4b36-bd59-7a846f7f80dd"},{"name":"Update Product","id":"290525cc-c3d1-4fa1-8ccf-b81954b8346d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Product RR\",\r\n    \"description\": \"Tes update product\",\r\n    \"price\": 50000,\r\n    \"category\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b","description":"<h1 id=\"update-product-details\">Update Product Details</h1>\n<p>This endpoint allows you to update the details of a specific product.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>name</code> (string, optional): The updated name of the product.</li>\n<li><code>description</code> (string, optional): The updated description of the product.</li>\n<li><code>price</code> (number, optional): The updated price of the product.</li>\n<li><code>category</code> (number, optional): The updated category of the product.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","product","7d45fa74-e96a-4b8d-8be9-d19c5488472b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e8c33e80-a091-49a4-b3ce-d420f936ef8d","name":"Update Product","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Product naufal update\",\r\n    \"description\": \"Tes update product\",\r\n    \"price\": 1111222\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 22 Mar 2024 14:23:38 GMT"},{"key":"Content-Length","value":"404"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"7d45fa74-e96a-4b8d-8be9-d19c5488472b\",\n        \"name\": \"Product naufal update\",\n        \"description\": \"Tes update product\",\n        \"category\": \"Fashion\",\n        \"price\": 1111222,\n        \"product_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-22-21:21:11.2179713-+0700-+07-m=+104.898106801-imgonline-com-ua-twotoone-B2ERMuzdYlP.jpg\"\n    },\n    \"message\": \"success update product\",\n    \"status\": \"success\"\n}"}],"_postman_id":"290525cc-c3d1-4fa1-8ccf-b81954b8346d"},{"name":"Upload Product Photo","id":"221e6eea-c562-428c-87aa-7d50910523b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_photo","type":"file","src":"/C:/Users/naufa/Downloads/images.png"}]},"url":"localhost:8080/api/v1/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b/product-photo","description":"<h1 id=\"update-product-photo\">Update Product Photo</h1>\n<p>This endpoint is used to update the photo of a specific product.</p>\n<h4 id=\"parameters\">Parameters</h4>\n<ul>\n<li><code>product_photo</code> (file) - The photo of the product to be updated.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","product","7d45fa74-e96a-4b8d-8be9-d19c5488472b","product-photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1719e228-e5ac-47b5-90c1-409c4cea3af5","name":"Upload Product Photo","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_photo","type":"file","src":"/C:/Users/naufa/Downloads/imgonline-com-ua-twotoone-B2ERMuzdYlP.jpg"}]},"url":"localhost:8080/api/v1/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b/product-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 22 Mar 2024 14:21:12 GMT"},{"key":"Content-Length","value":"399"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"7d45fa74-e96a-4b8d-8be9-d19c5488472b\",\n        \"name\": \"Product RR\",\n        \"description\": \"Tes update product\",\n        \"category\": \"Fashion\",\n        \"price\": 50000,\n        \"product_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-22-21:21:11.2179713-+0700-+07-m=+104.898106801-imgonline-com-ua-twotoone-B2ERMuzdYlP.jpg\"\n    },\n    \"message\": \"success upload product product\",\n    \"status\": \"success\"\n}"}],"_postman_id":"221e6eea-c562-428c-87aa-7d50910523b4"},{"name":"Get Products","id":"a9959793-a6b4-4011-ac61-69c6442e9f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/product?page=1&name&province&university=3&category=","description":"<p>This API endpoint give 6 products. there are 5 query param to sort the 6 product, the query is page, name, province, universtyId, categoryId.</p>\n","urlObject":{"path":["api","v1","product"],"host":["localhost:8080"],"query":[{"key":"page","value":"1"},{"key":"name","value":null},{"key":"province","value":null},{"key":"university","value":"3"},{"key":"category","value":""}],"variable":[]}},"response":[{"id":"24cf328f-ac69-4e55-a5bc-98010b641911","name":"Get Products","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/api/v1/product?page=1&name&province&university=3&category=","host":["localhost:8080"],"path":["api","v1","product"],"query":[{"key":"page","value":"1"},{"key":"name","value":null},{"key":"province","value":null},{"key":"university","value":"3"},{"key":"category","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 22 Mar 2024 06:03:47 GMT"},{"key":"Content-Length","value":"1256"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"2049cbfa-b3ad-476f-98f0-aac8094e005e\",\n            \"name\": \"product R4\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 100002330,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"38ce535c-b0f5-42cf-a3c9-adc0ebd0b02c\",\n            \"name\": \"product R3\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 1000000000,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"550c5c7c-cf29-4bd6-9422-99f2d591e213\",\n            \"name\": \"product R\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 692212,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"75eec69b-c0f8-47cf-a28b-7d6fa79e32ae\",\n            \"name\": \"product R4\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 100002330,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"7d45fa74-e96a-4b8d-8be9-d19c5488472b\",\n            \"name\": \"Product RR\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 50000,\n            \"product_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-13:27:12.7943874-+0700-+07-m=+2180.740959201-images.png\"\n        },\n        {\n            \"id\": \"aca3e058-9195-4d41-9530-d12bd41c58c2\",\n            \"name\": \"productrendra\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 100002330,\n            \"product_photo\": \"\"\n        }\n    ],\n    \"message\": \"success get product data\",\n    \"status\": \"success\"\n}"}],"_postman_id":"a9959793-a6b4-4011-ac61-69c6442e9f0e"},{"name":"Get Product","id":"621bb132-c5a8-4aaa-901d-4727e8e60c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>This endpoint retrieves product details for a specific product</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"a7c67e88-c9cb-412b-8d4d-808130f35b47","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:28:51 GMT"},{"key":"Content-Length","value":"542"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"7d45fa74-e96a-4b8d-8be9-d19c5488472b\",\n        \"name\": \"Product RR\",\n        \"description\": \"Tes update product\",\n        \"merchant_name\": \"Moon store\",\n        \"university\": \"Universitas Negeri Semarang\",\n        \"faculty\": \"Filkom\",\n        \"province\": \"Jawa Tengah\",\n        \"city\": \"semarang\",\n        \"price\": 50000,\n        \"product_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-13:27:12.7943874-+0700-+07-m=+2180.740959201-images.png\",\n        \"whatsapp\": \"https://wa.me/+6282120321023\",\n        \"instagram\": \"@moonslay\"\n    },\n    \"message\": \"success get product data\",\n    \"status\": \"success\"\n}"}],"_postman_id":"621bb132-c5a8-4aaa-901d-4727e8e60c8e"}],"id":"d4a92eda-7a35-4643-9ee3-241e4117560e","description":"<p>API that related to product</p>\n","_postman_id":"d4a92eda-7a35-4643-9ee3-241e4117560e"},{"name":"Information","item":[{"name":"Create Information","id":"30125259-21c2-4952-81d4-8644fe5246fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Berita hari ini\",\r\n    \"category\": \"artikel\",\r\n    \"synopsis\": \"semarang banjir\",\r\n    \"content\": \"hujan 2 hari menyebabkan kota semarang terkena banjir\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/information/","description":"<p>This API endpoint allows you to make an information</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>title</code> (string, required): The title of the information.</li>\n<li><code>category</code> (string required): The category of the information. The category is artikel, webinar, or lomba</li>\n<li><code>synopsis</code> (text): A brief synopsis of the information.ONLY FOR ARTIKEL</li>\n<li><code>content</code> (text): The main content of the information. ONLY FOR ARTIKEL</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","information",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"24448fb0-de53-40f6-a850-b09d8a631725","name":"Create Information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Berita hari ini\",\r\n    \"category\": \"artikel\",\r\n    \"synopsis\": \"semarang banjir\",\r\n    \"content\": \"hujan 2 hari menyebabkan kota semarang terkena banjir\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/information/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:38:56 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success create information\",\n    \"status\": \"success\"\n}"}],"_postman_id":"30125259-21c2-4952-81d4-8644fe5246fc"},{"name":"Update Information","id":"84b2b1e8-6ceb-4368-a5b3-aac6417f4152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"synopsis\": \"Update synopsis \",\r\n    \"content\": \"update content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/information/4","description":"<p>This HTTP PATCH request is used to update article only article</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>synopsis</code> (string, optional): A brief summary of the information.</li>\n<li><code>content</code> (string, optional): The main content of the information.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","information","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a2648573-4b06-401e-b54d-384bcab299c4","name":"Update Information","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"synopsis\": \"Update synopsis \",\r\n    \"content\": \"update content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/information/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:39:30 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success update information\",\n    \"status\": \"success\"\n}"}],"_postman_id":"84b2b1e8-6ceb-4368-a5b3-aac6417f4152"},{"name":"Upload Information Photo","id":"2f4620c4-49d2-47db-b02f-87275bf51968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"information_photo","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/naufa/Downloads/imgonline-com-ua-twotoone-7rsODNnD0C5DUn.jpg"],"src":"/C:/Users/naufa/Downloads/imgonline-com-ua-twotoone-7rsODNnD0C5DUn.jpg"}]},"url":"localhost:8080/api/v1/information/2/upload-photo","description":"<p>This endpoint allows you to update the photo of a specific information.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>information_photo</code> (file): The photo to be uploaded for the information entry.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","information","2","upload-photo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cf4fc217-731e-4172-b57d-a56f10827a7c","name":"Upload Information Photo","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"information_photo","type":"file","src":"/C:/Users/naufa/Downloads/imgonline-com-ua-twotoone-3Wdi0SEL7t3sLcb.jpg"}]},"url":"localhost:8080/api/v1/information/4/upload-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:39:57 GMT"},{"key":"Content-Length","value":"77"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success upload information photo\",\n    \"status\": \"success\"\n}"}],"_postman_id":"2f4620c4-49d2-47db-b02f-87275bf51968"},{"name":"Get Information","id":"4b16900f-0b8d-4a1a-992e-73a8f33257ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/v1/information","description":"<p>This endpoint will give user the latest 15 artikel and the latest 15 webinat/lomba</p>\n","urlObject":{"port":"8080","path":["api","v1","information"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0fd86fc0-e660-4c04-b248-84e729768c03","name":"Get Information","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/information"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:41:19 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"articles\": [\n            {\n                \"id\": 46,\n                \"title\": \"Berita hari ini\",\n                \"synopsis\": \"semarang banjir\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 45,\n                \"title\": \"Berita hari ini\",\n                \"synopsis\": \"semarang banjir\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 1,\n                \"title\": \"Dr. Stephania Tillman\",\n                \"synopsis\": \"Accusantium perferendis sit consequatur aut voluptatem.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 4,\n                \"title\": \"Prof. Brittany McCullough\",\n                \"synopsis\": \"Voluptatem aut sit accusantium consequatur perferendis.\",\n                \"information_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-13:39:55.7037448-+0700-+07-m=+2943.650316601-imgonline-com-ua-twotoone-3Wdi0SEL7t3sLcb.jpg\"\n            },\n            {\n                \"id\": 7,\n                \"title\": \"Lady Lilian Romaguera\",\n                \"synopsis\": \"Sit perferendis accusantium aut consequatur voluptatem.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 10,\n                \"title\": \"Dr. Chelsie Sawayn\",\n                \"synopsis\": \"Aut perferendis voluptatem consequatur sit accusantium.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 13,\n                \"title\": \"Lady Cecilia Gutkowski\",\n                \"synopsis\": \"Aut voluptatem consequatur perferendis sit accusantium.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 16,\n                \"title\": \"Miss Sydnie Mitchell\",\n                \"synopsis\": \"Voluptatem consequatur aut accusantium perferendis sit.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 19,\n                \"title\": \"Miss Abigail Hudson\",\n                \"synopsis\": \"Accusantium voluptatem perferendis sit consequatur aut.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 22,\n                \"title\": \"Lady Patience Muller\",\n                \"synopsis\": \"Sit perferendis voluptatem accusantium aut consequatur.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 25,\n                \"title\": \"Ms. Annie O'Hara\",\n                \"synopsis\": \"Accusantium aut voluptatem consequatur perferendis sit.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 28,\n                \"title\": \"Dr. Estefania Hoppe\",\n                \"synopsis\": \"Accusantium voluptatem perferendis sit consequatur aut.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 31,\n                \"title\": \"Miss Araceli Wuckert\",\n                \"synopsis\": \"Aut perferendis consequatur sit voluptatem accusantium.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 34,\n                \"title\": \"Princess Ila Veum\",\n                \"synopsis\": \"Consequatur perferendis voluptatem accusantium aut sit.\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 37,\n                \"title\": \"Prof. Christy Jaskolski\",\n                \"synopsis\": \"Voluptatem aut sit consequatur accusantium perferendis.\",\n                \"information_photo\": \"\"\n            }\n        ],\n        \"webinar_and_competition\": [\n            {\n                \"id\": 44,\n                \"name\": \"AYO IKUT ....\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 43,\n                \"name\": \"Lebih pintar dengan ...\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Mrs. Julia Collins\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Princess Rosalee Johnston\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-11:13:27.1138552-+0700-+07-m=+155.483126901-imgonline-com-ua-twotoone-3Wdi0SEL7t3sLcb.jpg\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Miss Bernadette Bartell\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Miss Maud Sauer\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Prof. Holly Padberg\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Prof. Raina Bergstrom\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Princess Hanna Reichert\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Mrs. Winnifred Strosin\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Princess Lyla White\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Prof. Matilda Langosh\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Prof. Shanon Quitzon\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Miss Duane Greenholt\",\n                \"category\": \"Lomba\",\n                \"information_photo\": \"\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Princess Alisa Reilly\",\n                \"category\": \"Webinar\",\n                \"information_photo\": \"\"\n            }\n        ]\n    },\n    \"message\": \"success get information\",\n    \"status\": \"success\"\n}"}],"_postman_id":"4b16900f-0b8d-4a1a-992e-73a8f33257ca"},{"name":"Get Artcile","id":"648948de-5cb2-4e43-87e7-7b844de65d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/v1/information/4","description":"<p>This endpoint give a specific article.</p>\n","urlObject":{"port":"8080","path":["api","v1","information","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"23b58723-0df1-4779-99b2-8f650bb88a4e","name":"Get Artcile","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/information/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:42:13 GMT"},{"key":"Content-Length","value":"407"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"title\": \"Prof. Brittany McCullough\",\n        \"content\": \"update content\",\n        \"information_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-13:39:55.7037448-+0700-+07-m=+2943.650316601-imgonline-com-ua-twotoone-3Wdi0SEL7t3sLcb.jpg\",\n        \"created_at\": \"18 Mar 24 13:04 +0700\",\n        \"updated_at\": \"18 Mar 24 13:04 +0700\"\n    },\n    \"message\": \"success get article\",\n    \"status\": \"success\"\n}"}],"_postman_id":"648948de-5cb2-4e43-87e7-7b844de65d5b"}],"id":"1184418e-8441-4363-b118-34ae46c4689c","description":"<p>API that related to information</p>\n","_postman_id":"1184418e-8441-4363-b118-34ae46c4689c"},{"name":"Profile","item":[{"name":"Get Own Products","id":"5647135b-b84d-4db7-9aae-c9cd2ed010a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/product","description":"<p>This endpoint retrieves all products that user make before</p>\n","urlObject":{"port":"8080","path":["api","v1","profile","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9b286d3f-51f4-4310-bf17-fcab4736aecf","name":"Get Own Products","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:34:03 GMT"},{"key":"Content-Length","value":"1239"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"2049cbfa-b3ad-476f-98f0-aac8094e005e\",\n            \"name\": \"product R4\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 100002330,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"38ce535c-b0f5-42cf-a3c9-adc0ebd0b02c\",\n            \"name\": \"product R3\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 1000000000,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"550c5c7c-cf29-4bd6-9422-99f2d591e213\",\n            \"name\": \"product R\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 692212,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"75eec69b-c0f8-47cf-a28b-7d6fa79e32ae\",\n            \"name\": \"product R4\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 100002330,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"7d45fa74-e96a-4b8d-8be9-d19c5488472b\",\n            \"name\": \"Product RR\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 50000,\n            \"product_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-13:27:12.7943874-+0700-+07-m=+2180.740959201-images.png\"\n        },\n        {\n            \"id\": \"aca3e058-9195-4d41-9530-d12bd41c58c2\",\n            \"name\": \"productrendra\",\n            \"merchant_name\": \"Moon store\",\n            \"university\": \"Universitas Negeri Semarang\",\n            \"price\": 100002330,\n            \"product_photo\": \"\"\n        }\n    ],\n    \"message\": \"success\",\n    \"status\": \"success\"\n}"}],"_postman_id":"5647135b-b84d-4db7-9aae-c9cd2ed010a3"},{"name":"Get Own Product","id":"c6499190-b867-47c3-a84d-13c58353fda4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b","description":"<p>This endpoint retrieves the details of a specific product. This method to see a product in a profile</p>\n<h2 id=\"response-example\">Response Example</h2>\n","urlObject":{"port":"8080","path":["api","v1","profile","product","7d45fa74-e96a-4b8d-8be9-d19c5488472b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3ab094c5-256e-47b9-a1ce-ae41da061c5a","name":"Get Own Product","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/product/7d45fa74-e96a-4b8d-8be9-d19c5488472b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:34:49 GMT"},{"key":"Content-Length","value":"363"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"7d45fa74-e96a-4b8d-8be9-d19c5488472b\",\n        \"name\": \"Product RR\",\n        \"description\": \"Tes update product\",\n        \"category\": \"Fashion\",\n        \"price\": 50000,\n        \"product_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-13:27:12.7943874-+0700-+07-m=+2180.740959201-images.png\"\n    },\n    \"message\": \"success get product data\",\n    \"status\": \"success\"\n}"}],"_postman_id":"c6499190-b867-47c3-a84d-13c58353fda4"},{"name":"Get Own Mentors","id":"791b7ded-b2c5-4201-bdd7-455efa786d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/mentor","description":"<p>This endpoint provides clients with all the mentors they have purchased</p>\n","urlObject":{"port":"8080","path":["api","v1","profile","mentor"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a2911f23-6aad-43d6-8105-b4a7a75174e0","name":"Get Own Mentors","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/mentor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:37:22 GMT"},{"key":"Content-Length","value":"465"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"3d74f404-9296-48cf-800d-fb958e04f5cd\",\n            \"name\": \"Mrs. Genesis Rau\",\n            \"current_job\": \"omnis\",\n            \"mentor_picture\": \"\"\n        },\n        {\n            \"id\": \"e36c0366-3092-4e3d-9be7-4f01ec97f547\",\n            \"name\": \"Indra-chan\",\n            \"current_job\": \"Back End at Basic Computing Community\",\n            \"mentor_picture\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-01:25:59.9260398-+0700-+07-m=+344.747793101-images-(1).png\"\n        }\n    ],\n    \"message\": \"success get own mentor\",\n    \"status\": \"success\"\n}"}],"_postman_id":"791b7ded-b2c5-4201-bdd7-455efa786d05"},{"name":"Get Merchant","id":"1b06de20-0b9b-464e-85a6-f4b0c40dbfa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/merchant","description":"<p>This endpoint provides details of the shop owned by the user.</p>\n<h2 id=\"response-example\">Response Example</h2>\n","urlObject":{"port":"8080","path":["api","v1","profile","merchant"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"471ebc57-a635-4960-a769-3a8f073558ef","name":"Get Merchant","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/merchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:35:21 GMT"},{"key":"Content-Length","value":"457"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"86198967-a0ee-4dc8-9891-4ba1bdc3d0cc\",\n        \"merchant_name\": \"Moon store\",\n        \"province\": \"Jawa Tengah\",\n        \"city\": \"semarang\",\n        \"university\": \"Universitas Negeri Semarang\",\n        \"faculty\": \"Filkom\",\n        \"phone_number\": \"082120321023\",\n        \"instagram\": \"@moonslay\",\n        \"merchant_photo\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-01:09:12.9113443-+0700-+07-m=+294.744719701-images.png\"\n    },\n    \"message\": \"success get merchant\",\n    \"status\": \"success\"\n}"}],"_postman_id":"1b06de20-0b9b-464e-85a6-f4b0c40dbfa2"},{"name":"Get User","id":"c9aeca3e-ab90-4c0c-b958-665386927ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/ae202040-8f13-458c-a2c2-a4de9316214b","description":"<p>This API endpoint provides the detail of user</p>\n<h2 id=\"response-example\">Response Example</h2>\n","urlObject":{"port":"8080","path":["api","v1","profile","ae202040-8f13-458c-a2c2-a4de9316214b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d1a42ba1-2c6c-4f62-b3d3-3488dd386a4a","name":"Get User","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/ae202040-8f13-458c-a2c2-a4de9316214b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:36:09 GMT"},{"key":"Content-Length","value":"437"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1b651100-5659-453a-bb20-c3f06ac3689f\",\n        \"name\": \"Naufal al Haris Rusyard\",\n        \"email\": \"naufal.michiels@gmail.com\",\n        \"gender\": \"Laki-laki\",\n        \"place_birth\": \"Jakarta\",\n        \"date_birth\": \"1 Juni 2005\",\n        \"profile_picture\": \"https://oxlopkbvlvzycsqmooza.supabase.co/storage/v1/object/public/biz-connect/2024-03-19-02:12:03.9415534-+0700-+07-m=+150.676414001-download.png\",\n        \"like_product\": null\n    },\n    \"message\": \"success get profile user\",\n    \"status\": \"success\"\n}"}],"_postman_id":"c9aeca3e-ab90-4c0c-b958-665386927ed7"},{"name":"Get Like Product","id":"268675ef-efae-4e22-ad91-4ce3056f022c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>This endpoint give the product that user like</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"d10d862d-b61d-490a-a929-ada7ef550fdd","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/api/v1/profile/favourite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:36:21 GMT"},{"key":"Content-Length","value":"420"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"73c84ad8-c4c4-4d48-9356-216d4a6ecec2\",\n            \"name\": \"product 2\",\n            \"merchant_name\": \"naufalrusyard Store's\",\n            \"university\": \"Universitas Brawijaya\",\n            \"price\": 92812312,\n            \"product_photo\": \"\"\n        },\n        {\n            \"id\": \"9fcaa0d4-8645-4d4f-b0e1-9af4cd072109\",\n            \"name\": \"product 3\",\n            \"merchant_name\": \"naufalrusyard Store's\",\n            \"university\": \"Universitas Brawijaya\",\n            \"price\": 222312,\n            \"product_photo\": \"\"\n        }\n    ],\n    \"message\": \"success get like product\",\n    \"status\": \"success\"\n}"}],"_postman_id":"268675ef-efae-4e22-ad91-4ce3056f022c"}],"id":"ca844975-1d23-4803-ac36-7ee54db13bc4","description":"<p>API that related to profile user</p>\n","_postman_id":"ca844975-1d23-4803-ac36-7ee54db13bc4"},{"name":"etc","item":[{"name":"Create Category","id":"f2147bf2-5490-4db2-a6dc-17c4ad231283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"Kategori Baru\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/category","description":"<p>THIS ENDPOINT ONLY FOR ADMIN</p>\n<p>This endpoint allows you to create a new category by</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>category (string, required): The name of the category to be created.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4805bb5f-3fee-4627-8080-c4217756c606","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"Kategori Baruu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:51:29 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success create category\",\n    \"status\": \"success\"\n}"}],"_postman_id":"f2147bf2-5490-4db2-a6dc-17c4ad231283"},{"name":"Create University","id":"e5bcb254-de4c-4606-8587-2c108babbed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"university\": \"Universitas Baru\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/university","description":"<p>This endpoint allows you to add a new university to the system.</p>\n","urlObject":{"port":"8080","path":["api","v1","university"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a0cd5b38-42a5-412a-99ed-2c29a076eb94","name":"Create University","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"university\": \"Universitas Baruu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/university"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:52:01 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success create university\",\n    \"status\": \"success\"\n}"}],"_postman_id":"e5bcb254-de4c-4606-8587-2c108babbed5"},{"name":"Create Province","id":"83897a5e-0490-4428-9b0c-7579a6817e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"province\": \"Provinsi Baru\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/province","description":"<p>THIS API ONLY FOR ADMIN</p>\n<p>This API endpoint allows you to create a new province</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request should include a JSON payload in the raw request body type with the following parameter:</p>\n<ul>\n<li><code>province</code>: (string) The name of the province to be created.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","province"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8f59a632-f1c0-4c3a-937d-39170d4770d1","name":"Create Province","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"province\": \"Provinsi Baruu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/province"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 06:52:41 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success create province\",\n    \"status\": \"success\"\n}"}],"_postman_id":"83897a5e-0490-4428-9b0c-7579a6817e5b"}],"id":"a9423668-86ce-4e2b-9dcd-4fa79db78ebe","description":"<p>API for admin to add category, university, or province</p>\n","_postman_id":"a9423668-86ce-4e2b-9dcd-4fa79db78ebe"},{"name":"Login","id":"7f8ee4d1-7878-4e76-94d1-aaece4e708b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"naufal.michiels@gmail.com\",\r\n    \"password\": \"rahasianaufal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/login","description":"<p>This endpoint is used to authenticate and login a user. It is an HTTP POST request to localhost:8080/api/v1/login. The request body should contain the user's email and password in JSON format.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>email (string): The user's email.</li>\n<li>password (string): The user's password</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0b639f76-ad23-4546-a46d-7f421f9f5001","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"naufal.michiels@gmail.com\",\r\n    \"password\": \"rahasianaufal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 17:38:04 GMT"},{"key":"Content-Length","value":"233"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"jwt\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxYjY1MTEwMC01NjU5LTQ1M2EtYmIyMC1jM2YwNmFjMzY4OWYiLCJleHAiOjE3MTA3ODcwODR9.W4ym0UrsGJuWC4MRBH3RmlZW1EPyt_X80Qr7BU-OAF4\"\n    },\n    \"message\": \"login success\",\n    \"status\": \"success\"\n}"}],"_postman_id":"7f8ee4d1-7878-4e76-94d1-aaece4e708b4"},{"name":"Register","id":"cf841048-deca-4c7b-8b60-dd5efdad2424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Naufal Haris\",\r\n    \"email\": \"naufal.michiels@gmail.com\",\r\n    \"password\": \"rahasianaufal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/register","description":"<h3 id=\"register-user\">Register User</h3>\n<p>This API endpoint is used to register a new user.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>name</code> (string, required): The name of the user.</li>\n<li><code>email</code> (string, required): The email address of the user.</li>\n<li><code>password</code> (string, required): The password for the user account.</li>\n</ul>\n","urlObject":{"port":"8080","path":["api","v1","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0ae98f1d-5844-45d7-9aee-82d760de5445","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Naufal Haris\",\r\n    \"email\": \"naufal.michiels@gmail.com\",\r\n    \"password\": \"rahasianaufal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 18 Mar 2024 17:31:48 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"success create account\",\n    \"status\": \"success\"\n}"}],"_postman_id":"cf841048-deca-4c7b-8b60-dd5efdad2424"}],"variable":[{"key":"BaseURL","value":"localhost:8080"}]}