{"info":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","description":"<html><head></head><body><h2 id=\"about-this-documentation\">About this Documentation</h2>\n<p>This document serves as a comprehensive guide for affiliated developers to integrate the <a href=\"https://github.com/totop275/go-starterkit\">Go StarterKit </a> API into their applications. It outlines the application flow and provides detailed instructions on effectively utilizing the API to achieve desired outcomes.</p>\n<p>Follow the instructions and guidelines in this document carefully.</p>\n<hr>\n<h2 id=\"requirements\">Requirements</h2>\n<p>To implement the Go StarterKit API, ensure you meet the following prerequisites:</p>\n<ul>\n<li><p><strong>Base URL</strong>: Obtain the base URL of the OrderGate API from the Go StarterKit development or deployment team.</p>\n</li>\n<li><p><strong>Username and Password</strong>: Secure valid credentials provided by the development or deployment team. Maintain the confidentiality and security of your login information.<a href=\"https://learning.postman.com/?utm_source=chatgpt.com\">Postman Docs</a></p>\n</li>\n<li><p><strong>Knowledge of Postman</strong>: Familiarity with Postman as an API testing tool is necessary. Postman allows you to send HTTP requests and test API responses. Refer to the official Postman documentation for guidance.</p>\n</li>\n<li><p><strong>Understanding of RESTful API</strong>: A solid grasp of RESTful API concepts and principles is essential. This includes familiarity with HTTP methods like GET, POST, PUT, and DELETE, as well as understanding resource representation, endpoints, and parameters.</p>\n</li>\n</ul>\n<p>Ensure that you meet these requirements before proceeding with the implementation of the Go StarterKit API. For any questions or additional needs, feel free to contact the OrderGate development team for assistance.</p>\n<hr>\n<h2 id=\"authorization\">Authorization</h2>\n<p>For every API request that requires user credentials (i.e., requests made after login), you must include an authentication header:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer {access_token}</td>\n</tr>\n</tbody>\n</table>\n</div><p>Any request that requires login but does not include the correct Authorization header will receive a 401 Unauthenticated error response.</p>\n<p>You can obtain the <code>{access_token}</code> by using the Login / Generate Token API.</p>\n<hr>\n<h2 id=\"api-request\">API Request</h2>\n<p>API requests should be made as outlined in this documentation.</p>\n<h3 id=\"headers\">Headers</h3>\n<p>In addition to the Authorization header, include the following headers in every API request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Accept</td>\n<td>application/json</td>\n<td>Failing to include this header may result in responses that differ from the documented behavior, especially in error cases.</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>\"id\" or \"en\"</td>\n<td>Expected language</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"api-request-guidelines\">API Request Guidelines</h2>\n<ul>\n<li><p><strong>GET</strong>: Parameters should only be placed in Query Params.</p>\n</li>\n<li><p><strong>POST</strong>: All options are supported, but it's recommended to place parameters in the JSON Body.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"paginated-request-parameters\">Paginated Request Parameters</h2>\n<p>When you encounter a paginated response, you can use bellow extra parameter to navigate.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>page index to show (default: 1)</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>number of entries per page (default: 10)</td>\n</tr>\n<tr>\n<td>sort_by</td>\n<td>column for ordering result (default: id)</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>ordering direction (default: asc)</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9714415","collectionId":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","publishedId":"2sB2x8FrY9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-17T03:11:00.000Z"},"item":[{"name":"System","item":[{"name":"Status","id":"05a32172-037a-4857-a29a-96365acb0d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","status"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"3e443e75-d486-4fa1-b41d-b82efef522d5","name":"Status","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 04:57:05 GMT"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"System is running\",\n    \"errors\": null\n}"}],"_postman_id":"05a32172-037a-4857-a29a-96365acb0d7c"},{"name":"Server Time","id":"a3e90b2e-01f6-4fae-9398-6cd7298dd2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/time","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","time"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b88443c9-c7df-45ba-b22c-4fcded52ec6e","name":"Server Time","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/time"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 05:12:52 GMT"},{"key":"Content-Length","value":"111"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"time\": \"2025-06-15T12:12:52.913091371+07:00\"\n    },\n    \"message\": \"Sun, 15 Jun 2025 12:12:52 WIB\",\n    \"errors\": null\n}"}],"_postman_id":"a3e90b2e-01f6-4fae-9398-6cd7298dd2dc"}],"id":"8f96f802-2e8c-4aaf-aa10-bdb161aa1591","_postman_id":"8f96f802-2e8c-4aaf-aa10-bdb161aa1591","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}}},{"name":"Auth & Register","item":[{"name":"Login","item":[{"name":"Generate Token / Login","id":"ad503c68-4315-453e-ac27-be31c0b1548d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin@demo.com","type":"text"},{"key":"password","value":"demo123","type":"text"}]},"url":"http://localhost:8000/api/v1/login","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","login"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b682d30c-7bad-4c66-a494-b6dcf840b24f","name":"Invalid Credential","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin@demo.com","type":"text"},{"key":"password","value":"qwertyuiop","type":"text"}]},"url":"http://localhost:8000/api/v1/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 04:53:59 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Invalid username/email or password combination\",\n    \"errors\": null\n}"},{"id":"c06cca6d-d9f1-41dc-97b4-0dba59ec66c0","name":"Generate Token / Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin@demo.com","type":"text"},{"key":"password","value":"huahua123","type":"text"}]},"url":"http://localhost:8000/api/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 16:50:44 GMT"},{"key":"Content-Length","value":"534"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluQGRlbW8uY29tIiwiZXhwIjoxNzUwMTc5MDQ0LCJpYXQiOjE3NTAwOTI2NDQsImlkIjoyLCJuYW1lIjoiQWRtaW51ZGluIiwic3ViIjoyLCJ0b2tlbiI6IjIwMjUwNjE2MjM1MDQ0cVhkTDg1In0.7_TyYVs9XCc-zcJqfnWMPvZPqYTo31FhqmAZvipD6kk\",\n        \"token_type\": \"Bearer\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA2OTc0NDQsImlhdCI6MTc1MDA5MjY0NCwidG9rZW4iOiIyMDI1MDYxNjIzNTA0NHFYZEw4NSJ9.vmWMeS8aZkMjUabIi8__RdbTSTzTRORV4nWDy4sEZR4\",\n        \"expires_in\": 86400\n    },\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"ad503c68-4315-453e-ac27-be31c0b1548d"},{"name":"Refresh Token","id":"2581e988-642f-45ad-afaf-e45ddbcef76f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"refresh_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA2MDcxMjQsImlhdCI6MTc1MDAwMjMyNCwidG9rZW4iOiIyMDI1MDYxNTIyNDUyNHJycmR2RSJ9.mjq1TyIb7eBcgcUZa6M3F1xblB6rUPJ2P-kwtmGGdV4","type":"text"}]},"url":"http://localhost:8000/api/v1/refresh-token","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","refresh-token"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"00199d67-1cf0-401a-ac90-2013d4ea9e7e","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"refresh_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA2MDcxMjQsImlhdCI6MTc1MDAwMjMyNCwidG9rZW4iOiIyMDI1MDYxNTIyNDUyNHJycmR2RSJ9.mjq1TyIb7eBcgcUZa6M3F1xblB6rUPJ2P-kwtmGGdV4","type":"text"}]},"url":"http://localhost:8000/api/v1/refresh-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 16:05:20 GMT"},{"key":"Content-Length","value":"534"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluQGRlbW8uY29tIiwiZXhwIjoxNzUwMDg5OTIwLCJpYXQiOjE3NTAwMDM1MjAsImlkIjoyLCJuYW1lIjoiQWRtaW51ZGluIiwic3ViIjoyLCJ0b2tlbiI6IjIwMjUwNjE1MjMwNTIwTVp4ckppIn0.LJyd0IX5NHLZb9zbuYaYKvN7F9-z_E2S0Pn9uc2zJQ0\",\n        \"token_type\": \"Bearer\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTA2MDgzMjAsImlhdCI6MTc1MDAwMzUyMCwidG9rZW4iOiIyMDI1MDYxNTIzMDUyME1aeHJKaSJ9.4-JvYhmSQV7lciSt6Pgd9mPz1JgG28XtSqlY1n9L--c\",\n        \"expires_in\": 86400\n    },\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"2581e988-642f-45ad-afaf-e45ddbcef76f"}],"id":"232bdad7-d9e9-4083-8fdb-dc96c51f2e2c","_postman_id":"232bdad7-d9e9-4083-8fdb-dc96c51f2e2c","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}}},{"name":"Register","item":[{"name":"Register","id":"1e1bce00-90c3-4853-9263-d45fa7a5f7c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Adminudin","type":"text","uuid":"b9049d24-661f-4d51-b670-7108b9544ad7"},{"key":"username","value":"admin9","type":"text"},{"key":"email","value":"admin9@demo.com","type":"text","uuid":"b901560b-7016-48ad-8bd2-ecd9f62fa4d4"},{"key":"password","value":"qwertyuiop","type":"text"}]},"url":"http://localhost:8000/api/v1/register","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","register"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"4952636c-6346-4e1e-a279-ba6431125648","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Adminudin","type":"text","uuid":"b9049d24-661f-4d51-b670-7108b9544ad7"},{"key":"username","value":"admin8","type":"text"},{"key":"email","value":"admin8@demo.com","type":"text","uuid":"b901560b-7016-48ad-8bd2-ecd9f62fa4d4"},{"key":"password","value":"qwertyuiop","type":"text"}]},"url":"http://localhost:8000/api/v1/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 03:56:51 GMT"},{"key":"Content-Length","value":"196"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"username\": \"admin8\",\n        \"email\": \"admin8@demo.com\",\n        \"name\": \"Adminudin\",\n        \"cooldown\": 30\n    },\n    \"message\": \"OTP sent. Please check your email inbox or spam folder for the verification code\",\n    \"errors\": null\n}"}],"_postman_id":"1e1bce00-90c3-4853-9263-d45fa7a5f7c7"},{"name":"Resend OTP","id":"ea5169dc-b696-4972-bb0e-10b88f6b8d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/api/v1/resend-otp?email=admin1@demo.com","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","resend-otp"],"host":["http://localhost:8000"],"query":[{"key":"email","value":"admin1@demo.com"}],"variable":[]}},"response":[{"id":"01db8868-b798-4ca3-adb7-b83d30c7c244","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8000/api/v1/resend-otp?email=admin4@demo.com","host":["http://localhost:8000"],"path":["api","v1","resend-otp"],"query":[{"key":"email","value":"admin4@demo.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 03:35:51 GMT"},{"key":"Content-Length","value":"132"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"cooldown\": 30\n    },\n    \"message\": \"OTP sent. Please check your email inbox or spam folder for the verification code\",\n    \"errors\": null\n}"},{"id":"05caaf1f-a405-4d0a-8750-6a56d2d01fb8","name":"Limit Reached / Cooldown","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8000/api/v1/resend-otp?email=admin4@demo.com","host":["http://localhost:8000"],"path":["api","v1","resend-otp"],"query":[{"key":"email","value":"admin4@demo.com"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 03:29:48 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cooldown\": 67\n    },\n    \"message\": \"OTP request limit reached, please try again in 67 seconds\",\n    \"errors\": null\n}"}],"_postman_id":"ea5169dc-b696-4972-bb0e-10b88f6b8d1f"},{"name":"Verify Email","id":"ee704ffa-ba49-4385-99d9-0df157ddbb80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin1@demo.com","type":"text","uuid":"aa506c35-d343-46eb-b722-f9b335c2dd47"},{"key":"otp","value":"451778","type":"text","uuid":"2f8f4730-5759-4800-97a1-5c664cbdfb57"}]},"url":"http://localhost:8000/api/v1/verify-email","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","verify-email"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"fe25976e-6d0c-42b4-a430-76d55e6f77e6","name":"Verify Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin@demo.com","type":"text","uuid":"aa506c35-d343-46eb-b722-f9b335c2dd47"},{"key":"otp","value":"161457","type":"text","uuid":"2f8f4730-5759-4800-97a1-5c664cbdfb57"}]},"url":"http://localhost:8000/api/v1/verify-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 04:49:20 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Email verified successfully\",\n    \"errors\": null\n}"},{"id":"777b1021-b11c-48da-8d29-fc3ae9b2a9fe","name":"Invalid OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin1@demo.com","type":"text","uuid":"aa506c35-d343-46eb-b722-f9b335c2dd47"},{"key":"otp","value":"161457","type":"text","uuid":"2f8f4730-5759-4800-97a1-5c664cbdfb57"}]},"url":"http://localhost:8000/api/v1/verify-email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 04:53:20 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Invalid OTP\",\n    \"errors\": null\n}"}],"_postman_id":"ee704ffa-ba49-4385-99d9-0df157ddbb80"}],"id":"8bfb0c19-c76a-4ce9-afa8-cb00bab93f55","_postman_id":"8bfb0c19-c76a-4ce9-afa8-cb00bab93f55","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}}},{"name":"Forgot Password","item":[{"name":"Forgot Password","id":"901a016b-60cd-4514-8ea8-7ecf6489294d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin@demo.com","type":"text","uuid":"01368bb7-1fc0-4466-9445-24ab36adc4a2"}]},"url":"http://localhost:8000/api/v1/forgot-password","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","forgot-password"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"5e64e955-5499-42b7-9855-b35efe9b08b0","name":"Forgot Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin@demo.com","type":"text","uuid":"01368bb7-1fc0-4466-9445-24ab36adc4a2"}]},"url":"http://localhost:8000/api/v1/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 09:34:08 GMT"},{"key":"Content-Length","value":"132"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cooldown\": 120\n    },\n    \"message\": \"OTP sent. Please check your email inbox or spam folder for the verification code\",\n    \"errors\": null\n}"}],"_postman_id":"901a016b-60cd-4514-8ea8-7ecf6489294d"},{"name":"Reset Password","id":"af857470-afe7-4f3a-90fd-a5a6d53c2625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin@demo.com","type":"text","uuid":"657b06d8-280c-4cf3-967a-b7f57db6d541"},{"key":"otp","value":"497811","type":"text","uuid":"266cbc8a-c83e-4f09-b60f-91376c330d6c"},{"key":"password","value":"huahua123","type":"text","uuid":"eac8847b-cdd0-4175-b612-cf96b59f3cd4"}]},"url":"http://localhost:8000/api/v1/reset-password","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}},"urlObject":{"path":["api","v1","reset-password"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"499b41af-b754-486a-930a-00480eb5f626","name":"Reset Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin@demo.com","type":"text","uuid":"657b06d8-280c-4cf3-967a-b7f57db6d541"},{"key":"otp","value":"982595","type":"text","uuid":"266cbc8a-c83e-4f09-b60f-91376c330d6c"},{"key":"password","value":"huahua123","type":"text","uuid":"eac8847b-cdd0-4175-b612-cf96b59f3cd4"}]},"url":"http://localhost:8000/api/v1/reset-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 15 Jun 2025 10:11:15 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Password reset successfully\",\n    \"errors\": null\n}"}],"_postman_id":"af857470-afe7-4f3a-90fd-a5a6d53c2625"}],"id":"7112115e-5bec-4104-8b0c-5b4398e79efd","_postman_id":"7112115e-5bec-4104-8b0c-5b4398e79efd","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","id":"c3b61313-2e44-4d33-bd4b-022227ba4318","name":"Auth & Register","type":"folder"}}}],"id":"c3b61313-2e44-4d33-bd4b-022227ba4318","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"22d175d1-8e21-4592-9e1f-e509f295019b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d4ca4fdd-d688-4559-935f-5e85048696d7","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"c3b61313-2e44-4d33-bd4b-022227ba4318","description":""},{"name":"User","item":[{"name":"List","id":"c88e745d-813e-4967-a6ec-ccd5c5772d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","users"],"host":["http://localhost:8000"],"query":[{"key":"page","value":"1"},{"disabled":true,"key":"sort_by","value":"id"},{"disabled":true,"key":"sort_order","value":"asc"},{"disabled":true,"key":"name","value":"Admin"},{"disabled":true,"key":"email","value":"admin@demo.com"},{"disabled":true,"key":"username","value":""},{"disabled":true,"key":"email_verified","value":"1"},{"disabled":true,"key":"suspended","value":"1"},{"disabled":true,"key":"roles[]","value":"Super Admin"}],"variable":[]}},"response":[{"id":"a50a4f7d-8002-49a9-885e-a821e20f2a97","name":"List","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/users?page=1","host":["http://localhost:8000"],"path":["api","v1","users"],"query":[{"key":"page","value":"1"},{"key":"sort_by","value":"id","disabled":true},{"key":"sort_order","value":"asc","disabled":true},{"key":"name","value":"Admin","disabled":true},{"key":"email","value":"admin@demo.com","disabled":true},{"key":"username","value":"","disabled":true},{"key":"email_verified","value":"1","disabled":true},{"key":"suspended","value":"1","disabled":true},{"key":"roles[]","value":"Super Admin","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 17:05:30 GMT"},{"key":"Content-Length","value":"1898"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Aiaiai\",\n            \"username\": \"nonono.nono\",\n            \"email\": \"ini_email@gmail.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin\",\n            \"email\": \"admin@demo.com\",\n            \"email_verified\": true,\n            \"email_verified_at\": \"2025-06-15T11:48:20.106594+07:00\",\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": [\n                \"Super Admin\"\n            ]\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin1\",\n            \"email\": \"admin1@demo.com\",\n            \"email_verified\": true,\n            \"email_verified_at\": \"2025-06-15T17:07:42.547755+07:00\",\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin2\",\n            \"email\": \"admin2@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin3\",\n            \"email\": \"admin3@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin4\",\n            \"email\": \"admin4@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin5\",\n            \"email\": \"admin5@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin6\",\n            \"email\": \"admin6@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin7\",\n            \"email\": \"admin7@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Adminudin\",\n            \"username\": \"admin8\",\n            \"email\": \"admin8@demo.com\",\n            \"email_verified\": false,\n            \"email_verified_at\": null,\n            \"suspended\": false,\n            \"suspended_at\": null,\n            \"roles\": []\n        }\n    ],\n    \"message\": \"OK\",\n    \"errors\": null,\n    \"current_page\": 1,\n    \"last_page\": 3,\n    \"per_page\": 10,\n    \"from\": 1,\n    \"to\": 10,\n    \"total\": 28\n}"}],"_postman_id":"c88e745d-813e-4967-a6ec-ccd5c5772d83"},{"name":"Create","id":"efcdeea4-0c5e-4039-a811-b2f80c4779a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Admin","type":"text","uuid":"5183ef21-0cbc-4439-b6ad-9dad8e8d8acb"},{"key":"username","value":"admin38","type":"text","uuid":"695954e5-3ba2-4746-a7a1-500bc4863033"},{"key":"email","value":"admin38@demo.com","type":"text","uuid":"4782db96-1663-4340-b2e9-230e788091f8"},{"key":"password","value":"gueguegue","type":"text","uuid":"3a8a49bd-cb5a-4880-bad6-8853ff5a61a3"},{"key":"roles[]","value":"Super Admin","type":"text","uuid":"624e2d51-d16d-4cce-b8a4-e573c291e8ff"},{"key":"email_verified","value":"1","type":"text","uuid":"d31babf5-7efb-441e-869e-ed9e4cffc057"}]},"url":"http://localhost:8000/api/v1/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","users"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"f3342b2b-c067-42f1-a08a-7177557150e7","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Admin","type":"text","uuid":"5183ef21-0cbc-4439-b6ad-9dad8e8d8acb"},{"key":"username","value":"admin38","type":"text","uuid":"695954e5-3ba2-4746-a7a1-500bc4863033"},{"key":"email","value":"admin38@demo.com","type":"text","uuid":"4782db96-1663-4340-b2e9-230e788091f8"},{"key":"password","value":"inipassword","type":"text","uuid":"3a8a49bd-cb5a-4880-bad6-8853ff5a61a3"},{"key":"roles[]","value":"Super Admin","type":"text","uuid":"624e2d51-d16d-4cce-b8a4-e573c291e8ff"},{"key":"email_verified","value":"1","type":"text","uuid":"d31babf5-7efb-441e-869e-ed9e4cffc057"}]},"url":"http://localhost:8000/api/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 15:29:22 GMT"},{"key":"Content-Length","value":"234"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 29,\n        \"name\": \"Admin\",\n        \"username\": \"admin38\",\n        \"email\": \"admin38@demo.com\",\n        \"email_verified\": true,\n        \"email_verified_at\": \"2025-06-16T22:29:22.851162+07:00\",\n        \"roles\": [\n            \"Super Admin\"\n        ]\n    },\n    \"message\": \"User created successfully\",\n    \"errors\": null\n}"}],"_postman_id":"efcdeea4-0c5e-4039-a811-b2f80c4779a3"},{"name":"Update","id":"43851920-32ef-411f-b23b-7e62d426786e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Admina","type":"text"},{"key":"username","value":"admin38a","type":"text"},{"key":"email","value":"admin38b@demo.com","type":"text"},{"key":"password","value":"passwordbaru","type":"text"},{"key":"roles[]","value":"Super Admin","type":"text"},{"key":"email_verified","value":"1","type":"text"},{"key":"suspended","value":"1","type":"text","uuid":"6657aff8-b1eb-4b61-89db-f45a76da131f"}]},"url":"http://localhost:8000/api/v1/users/:user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","users",":user"],"host":["http://localhost:8000"],"query":[],"variable":[{"id":"ed4e568d-a927-4fef-a43e-88025def5448","type":"any","value":"29","key":"user"}]}},"response":[{"id":"283e7b66-4cb6-44d1-9278-decdef1bc151","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Admina","type":"text"},{"key":"username","value":"admin38a","type":"text"},{"key":"email","value":"admin38b@demo.com","type":"text"},{"key":"password","value":"passwordbaru","type":"text"},{"key":"roles[]","value":"Super Admin","type":"text"},{"key":"email_verified","value":"1","type":"text"},{"key":"suspended","value":"1","type":"text","uuid":"6657aff8-b1eb-4b61-89db-f45a76da131f"}]},"url":{"raw":"http://localhost:8000/api/v1/users/:user","host":["http://localhost:8000"],"path":["api","v1","users",":user"],"variable":[{"key":"user","value":"29"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 17:04:53 GMT"},{"key":"Content-Length","value":"306"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 29,\n        \"name\": \"Admina\",\n        \"username\": \"admin38a\",\n        \"email\": \"admin38b@demo.com\",\n        \"email_verified\": true,\n        \"email_verified_at\": \"2025-06-16T22:36:44.15694+07:00\",\n        \"suspended\": true,\n        \"suspended_at\": \"2025-06-17T00:04:53.400287894+07:00\",\n        \"roles\": [\n            \"Super Admin\"\n        ]\n    },\n    \"message\": \"User updated successfully\",\n    \"errors\": null\n}"}],"_postman_id":"43851920-32ef-411f-b23b-7e62d426786e"},{"name":"Delete","id":"6e9c2ce0-83a6-4e42-bb58-512619ad07ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/users/:user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","users",":user"],"host":["http://localhost:8000"],"query":[],"variable":[{"id":"ddd173b8-546d-4122-b700-316f13e89726","type":"any","value":"26","key":"user"}]}},"response":[{"id":"f3737893-cbc7-4acd-bbc1-a82fd3213700","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/api/v1/users/:user","host":["http://localhost:8000"],"path":["api","v1","users",":user"],"variable":[{"key":"user","value":"26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 15:41:29 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"User deleted successfully\",\n    \"errors\": null\n}"}],"_postman_id":"6e9c2ce0-83a6-4e42-bb58-512619ad07ca"}],"id":"ebea5158-c978-404e-80c6-6918ec4961b6","_postman_id":"ebea5158-c978-404e-80c6-6918ec4961b6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}}},{"name":"Role","item":[{"name":"List","id":"6c52ff0f-2035-407c-8140-1dbdb138ac52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/roles?page=1&sort_by=name&sort_order=asc&name=Super Admin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","roles"],"host":["http://localhost:8000"],"query":[{"key":"page","value":"1"},{"key":"sort_by","value":"name"},{"key":"sort_order","value":"asc"},{"key":"name","value":"Super Admin"}],"variable":[]}},"response":[{"id":"9c273e63-34d7-4099-9be3-e0413cb4e359","name":"List","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/roles?page=1&sort_by=name&sort_order=desc&name=Admin","host":["http://localhost:8000"],"path":["api","v1","roles"],"query":[{"key":"page","value":"1"},{"key":"sort_by","value":"name"},{"key":"sort_order","value":"desc"},{"key":"name","value":"Admin"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 16:47:19 GMT"},{"key":"Content-Length","value":"282"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Super Hadmin\",\n            \"permissions\": [\n                \"roles.create\",\n                \"roles.update\"\n            ],\n            \"created_at\": \"2025-06-15T23:41:09.151659+07:00\",\n            \"updated_at\": \"2025-06-16T17:22:40.06231+07:00\"\n        }\n    ],\n    \"message\": \"OK\",\n    \"errors\": null,\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"per_page\": 10,\n    \"from\": 1,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"6c52ff0f-2035-407c-8140-1dbdb138ac52"},{"name":"Detail","id":"189b7d9b-5d62-44ca-915c-b8e08c0dad75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/roles/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","roles",":id"],"host":["http://localhost:8000"],"query":[],"variable":[{"id":"e3e847b6-e1e7-4052-8ebb-c9d5002f7d8d","type":"any","value":"4","key":"id"}]}},"response":[{"id":"5d2ad334-7b64-4f21-acf6-94feadd7be03","name":"Detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/roles/:id","host":["http://localhost:8000"],"path":["api","v1","roles",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 10:25:19 GMT"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Super Hadmin\",\n        \"permissions\": [\n            \"roles.create\",\n            \"roles.update\"\n        ]\n    },\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"189b7d9b-5d62-44ca-915c-b8e08c0dad75"},{"name":"Create","id":"ba351930-9438-4e42-9d68-7a6b52005aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Super Admina\",\r\n    \"permissions\": [\"roles.browse\", \"roles.create\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","roles"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"d3f4c289-fc30-479d-8ae9-232f4390675a","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Super Admina\",\r\n    \"permissions\": [\"roles.browse\", \"roles.create\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/roles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 12:35:25 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 7,\n        \"name\": \"Super Admina\",\n        \"permissions\": [\n            \"roles.browse\",\n            \"roles.create\"\n        ]\n    },\n    \"message\": \"Role created successfully\",\n    \"errors\": null\n}"}],"_postman_id":"ba351930-9438-4e42-9d68-7a6b52005aa6"},{"name":"Update","id":"6c220087-3111-4a0f-99c2-304ada5742b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Super Admin\",\r\n    \"permissions\": [\r\n        \"roles.browse\",\r\n        \"roles.create\",\r\n        \"roles.delete\",\r\n        \"roles.detail\",\r\n        \"roles.update\",\r\n        \"users.browse\",\r\n        \"users.create\",\r\n        \"users.delete\",\r\n        \"users.detail\",\r\n        \"users.update\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/roles/:role","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","roles",":role"],"host":["http://localhost:8000"],"query":[],"variable":[{"id":"519b385f-a0d6-4bc3-8755-4c30e7f986ca","type":"string","value":"4","key":"role"}]}},"response":[{"id":"d56c1d5e-58a0-42c9-8984-8739fffdf628","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Super Hadmin\",\r\n    \"permissions\": [\r\n        \"roles.create\",\r\n        \"roles.update\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/v1/roles/:role","host":["http://localhost:8000"],"path":["api","v1","roles",":role"],"variable":[{"key":"role","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 10:22:40 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Super Hadmin\",\n        \"permissions\": [\n            \"roles.create\",\n            \"roles.update\"\n        ]\n    },\n    \"message\": \"Role updated successfully\",\n    \"errors\": null\n}"}],"_postman_id":"6c220087-3111-4a0f-99c2-304ada5742b3"},{"name":"Delete","id":"0a09c86d-039c-4969-8d4d-7b13aa2deb6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/roles/:role","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","roles",":role"],"host":["http://localhost:8000"],"query":[],"variable":[{"id":"4399eaed-022f-4f70-af56-db6cf708fec3","type":"any","value":"7","key":"role"}]}},"response":[{"id":"7ccd02bb-7cd3-49c6-908b-e595919882a1","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8000/api/v1/roles/:role","host":["http://localhost:8000"],"path":["api","v1","roles",":role"],"variable":[{"key":"role","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 10:28:16 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Role deleted successfully\",\n    \"errors\": null\n}"}],"_postman_id":"0a09c86d-039c-4969-8d4d-7b13aa2deb6e"},{"name":"Available Permissions","id":"5fb6c090-6113-4235-ad6e-6c1bdf8da183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/permissions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","permissions"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"308c0fb2-d4b5-4631-b4ad-33e81a11b919","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 08:41:52 GMT"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"roles.browse\",\n        \"roles.create\",\n        \"roles.delete\",\n        \"roles.detail\",\n        \"roles.update\"\n    ],\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"5fb6c090-6113-4235-ad6e-6c1bdf8da183"}],"id":"a2c618f4-249f-4771-a725-99080591787f","_postman_id":"a2c618f4-249f-4771-a725-99080591787f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}}},{"name":"Account","item":[{"name":"Profile","id":"fe60b8e1-8a77-48f6-bdbb-ddd59667730e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/account/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","account","profile"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"623a23df-679d-411f-9cc3-138b1ef1a353","name":"Profile","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/account/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Jun 2025 16:58:25 GMT"},{"key":"Content-Length","value":"210"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Adminudin\",\n        \"username\": \"admin\",\n        \"email\": \"admin@demo.com\",\n        \"email_verified_at\": \"2025-06-15T11:48:20.106594+07:00\",\n        \"email_verified\": true,\n        \"roles\": [\n            \"Super Admin\"\n        ]\n    },\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"fe60b8e1-8a77-48f6-bdbb-ddd59667730e"},{"name":"Update Profile","id":"9473104f-80bb-47f5-aab6-ce561440a257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Admin","type":"text","uuid":"f65668e2-3c53-4206-a56a-1953b2eab9e4"},{"key":"username","value":"admin","type":"text","uuid":"c5e557c0-0f11-45cf-91f8-d8d4a49923a3"}]},"url":"http://localhost:8000/api/v1/account/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","account","profile"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"36369db7-342a-41f3-9b54-722314b462ba","name":"Update Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Admin","type":"text","uuid":"f65668e2-3c53-4206-a56a-1953b2eab9e4"},{"key":"username","value":"admin","type":"text","uuid":"c5e557c0-0f11-45cf-91f8-d8d4a49923a3"}]},"url":"http://localhost:8000/api/v1/account/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 04:42:42 GMT"},{"key":"Content-Length","value":"195"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Admin\",\n        \"username\": \"admin\",\n        \"email\": \"admin@demo.com\",\n        \"email_verified_at\": \"2025-06-15T11:48:20.106594+07:00\",\n        \"email_verified\": true,\n        \"roles\": null\n    },\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"9473104f-80bb-47f5-aab6-ce561440a257"},{"name":"Update Password","id":"493ba8b6-be10-4825-a419-544a37aeb22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"password","value":"hehehe","type":"text","uuid":"118c451a-de3e-4af6-9247-35438c68d560"},{"key":"new_password","value":"huahua123","type":"text","uuid":"0d53fe18-b8bc-4f1e-9046-e6479d56c368"}]},"url":"http://localhost:8000/api/v1/account/password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","account","password"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"81db7a9c-dae2-4c77-9c1a-fafa9bb4c695","name":"Update Password","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"password","value":"hehehe","type":"text","uuid":"118c451a-de3e-4af6-9247-35438c68d560"},{"key":"new_password","value":"huahua123","type":"text","uuid":"0d53fe18-b8bc-4f1e-9046-e6479d56c368"}]},"url":"http://localhost:8000/api/v1/account/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 04:51:55 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Password updated successfully\",\n    \"errors\": null\n}"}],"_postman_id":"493ba8b6-be10-4825-a419-544a37aeb22d"},{"name":"Account Permission","id":"98fbb4c4-cb4c-4e76-a5d6-373969acda5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/account/permissions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}},"urlObject":{"path":["api","v1","account","permissions"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"e008a8b8-d800-4b6c-9e7b-1fe400620a8c","name":"Account Permission","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/account/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 04:54:55 GMT"},{"key":"Content-Length","value":"189"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"users.delete\",\n        \"users.browse\",\n        \"roles.delete\",\n        \"users.update\",\n        \"roles.detail\",\n        \"roles.update\",\n        \"roles.create\",\n        \"users.detail\",\n        \"users.create\",\n        \"roles.browse\"\n    ],\n    \"message\": \"OK\",\n    \"errors\": null\n}"}],"_postman_id":"98fbb4c4-cb4c-4e76-a5d6-373969acda5f"}],"id":"d2b78e5b-a38e-4c72-aa75-a35b0f70e025","_postman_id":"d2b78e5b-a38e-4c72-aa75-a35b0f70e025","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]},"isInherited":true,"source":{"_postman_id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","id":"6fcce1d6-ab63-428e-b45f-3f3a52fea88f","name":"Go StarterKit","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo"}]}},"event":[{"listen":"prerequest","script":{"id":"e494bbf2-0dd3-4d58-a992-a47dabbe772c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d299c149-5bc8-402f-9ebd-4c548a0a89ef","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:8000","type":"string"},{"key":"accessToken","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluNEBkZW1vLmNvbSIsImV4cCI6MTc0OTk3OTU5MywiaWF0IjoxNzQ5ODkzMTkzLCJpZCI6NiwibmFtZSI6IkFkbWludWRpbiIsInN1YiI6Nn0.iAC3bmZYZ0DRI1Wh1G5Bz58BbMGWB_8DWebZiLAe8Mo","type":"string"}]}