{"info":{"_postman_id":"9affd6cc-39b3-4c3b-abe0-b4cde0e92332","name":"Go Gin Template","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29665461","collectionId":"9affd6cc-39b3-4c3b-abe0-b4cde0e92332","publishedId":"2s9YJaZQCG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-01T13:38:32.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"d8414ace-67e8-4141-bea5-41dfc7d7d2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"M Naufal Badruttamam\",\r\n    \"telp_number\": \"0812121212212\",\r\n    \"email\": \"caknocomel@gmail.com\",\r\n    \"password\": \"Cakno1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user","urlObject":{"path":["api","user"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"906ed321-eb6c-4728-9d32-3e1448a40af6","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Naufal","type":"text"},{"key":"telp_number","value":"0812712712","type":"text"},{"key":"email","value":"caknocomel@gmail.com","type":"text"},{"key":"password","value":"Cakno1234","type":"text"},{"key":"image","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.","src":"/E:/Biodata/Privasi/Almet_Cakno-removebg-preview.png"}],"options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:27:40 GMT"},{"key":"Content-Length","value":"271"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success create user\",\n    \"data\": {\n        \"id\": \"8b12174b-75b5-44ce-96bf-26cf7ac027bc\",\n        \"name\": \"Naufal\",\n        \"email\": \"caknocomel@gmail.com\",\n        \"telp_number\": \"0812712712\",\n        \"role\": \"user\",\n        \"image_url\": \"profile/7697b554-17f4-44e3-8713-0c23dfe6596a.png\",\n        \"is_verified\": false\n    }\n}"}],"_postman_id":"d8414ace-67e8-4141-bea5-41dfc7d7d2ba"},{"name":"Login","event":[{"listen":"test","script":{"id":"def57fdb-1320-42e4-ae25-96d25d7c4463","exec":["var res = pm.response.json();\r","\r","pm.environment.set(\"token\", res.data.token.replace(/['\"]+/g, ''));\r","pm.environment.set(\"bearer_token\", res.data.token.replace(/['\"]+/g, ''));"],"type":"text/javascript"}}],"id":"4a058728-9499-4bf4-b854-176f077b7af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"caknocomel@gmail.com\",\r\n    \"password\": \"Cakno1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user/login","urlObject":{"path":["api","user","login"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"89698542-b363-4800-9546-e91b8969b8d1","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"caknocomel@gmail.com\",\r\n    \"password\": \"Cakno1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:29:50 GMT"},{"key":"Content-Length","value":"310"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success login\",\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOGIxMjE3NGItNzViNS00NGNlLTk2YmYtMjZjZjdhYzAyN2JjIiwicm9sZSI6InVzZXIiLCJpc3MiOiJUZW1wbGF0ZSIsImV4cCI6MTcwNTc2ODE5MCwiaWF0IjoxNzA1NzYwOTkwfQ.2RYGIfVymjYDyufb4ZrEnC1n6FvlZw97i3nUGaJCYW8\",\n        \"role\": \"user\"\n    }\n}"}],"_postman_id":"4a058728-9499-4bf4-b854-176f077b7af7"},{"name":"Me","id":"74509804-143f-4804-b33f-8ed484a996ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL_LOCAL}}/api/user/me","urlObject":{"path":["api","user","me"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"7315209e-4e69-4639-97c0-2a4a5682142b","name":"Me","originalRequest":{"method":"GET","header":[],"url":"{{URL_LOCAL}}/api/user/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:32:25 GMT"},{"key":"Content-Length","value":"267"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success get user\",\n    \"data\": {\n        \"id\": \"8b12174b-75b5-44ce-96bf-26cf7ac027bc\",\n        \"name\": \"Naufal\",\n        \"email\": \"caknocomel@gmail.com\",\n        \"telp_number\": \"0812712712\",\n        \"role\": \"user\",\n        \"image_url\": \"profile/7697b554-17f4-44e3-8713-0c23dfe6596a.png\",\n        \"is_verified\": true\n    }\n}"}],"_postman_id":"74509804-143f-4804-b33f-8ed484a996ad"},{"name":"Get All Users","id":"d5633b6d-1297-48cd-873f-ead3d4038828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL_LOCAL}}/api/user","urlObject":{"path":["api","user"],"host":["{{URL_LOCAL}}"],"query":[{"disabled":true,"key":"page","value":"4"},{"disabled":true,"key":"per_page","value":"1"},{"disabled":true,"key":"search","value":"cakno"}],"variable":[]}},"response":[{"id":"443366a7-18bf-43fa-8e88-710fadb5c761","name":"Get All Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL_LOCAL}}/api/user","host":["{{URL_LOCAL}}"],"path":["api","user"],"query":[{"key":"page","value":"4","disabled":true},{"key":"per_page","value":"1","disabled":true},{"key":"search","value":"cakno","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:32:39 GMT"},{"key":"Content-Length","value":"662"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success get list user\",\n    \"data\": [\n        {\n            \"id\": \"c74b2532-8f5f-4dea-9fe2-d176c9602f2d\",\n            \"name\": \"admin\",\n            \"email\": \"admin1234@gmail.com\",\n            \"telp_number\": \"08123456789\",\n            \"role\": \"admin\",\n            \"image_url\": \"\",\n            \"is_verified\": true\n        },\n        {\n            \"id\": \"94822cb9-5b29-4b44-b4f1-233ef22a188a\",\n            \"name\": \"user\",\n            \"email\": \"user1234@gmail.com\",\n            \"telp_number\": \"08123456789\",\n            \"role\": \"user\",\n            \"image_url\": \"\",\n            \"is_verified\": true\n        },\n        {\n            \"id\": \"8b12174b-75b5-44ce-96bf-26cf7ac027bc\",\n            \"name\": \"Naufal\",\n            \"email\": \"caknocomel@gmail.com\",\n            \"telp_number\": \"0812712712\",\n            \"role\": \"user\",\n            \"image_url\": \"profile/7697b554-17f4-44e3-8713-0c23dfe6596a.png\",\n            \"is_verified\": true\n        }\n    ],\n    \"meta\": {\n        \"page\": 1,\n        \"per_page\": 10,\n        \"max_page\": 1,\n        \"count\": 3\n    }\n}"}],"_postman_id":"d5633b6d-1297-48cd-873f-ead3d4038828"},{"name":"Send Verification Email","id":"3d374d59-49a8-4ffb-88b5-d2fa9149367d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"caknocomel@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user/send_verification_email","urlObject":{"path":["api","user","send_verification_email"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"87c59a6e-27fe-4fe0-a244-4be71e114504","name":"Send Verification Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"caknocomel@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user/send_verification_email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:33:54 GMT"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success send verification email\"\n}"}],"_postman_id":"3d374d59-49a8-4ffb-88b5-d2fa9149367d"},{"name":"Verify Email","id":"0bb90d60-59bd-48d2-be2c-46940b1ddaee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"1676a42657f275ed6c47d9be55385d72ccf6cb06c3f7d5d85950d50358bd49ce658f672944a0179482c2d3c64da96764e3163a97d336efc8bb1bd7863f4ba7891e32fa98\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user/verify-email","urlObject":{"path":["api","user","verify-email"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"55436694-c930-45f2-bd19-b1dc35c73a6b","name":"Verify Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"1676a42657f275ed6c47d9be55385d72ccf6cb06c3f7d5d85950d50358bd49ce658f672944a0179482c2d3c64da96764e3163a97d336efc8bb1bd7863f4ba7891e32fa98\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user/verify-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:29:46 GMT"},{"key":"Content-Length","value":"107"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success verify email\",\n    \"data\": {\n        \"email\": \"caknocomel@gmail.com\",\n        \"is_verified\": true\n    }\n}"}],"_postman_id":"0bb90d60-59bd-48d2-be2c-46940b1ddaee"},{"name":"Update","id":"780ecefa-26dd-438d-83b0-d9db19854121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test update\",\r\n    \"telp_number\": \"0812912812212\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user","urlObject":{"path":["api","user"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"f1358f20-7eaf-4258-b74b-12b5f6a40dd7","name":"Update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test update\",\r\n    \"telp_number\": \"0812912812212\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL_LOCAL}}/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:37:50 GMT"},{"key":"Content-Length","value":"195"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success update user\",\n    \"data\": {\n        \"id\": \"8b12174b-75b5-44ce-96bf-26cf7ac027bc\",\n        \"name\": \"test update\",\n        \"telp_number\": \"0812912812212\",\n        \"role\": \"user\",\n        \"email\": \"\",\n        \"is_verified\": true\n    }\n}"}],"_postman_id":"780ecefa-26dd-438d-83b0-d9db19854121"},{"name":"Delete","id":"9971257d-fa4b-44bb-a5f8-6e2227523ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL_LOCAL}}/api/user","urlObject":{"path":["api","user"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"3665c91e-93de-4b30-a5ed-7cd30cfef38a","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"{{URL_LOCAL}}/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, HEAD, PATCH, OPTIONS, GET, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 20 Jan 2024 14:38:14 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success delete user\"\n}"}],"_postman_id":"9971257d-fa4b-44bb-a5f8-6e2227523ad5"}],"id":"10339211-f381-403e-85ef-c35345eae13f","_postman_id":"10339211-f381-403e-85ef-c35345eae13f","description":""},{"name":"File","item":[{"name":"Serve Static File","id":"646861fa-0d4b-4753-86a2-5eb4e6b72590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL_LOCAL}}/assets/profile/c818da81-41f3-4ecb-bc5d-41a9197b5aa7.png","urlObject":{"path":["assets","profile","c818da81-41f3-4ecb-bc5d-41a9197b5aa7.png"],"host":["{{URL_LOCAL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"646861fa-0d4b-4753-86a2-5eb4e6b72590"}],"id":"58436113-92f0-4a4b-8a53-c4f15730d243","_postman_id":"58436113-92f0-4a4b-8a53-c4f15730d243","description":""}]}