{"info":{"_postman_id":"43515ec8-2fdf-42de-b415-3dabac92b7bc","name":"go-template","description":"<html><head></head><body><p>This basic REST API service uses the main features of Golang: user, log, translate message and auth with bearer tokens</p>\n<p><a href=\"https://github.com/adamnasrudin03/go-template?tab=readme-ov-file\">this repository project</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10619265","collectionId":"43515ec8-2fdf-42de-b415-3dabac92b7bc","publishedId":"2sA3Qzaooy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-06T06:07:07.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"c8673bfc-43f3-4f04-a80f-9be3cc4ae53b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4ef61094-b9b5-4ce5-bdbb-8fc25e70cdf8","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"super-admin\",\n\t\"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-in","description":"<p>Login</p>\n","urlObject":{"path":["auth","sign-in"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"df8ddf74-4c9f-4ce1-a743-3df9dd6a655b","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"super-admin\",\n\t\"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-in"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:03:38 GMT"},{"key":"Content-Length","value":"335"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODI2MjIxOCwianRpIjoiMSIsImlhdCI6MTcxNzY1NzQxOCwibmJmIjoxNzE3NjU3NDE4fQ.XK_wvAimbgD1vlguXRs2aSnyf8bbMY5CB9V3ruxJrjQ\"\n    }\n}"},{"id":"32607030-44f3-4b35-b630-7a9796d0e930","name":"incorect password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"super-admin\",\n\t\"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-in"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:04:17 GMT"},{"key":"Content-Length","value":"100"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request\",\n    \"code\": 15,\n    \"message\": {\n        \"id\": \"Kata Sandi tidak valid\",\n        \"en\": \"Invalid Password\"\n    }\n}"}],"_postman_id":"4ef61094-b9b5-4ce5-bdbb-8fc25e70cdf8"},{"name":"Register  user or admin","event":[{"listen":"test","script":{"id":"44dfeea4-a282-4841-88ec-65030325ee1a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c150d7d5-a539-4b38-a385-961168852833","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Adam admin 12\",\n\t\"username\": \"admin-adam12\",\n\t\"email\": \"admin12@gmail.com\",\n\t\"role\": \"ADMIN\",\n\t\"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/root/auth/sign-up","description":"<p>Auth:</p>\n<ul>\n<li>auth with beare token user role ROOT / super admin</li>\n</ul>\n<p>Dec:</p>\n<ul>\n<li>Register new user, custom user role ADMIN or USER</li>\n</ul>\n","urlObject":{"path":["root","auth","sign-up"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"afae4404-9709-4daa-8030-8f668d32e8aa","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Adam admin 1\",\n\t\"username\": \"admin-adam1\",\n\t\"email\": \"admin1@gmail.com\",\n\t\"role\": \"ADMIN\",\n\t\"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/root/auth/sign-up"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:05:30 GMT"},{"key":"Content-Length","value":"253"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Created\",\n    \"data\": {\n        \"id\": 9,\n        \"name\": \"Adam admin 1\",\n        \"role\": \"admin\",\n        \"username\": \"admin-adam1\",\n        \"email\": \"admin1@gmail.com\",\n        \"created_by\": 1,\n        \"created_at\": \"2024-06-06T14:05:30.3125805+07:00\",\n        \"updated_by\": 1,\n        \"updated_at\": \"2024-06-06T14:05:30.3125805+07:00\"\n    }\n}"},{"id":"5d50c2b3-727f-4a52-ac5b-1f50ca3a2ddd","name":"email registered","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Adam admin 1\",\n\t\"username\": \"admin-adam1\",\n\t\"email\": \"admin1@gmail.com\",\n\t\"role\": \"ADMIN\",\n\t\"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/root/auth/sign-up"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:05:48 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Conflict\",\n    \"code\": 13,\n    \"message\": {\n        \"id\": \"Surel Sudah Terdafar\",\n        \"en\": \"Email Already Registered\"\n    }\n}"},{"id":"25059ca8-b7bb-4c7e-a789-5ea2d4cd99c3","name":"err params","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Adam admin 1\",\n\t\"username\": \"admin-adam1\",\n\t\"email\": \"admin1@gmail.com\",\n\t\"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/root/auth/sign-up"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:22:42 GMT"},{"key":"Content-Length","value":"95"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request\",\n    \"code\": 15,\n    \"message\": {\n        \"id\": \"Peran harus diisi\",\n        \"en\": \"Role is required\"\n    }\n}"}],"_postman_id":"c150d7d5-a539-4b38-a385-961168852833"},{"name":"Register user","event":[{"listen":"test","script":{"id":"29bec422-11b6-44e4-a72c-1be0bdfaa3ad","exec":[""],"type":"text/javascript","packages":{}}}],"id":"13c91aa3-a8de-4d9e-9b84-dc2f12a4c83f","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"User new13\",\n  \"email\": \"user-new13@gmail.com\",\n  \"username\": \"user-new13\",\n  \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-up","description":"<p>Auth:</p>\n<ul>\n<li>No auth</li>\n</ul>\n<p>Dec:</p>\n<ul>\n<li>Register new user, Role = USER</li>\n</ul>\n","urlObject":{"path":["auth","sign-up"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6cf95f36-f5ec-4532-88e2-17688de0ab4b","name":"email registered","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"USER Adam\",\n  \"email\": \"user-adam1@gmail.com\",\n  \"username\": \"user-adam1\",\n  \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-up"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:06:18 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Conflict\",\n    \"code\": 13,\n    \"message\": {\n        \"id\": \"Surel Sudah Terdafar\",\n        \"en\": \"Email Already Registered\"\n    }\n}"},{"id":"fce7aa96-6527-47ae-9494-5f90178b48b4","name":"username registered","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"User new\",\n  \"email\": \"user-new1@gmail.com\",\n  \"username\": \"user-adam1\",\n  \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-up"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:06:55 GMT"},{"key":"Content-Length","value":"109"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Conflict\",\n    \"code\": 13,\n    \"message\": {\n        \"id\": \"Username Sudah Terdafar\",\n        \"en\": \"Username Already Registered\"\n    }\n}"},{"id":"1014446d-214b-450e-8cbf-4c5ee16fb75f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"User new\",\n  \"email\": \"user-new1@gmail.com\",\n  \"username\": \"user-new1\",\n  \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-up"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:07:14 GMT"},{"key":"Content-Length","value":"248"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Created\",\n    \"data\": {\n        \"id\": 10,\n        \"name\": \"User new\",\n        \"role\": \"user\",\n        \"username\": \"user-new1\",\n        \"email\": \"user-new1@gmail.com\",\n        \"created_by\": 0,\n        \"created_at\": \"2024-06-06T14:07:14.645159+07:00\",\n        \"updated_by\": 0,\n        \"updated_at\": \"2024-06-06T14:07:14.645159+07:00\"\n    }\n}"},{"id":"b0883fc5-debf-4708-9e46-6030970a891d","name":"err validation params","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"User new\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/auth/sign-up"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:21:37 GMT"},{"key":"Content-Length","value":"190"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request\",\n    \"code\": 15,\n    \"message\": {\n        \"id\": \"Email diperlukan, Nama pengguna diperlukan, Kata sandi diperlukan.\",\n        \"en\": \"Email is required, Username is required, Password is required.\"\n    }\n}"}],"_postman_id":"13c91aa3-a8de-4d9e-9b84-dc2f12a4c83f"}],"id":"67d11f95-5969-4be5-9ac7-fb03737c7550","_postman_id":"67d11f95-5969-4be5-9ac7-fb03737c7550","description":""},{"name":"Users","item":[{"name":"Detail using token","event":[{"listen":"test","script":{"id":"27db3e69-0575-4ce4-92bc-55b49f3fe744","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8c2a2e6c-daee-4a01-b7f1-dcd2e652c43a","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/%20","description":"<p>Login</p>\n","urlObject":{"path":["users","%20"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"77603dda-dbca-48b7-b812-70db8f71e841","name":"Success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/%20"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:07:30 GMT"},{"key":"Content-Length","value":"253"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Super Admin\",\n        \"role\": \"root\",\n        \"username\": \"super-admin\",\n        \"email\": \"superadmin@gmail.com\",\n        \"created_by\": 0,\n        \"created_at\": \"2024-05-28T10:28:44.325165+07:00\",\n        \"updated_by\": 0,\n        \"updated_at\": \"2024-05-28T10:28:44.325165+07:00\"\n    }\n}"}],"_postman_id":"8c2a2e6c-daee-4a01-b7f1-dcd2e652c43a"},{"name":"List","event":[{"listen":"test","script":{"id":"48b5edbd-ae66-45cc-8c33-81d3e4811653","exec":[""],"type":"text/javascript","packages":{}}}],"id":"940607b8-dbff-40e5-94c3-bc6c1e2d3dc6","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users?page=1&limit=10&order_by=DESC&sort_by=created_at&search= &role=user","description":"<p>Login</p>\n","urlObject":{"path":["users"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"order_by","value":"DESC"},{"key":"sort_by","value":"created_at"},{"key":"search","value":" "},{"key":"role","value":"user"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"38fb6d63-4a3a-42eb-b656-5f85c9e86b24","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/users?page=1&limit=10&order_by=DESC&sort_by=created_at&search= &role=user","host":["http://localhost:8000/api/v1"],"path":["users"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"order_by","value":"DESC"},{"key":"sort_by","value":"created_at"},{"key":"search","value":" "},{"key":"role","value":"user"},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 08:06:54 GMT"},{"key":"Content-Length","value":"652"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total_records\": 3\n    },\n    \"data\": [\n        {\n            \"id\": 10,\n            \"name\": \"User new\",\n            \"role\": \"USER\",\n            \"username\": \"user-new1\",\n            \"email\": \"user-new1@gmail.com\",\n            \"created_at\": \"2024-06-06T14:07:14.645159+07:00\",\n            \"updated_at\": \"2024-06-06T14:07:14.645159+07:00\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"USER Adam\",\n            \"role\": \"USER\",\n            \"username\": \"user-adam1\",\n            \"email\": \"user-adam1@gmail.com\",\n            \"created_at\": \"2024-05-28T10:58:34.830909+07:00\",\n            \"updated_at\": \"2024-05-28T12:53:12.379843+07:00\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"USER Adam\",\n            \"role\": \"USER\",\n            \"username\": \"user-adam\",\n            \"email\": \"user-adam2@gmail.com\",\n            \"created_at\": \"2024-05-28T10:56:14.381856+07:00\",\n            \"updated_at\": \"2024-05-28T10:56:14.381856+07:00\"\n        }\n    ]\n}"}],"_postman_id":"940607b8-dbff-40e5-94c3-bc6c1e2d3dc6"},{"name":"Detail with param id","event":[{"listen":"test","script":{"id":"d02cdc58-73f4-4c69-b3e6-dcfc60d4e82a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9faa7e90-9d55-48f1-b1e4-bd95d9ec2398","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/:id","description":"<p>Login</p>\n","urlObject":{"path":["users",":id"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[{"type":"any","value":"8","key":"id"}]}},"response":[{"id":"3e125d6a-95ef-430d-ab8c-01765e5e4059","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/users/:id","host":["http://localhost:8000/api/v1"],"path":["users",":id"],"variable":[{"key":"id","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:07:56 GMT"},{"key":"Content-Length","value":"250"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"id\": 6,\n        \"name\": \"USER Adam\",\n        \"role\": \"user\",\n        \"username\": \"user-adam1\",\n        \"email\": \"user-adam1@gmail.com\",\n        \"created_by\": 0,\n        \"created_at\": \"2024-05-28T10:58:34.830909+07:00\",\n        \"updated_by\": 1,\n        \"updated_at\": \"2024-05-28T12:53:12.379843+07:00\"\n    }\n}"},{"id":"11d07f46-f2ca-415f-852f-9ef70a7b68dd","name":"not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/users/:id","host":["http://localhost:8000/api/v1"],"path":["users",":id"],"variable":[{"key":"id","value":"60"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:08:34 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Not Found\",\n    \"code\": 16,\n    \"message\": {\n        \"id\": \"Data Pengguna tidak ditemukan\",\n        \"en\": \"Data User not found\"\n    }\n}"}],"_postman_id":"9faa7e90-9d55-48f1-b1e4-bd95d9ec2398"},{"name":"change password","event":[{"listen":"test","script":{"id":"a21ece52-036f-4bc0-8827-774fa3789cd5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d65225a7-331c-4a4c-9136-b4ec4b2808c9","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"password123\",\n  \"new_password\": \"rahasia123\",\n  \"confirm_password\": \"rahasia123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/change-password/:id","description":"<p>Login</p>\n","urlObject":{"path":["users","change-password",":id"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[{"type":"any","value":"8","key":"id"}]}},"response":[{"id":"96a7048f-2958-49f4-8feb-5a3942814513","name":"old pass worng","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"password123\",\n  \"new_password\": \"rahasia123\",\n  \"confirm_password\": \"rahasia123\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/v1/users/change-password/:id","host":["http://localhost:8000/api/v1"],"path":["users","change-password",":id"],"variable":[{"key":"id","value":"5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:09:53 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request\",\n    \"code\": 15,\n    \"message\": {\n        \"id\": \"Kata sandi tidak sesuai\",\n        \"en\": \"Password not match\"\n    }\n}"},{"id":"2d497a9c-7e8b-49d7-87bd-d9ef2f03c191","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"password123\",\n  \"new_password\": \"rahasia123\",\n  \"confirm_password\": \"rahasia123\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/v1/users/change-password/:id","host":["http://localhost:8000/api/v1"],"path":["users","change-password",":id"],"variable":[{"key":"id","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:10:21 GMT"},{"key":"Content-Length","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Password has been changed\"\n}"}],"_postman_id":"d65225a7-331c-4a4c-9136-b4ec4b2808c9"},{"name":"Update","event":[{"listen":"test","script":{"id":"11525fb8-9723-46b5-983b-66fd91a58362","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c946275b-f84c-4a40-8211-9cf0b6a64ab8","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adam admin 4\",\n    \"username\": \"user-adam4\",\n    \"email\": \"admin2@gmail.com\",\n\t\"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/:id","description":"<p>Login</p>\n","urlObject":{"path":["users",":id"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[{"type":"any","value":"8","key":"id"}]}},"response":[{"id":"50dbe65c-1334-485f-91b2-a5454a604583","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adam admin 4\",\n    \"username\": \"user-adam4\",\n    \"email\": \"admin4@gmail.com\",\n\t\"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/v1/users/:id","host":["http://localhost:8000/api/v1"],"path":["users",":id"],"variable":[{"key":"id","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:20:00 GMT"},{"key":"Content-Length","value":"261"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"id\": 8,\n        \"name\": \"Adam admin 4\",\n        \"role\": \"admin4@gmail.com\",\n        \"username\": \"user-adam4\",\n        \"email\": \"admin4@gmail.com\",\n        \"created_by\": 1,\n        \"created_at\": \"2024-06-05T09:25:09.970222+07:00\",\n        \"updated_by\": 1,\n        \"updated_at\": \"2024-06-06T14:20:00.204465+07:00\"\n    }\n}"},{"id":"cb586a9f-c8c8-45b7-baad-9372465daf77","name":"email is exist","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adam admin 4\",\n    \"username\": \"user-adam4\",\n    \"email\": \"admin1@gmail.com\",\n\t\"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/v1/users/:id","host":["http://localhost:8000/api/v1"],"path":["users",":id"],"variable":[{"key":"id","value":"8"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:20:57 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Conflict\",\n    \"code\": 13,\n    \"message\": {\n        \"id\": \"Surel Sudah Terdafar\",\n        \"en\": \"Email Already Registered\"\n    }\n}"}],"_postman_id":"c946275b-f84c-4a40-8211-9cf0b6a64ab8"},{"name":"Send verified otp","id":"a0c63642-68e9-45a9-b1c3-ffbe674f98a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/send-email-verify","urlObject":{"path":["users","send-email-verify"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4e76ac77-3749-400d-814e-0ed482a9495b","name":"Success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/send-email-verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 14 Jun 2024 08:16:01 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"request_id\": \"019015d1-3cef-7e4d-9588-bbc91f976bef\"\n    }\n}"}],"_postman_id":"a0c63642-68e9-45a9-b1c3-ffbe674f98a4"},{"name":"Verified Email","id":"8e2597b0-645e-4be5-be02-b8e2b9296e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"019019e0-4486-754c-8734-e73f886afb42\",\r\n    \"otp\": \"911395\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/verified-email","urlObject":{"path":["users","verified-email"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1a6d8ccb-c1fa-4c6c-8266-1aa1f30537e1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"019015d1-3cef-7e4d-9588-bbc91f976bef\",\r\n    \"otp\": \"459784\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/verified-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 14 Jun 2024 08:17:41 GMT"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Success Verified Email\"\n}"},{"id":"435bb316-4b62-4b49-b20e-e6183e7af095","name":"Invalid Otp","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"019015d1-3cef-7e4d-9588-bbc91f976bef\",\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/verified-email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 14 Jun 2024 08:18:36 GMT"},{"key":"Content-Length","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request\",\n    \"code\": 15,\n    \"message\": {\n        \"id\": \"Kode OTP tidak valid\",\n        \"en\": \"Invalid OTP code\"\n    }\n}"}],"_postman_id":"8e2597b0-645e-4be5-be02-b8e2b9296e75"},{"name":"Request reset password","id":"53f3286e-e380-4220-bb64-93f941907374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/request-reset-password/:user_id","urlObject":{"path":["users","request-reset-password",":user_id"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"user_id"}]}},"response":[{"id":"4a2c447f-33c4-4199-9fbf-65f04eaedb69","name":"Failed send email","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/users/request-reset-password/:user_id","host":["http://localhost:8000/api/v1"],"path":["users","request-reset-password",":user_id"],"variable":[{"key":"user_id","value":"1"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 15 Jun 2024 03:11:43 GMT"},{"key":"Content-Length","value":"111"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unprocessable Entity\",\n    \"code\": 12,\n    \"message\": {\n        \"id\": \"Gagal mengirim surel\",\n        \"en\": \"Failed to send email\"\n    }\n}"}],"_postman_id":"53f3286e-e380-4220-bb64-93f941907374"},{"name":"Validate Reset Password","id":"41c8b036-45d7-403d-9f51-4f384d832b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"019019e1-1abf-748a-afaa-16431fbe0805\",\r\n    \"otp\": \"230981\",\r\n    \"new_password\": \"rahasia123\",\r\n    \"confirm_password\": \"rahasia123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/validate-reset-password/:user_id","urlObject":{"path":["users","validate-reset-password",":user_id"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"user_id"}]}},"response":[{"id":"c8b35a89-754a-44e2-a35f-796186da6e87","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"019019e1-1abf-748a-afaa-16431fbe0805\",\r\n    \"otp\": \"230981\",\r\n    \"new_password\": \"rahasia123\",\r\n    \"confirm_password\": \"rahasia123\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/v1/users/validate-reset-password/:user_id","host":["http://localhost:8000/api/v1"],"path":["users","validate-reset-password",":user_id"],"variable":[{"key":"user_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 15 Jun 2024 03:13:26 GMT"},{"key":"Content-Length","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Reset Password Successfully\"\n}"}],"_postman_id":"41c8b036-45d7-403d-9f51-4f384d832b41"}],"id":"c1f13533-babc-4dcf-891f-8403ef2a8531","_postman_id":"c1f13533-babc-4dcf-891f-8403ef2a8531","description":""},{"name":"Log","item":[{"name":"List","event":[{"listen":"test","script":{"id":"a0b3d781-f10d-4736-a97d-6f337f21f3b2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9df7155f-8658-4982-bc35-a671c8e6a48c","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/logs?page=1&limit=20&sort_by=created_at&order_by=desc","description":"<p>Login</p>\n","urlObject":{"path":["logs"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"sort_by","value":"created_at"},{"key":"order_by","value":"desc"}],"variable":[]}},"response":[{"id":"f10dbbb5-94fe-4727-a5f6-354d479c9d1a","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/logs?page=1&limit=20&sort_by=action&order_by=asc","host":["http://localhost:8000/api/v1"],"path":["logs"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"sort_by","value":"action"},{"key":"order_by","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Jun 2024 07:12:01 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 20,\n        \"total_records\": 17\n    },\n    \"data\": [\n        {\n            \"id\": 3,\n            \"date_time\": \"0001-01-01T00:00:00Z\",\n            \"name\": \"Registered user Adam admin 2(admin3@gmail.com) with admin role\",\n            \"action\": \"Created\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-05-30T14:59:36.598941+07:00\",\n            \"updated_at\": \"2024-05-30T14:59:36.598941+07:00\"\n        },\n        {\n            \"id\": 12,\n            \"date_time\": \"2024-06-06T14:05:30.325181+07:00\",\n            \"name\": \"Registered user Adam admin 1(admin1@gmail.com) with admin role\",\n            \"action\": \"Created\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:05:30.391969+07:00\",\n            \"updated_at\": \"2024-06-06T14:05:30.391969+07:00\"\n        },\n        {\n            \"id\": 4,\n            \"date_time\": \"2024-06-05T17:48:53.723957+07:00\",\n            \"name\": \"Login user Super Admin(superadmin@gmail.com)\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T17:48:53.792204+07:00\",\n            \"updated_at\": \"2024-06-05T17:48:53.792204+07:00\"\n        },\n        {\n            \"id\": 5,\n            \"date_time\": \"2024-06-05T17:50:18.302537+07:00\",\n            \"name\": \"Read data user with id 2\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T17:50:18.3749+07:00\",\n            \"updated_at\": \"2024-06-05T17:50:18.3749+07:00\"\n        },\n        {\n            \"id\": 6,\n            \"date_time\": \"2024-06-05T18:18:16.606074+07:00\",\n            \"name\": \"Login user Super Admin(superadmin@gmail.com)\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T18:18:16.674695+07:00\",\n            \"updated_at\": \"2024-06-05T18:18:16.674695+07:00\"\n        },\n        {\n            \"id\": 7,\n            \"date_time\": \"2024-06-05T20:52:26.042682+07:00\",\n            \"name\": \"Read data user with id 1\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T20:56:30.381194+07:00\",\n            \"updated_at\": \"2024-06-05T20:56:30.381194+07:00\"\n        },\n        {\n            \"id\": 8,\n            \"date_time\": \"2024-06-05T20:53:34.050131+07:00\",\n            \"name\": \"Read data user with id 6\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T20:56:30.403366+07:00\",\n            \"updated_at\": \"2024-06-05T20:56:30.403366+07:00\"\n        },\n        {\n            \"id\": 9,\n            \"date_time\": \"2024-06-05T20:53:46.770173+07:00\",\n            \"name\": \"Read data user with id 6\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T20:56:30.409164+07:00\",\n            \"updated_at\": \"2024-06-05T20:56:30.409164+07:00\"\n        },\n        {\n            \"id\": 10,\n            \"date_time\": \"2024-06-05T20:54:09.363494+07:00\",\n            \"name\": \"Read data user with id 1\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-05T20:56:30.416071+07:00\",\n            \"updated_at\": \"2024-06-05T20:56:30.416071+07:00\"\n        },\n        {\n            \"id\": 11,\n            \"date_time\": \"2024-06-06T14:03:38.507644+07:00\",\n            \"name\": \"Login user Super Admin(superadmin@gmail.com)\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:03:38.600542+07:00\",\n            \"updated_at\": \"2024-06-06T14:03:38.600542+07:00\"\n        },\n        {\n            \"id\": 14,\n            \"date_time\": \"2024-06-06T14:07:30.194852+07:00\",\n            \"name\": \"Read data user with id 1\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:07:30.26165+07:00\",\n            \"updated_at\": \"2024-06-06T14:07:30.26165+07:00\"\n        },\n        {\n            \"id\": 15,\n            \"date_time\": \"2024-06-06T14:07:48.945943+07:00\",\n            \"name\": \"Read data user with id 5\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:07:49.010965+07:00\",\n            \"updated_at\": \"2024-06-06T14:07:49.010965+07:00\"\n        },\n        {\n            \"id\": 16,\n            \"date_time\": \"2024-06-06T14:07:56.556133+07:00\",\n            \"name\": \"Read data user with id 6\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:07:56.623494+07:00\",\n            \"updated_at\": \"2024-06-06T14:07:56.623494+07:00\"\n        },\n        {\n            \"id\": 17,\n            \"date_time\": \"2024-06-06T14:08:34.676953+07:00\",\n            \"name\": \"Read data user with id 60\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:08:34.75174+07:00\",\n            \"updated_at\": \"2024-06-06T14:08:34.75174+07:00\"\n        },\n        {\n            \"id\": 1,\n            \"date_time\": \"0001-01-01T00:00:00Z\",\n            \"name\": \"Read data user with id 2\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-05-30T14:58:31.47477+07:00\",\n            \"updated_at\": \"2024-05-30T14:58:31.47477+07:00\"\n        },\n        {\n            \"id\": 2,\n            \"date_time\": \"0001-01-01T00:00:00Z\",\n            \"name\": \"Read data user with id 6\",\n            \"action\": \"Read\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-05-30T14:59:01.234438+07:00\",\n            \"updated_at\": \"2024-05-30T14:59:01.234438+07:00\"\n        },\n        {\n            \"id\": 18,\n            \"date_time\": \"2024-06-06T14:10:21.472958+07:00\",\n            \"name\": \"Change Password User Adam admin 4(admin4@gmail.com)\",\n            \"action\": \"Updated\",\n            \"user_id\": 1,\n            \"user_name\": \"Super Admin\",\n            \"created_at\": \"2024-06-06T14:10:21.541559+07:00\",\n            \"updated_at\": \"2024-06-06T14:10:21.541559+07:00\"\n        }\n    ]\n}"}],"_postman_id":"9df7155f-8658-4982-bc35-a671c8e6a48c"},{"name":"download","event":[{"listen":"test","script":{"id":"a0b3d781-f10d-4736-a97d-6f337f21f3b2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b002166a-da47-4639-9697-23b8f40dc439","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/logs/download?page=1&limit=20&sort_by=action&order_by=asc","description":"<p>Login</p>\n","urlObject":{"path":["logs","download"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"sort_by","value":"action"},{"key":"order_by","value":"asc"}],"variable":[]}},"response":[{"id":"e83dac6b-b3fe-4edf-b209-00748782946c","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/logs/download?page=1&limit=20&sort_by=action&order_by=asc","host":["http://localhost:8000/api/v1"],"path":["logs","download"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"sort_by","value":"action"},{"key":"order_by","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Description","value":"File Transfer"},{"key":"Content-Disposition","value":"attachment; filename=activity-history-676809115478.xlsx"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Date","value":"Tue, 11 Jun 2024 07:54:38 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml��ώ�0\u0010��<E�+���\u0010J�\u0007�\u001ca%�\u00070�$�j{��ْ}{�d���E-�%s�|��>M��N)V; \u000e�[u�7���Ї<���������^5��\u0005��R�ܪQ��7��\bɲ�\u0002yJ�GJVX#\r�X��\u0003�7��[�0\u000bd�e�P]�\u0011z�\u0010��4\t�K\u0010YU\u001f�ř�*[J\f�J�lvٿ��O\u0004M\u0010�\u001d\u001eC��S��k�\u0013� j^9Nz\u0019�u\u0007D�CugI��\u0004�2S42B��y���x�\u001d�>8��\u001e\u0012d�K�^}\u000f<�fy��\u0017C�\u0010X�#����Г\u001d~\"m n�m1O�lȧ�xtw���-�b\u0015�Oă�\u000ba\u0001�pf\u001f�<�e\\~\u0013\u0016���s/\u000e\t�W�Z����\u0006���\u0013\ny��������Y�Sݯ\u0000\u0000\u0000��PK\u0007\b���|U\u0001\u0000\u0000�\u0004\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels���J�0\u0010\u0006���)B��t�\u000f\"��^D؛H}��L��$\u0013&�Ʒ\u0017��Ŋ�80|ߏ�x�1�\u0017��1i�oZ) Yt>�Z>�w�ky��\u001d\u001f \u0018����s\u00115�T����R�N\u0010Mi0C�1\fH�pi�F����\b�жW�.3d��\u0014g�%��)zC#��\u000e�=a.����\u0018���2��\u0015��[�E�\u001c!�J��ʐ\u001c�]&�@��\u0003�.E�Ê�\"�6�ϳ�\bl�a󙺙���ՠ^��'�y\u001b����\u001f�e��t�\u0001\u0000\u0000��PK\u0007\b��{��\u0000\u0000\u0000d\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xml��?K\u00041\u0010\u0005��O�����B���\u0010��Z��K2{7�̄�xD?���Y[>\u001e�x�\u001fz��\u0019������\r�Q\u0012�qv�����\u001diR�\u0019�\u000e�d�ٝ��\u001e@�\t˪�T�^�&�����#ȶQ�\u0007��\u0005��f�n\u0001�!'L��\u000b�\u001fq���I��>}[>*�\u000b~\u0011[�B\u0005���\u0012�}���j$\u001c�ex�\u00113}��������\u0015\u0000\u0000��PK\u0007\b�8 \t�\u0000\u0000\u0000 \u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml��MK\u00031\u0010����%��ɶP4��A�IA��x\u000bɴ\rn>HR7�{��V�M�i�g\u001e�$|QlW}aLƻ9i\u001bJ*t�k�6s�Zַd!n�\nL����\u0007��`���\\b*��6��\u0000�ڢ���\u0001]���G+sj|�@��Sn\u0010&���b�Zf\t{a\u001dF#9*�\u001a�a\u0017�A�\u0015`�\u0016]N�6-�ٌѦ�\u000bCrAZ��\u0003^EO�H�dF�����\u000e��\u0016ޟ\u001e_���ƥ,�B\"�VLE��GQv�p�\u0018�c��\u0000uU�a�.��mz��Z\u0012������lE)\u001b����k�,�^�����$\u0010\u001c����\t\u0000\u0000��PK\u0007\bE�@�\u0010\u0001\u0000\u0000\u001c\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels�пj�@\u0010����\u0014��?G/!��^\u0013\u0002�&�\u0001\u0016\u001d�����L\u0012��\u0003\u0006�G����e��|��8y�>)����\"�AQhcg�P�{���\u0011����\u0016\u001b\u0003\u001b;���\u000b\\�\u0011\u0019�\u0010�5�5gq�0y���p\u0016Ӏ�n�z <��\u0003�u\u0003ꫦ:u\u0015�SW�jt\u001aH*���̆H\u0018��&�@5�����}o[z�퇧 7\u0004��\u0000�\u0012ט۴�Bc�8�=?�m��\u0005#�<���~���Mt��pr�F'��$�0��u�/�j��;\u0000\u0000��PK\u0007\bq��j�\u0000\u0000\u0000�\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml���o�0\u0010���WX<�\u000f\t��P��U��4M��j�Vp�Ul3l���\u0013�u\bC��\"E���>���HoϺ\u0004�e�5�\bma\u0004�9�\\��\u0010=>|�$�m�!u΃�.�;D'�+\u001e��x�Z����9����Zx��u\u0011���\"w')�.c\f�.�B�\b\u001cmc�!�(\u0002�Q�\u001ay�\u0012�R���g_�\u0016��4E�\u0018��>K�6�'4���]��\u0019�>i��ك�=(�s\u001f�V�=Z=��\u0014Ͼ\u0019\u0007\u001fT%Ǳ��ݳWO�\u000b7�b��\u0006�\r�\u0000Q�n8ٍ%��\u0014^���wY(�e-sи�O�Ag\u001a���w\r�(��k[\u0006.{\u001f�\rܵ> �\u0004�\u0001�z z\u000f�\u0001��4ጄ@\u0011t��\u0016����x��&v�:�A��)$ȅ\u0017=��A�\u0000�V*��/\u0018�@�!g��@2CC\u000b�\b'te�%W��%\t��f�\u0010N��\u001cI�\u0013\u000f*�е�`���|[�$y�%�:G�R\u000b�8\u001a,6�\u001fk�\b�9\n�ٌ���~�%�,�0�0h�ʧ�4����`�i��t���#���� �$\"v�g\u0003\u0000\u0000��PK\u0007\bu A��\u0001\u0000\u0000�\u0006\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml��]��8\u0017���_aq?\u0003N�L&\u0002���H���FjW�\u0003&��\u001f�6Y����+\u001b0d�d\\��\u0002��~�s|>pҏ�Qp�R\u0011��\b�'\u0011��\u0010%��,�����&���/U�D��\u0003�\u001a\u0000�(WYtк�Ʊ*\u000e�!u/j�\r���\fiu/�>V�ĨTv\u0014��\"I�1C�G-a��\u0010��*R�/�h\u0018溥`�1/qyWKQc�\tV=T̆\u0016�҂]@�\u0010b)�_��/�Y�\u0018_\u001c��\u001ePʹ�/�̓\u0004\u000b��k�`5�dG(ѧ�U��\fTI�^\"�C�\u001c�PQ���3�G�7�&sH5)t#q\u000f1�\f=r�W�\u000e�]�E�)�Dpu �W�\f\n��]�'�=*h�.�\u0018�\u0007o�\u0010�;9@� �{��$��)�\u0005m=C���|ٱ�>\u001cO8�\u0014R(Q��B��\"16\u0005��\u000bS\"l�\u001b��n[\u001a�\u0013�Ԣo�G�&G��Gv]O���х8b����Y��Ê�L��\u0015�[� _ykm\"�3���Z�\u0003ɰF%�(.\u0004ט�\u001f��G'�\u0017�N\b��~�7����\u001eC\u0005�?O�\u0003�V�\u0000�Pd��֒�\u001a=�*�_�!\u0013�\u0012/\u0012��\u0017\u001b�\f[P����\u001e�M�����\u0007��b�A�Hc�j2C-�L�{(d��\u001e�ǳ\u0005�p���\u0002&W\n��K4Mb�kC�P$\u0002�{����U�)\u0011��[@�0�e垅\"ζ��J\f\\�A^�\u0005&1��{\u0006\u0017sm\fa\fG66p5��5B\u0005&�\tg\u0019K|$��}@-f�V��\u0018`\u001ff��\u001e�a�\u0005z�\u0015�r����\u0001�\u001a`�a���|�\u0019�0�67�6\u0003��f��\u0000���4��p�v\u001c\u001c���\b7�\u0003x{ �Q$�&�k�Q,�N�#�\u0010\rpn4,��v}C:J\u0016\u001d�\u0015ۯ{.$�Q�E\u0005\\\u0002�b\u0002\u0010\\\u0002�R\u0000��:����T5p�\u000b�\n\u0004\f\\\u0001������H`�\u0002\u0018�\u0001\u0018�\u0004F���k`�\u00030r\u0003�|\u0004���\u0005ڋ�\nm_˒\u000ef�k�4\u0004L\u0000f\u0000;\u0002\u0001��z\u0006\u001e\u0003\u0018*FUts~�\b<\nX�?��B\u001c���|ۍ����\u0011h�P�=\u000e\u0007Bq�o;Ww�G\\��d�mH�E'��.I\u0012x׷�K��'��Jp�@!\u001a��h�\t�T�\u0002GD�\b�(Oc�+O\u000bA�\u0004��\u0019�\"'u�<���gD�N\u0012��\n�B��S�в�V`\u001bn���릲\u001dvoN��L�n*O+B�ք�<���X�'B)���0�E\\plq�\u000e\u0016�n�\f�Kt���[��M��N�\u0012K�&�{+�S�+���&��`uw-�<��u'�\u0016�ڰk��:���d��]C�i�)��O\u0014����7\u0015�\r{b�k�EI\u0004���&��k���G�Ʀ�\u001b5\"��\u0011z1\u000b\rLu6�[\u0004�>\u0001����'a\u0017�e�;�'J��\u001e���BT��F�(O�q�+��sڞY�K�u�,��\u001e��h\u0015��PM���\u000f\u0018�U��f���h\u0005y�m~>�6�@�+�P�L�B��Y4��Y��k��Gd���?.I�\\�氡�����\r\u0000\u0000��PK\u0007\b\fz��\u0004\u0000\u0000�\u0016\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000xl/theme/theme1.xml��o�6\u0014���+\b�W�?d�A�\"��vk�\u0016Mڡ�g���P�@�I|\u001b��.\u0003\u0006t�.\u0003v�a\u0018V`\u0005V�?&@���#\u0006�HL�\u0012\u0013�.V\fM\u000e���y��\u001e)�X�~�4a�HE\u0005�q뚋\u0011�\b)�|��p��\u0006����u��1I\b:M\u0018W���X�t�qT\u0010�\u0004�5�\u0012~����\thuM��\t%�P\u001e%�i�n�I�r\\��*��Ni@F\"�%��$\f4\u0015\\�4U\u0018qH�����0\u0013��Υ�2�q*\u001b\b�<\br�&�ۆG�쏚�!��\u0018��O(\u000f��!9�\u00181PzȤ���\u0007o]w΍��\u0012g����a���x(��{����E��u{�%QL�A�E�Ud������\"�-\u0004\u0001�V\u0013�v\u0006;#o\u00153�˚�����jB���\u0015t��~���\u0002�����p�\u001c+hw�z5U����&�[��\u0015��n���&4��\u0019�G+���:Ú\"]XO\u0005�UK\u000e���^%\u0017�c���\u0015�M�=��B�\u0005���\u0001M9��L! >\u001e\u0002�\u0013I�\u001e�b�Q\n\\(�c��ݎ����UY��A所ᦘ#�?xje\"P�\"�\n$M��?O�c���˗gO^�=����ӳ'���ʴ\u000b�\u0015�\u0016�������??|�����7Ͼ�s��^����?��J8]�����/�����~~f��%LL�&D�;�\u0004�\u0017\tp[@2�oG\u001e�@+$�\"\u0001\u000b���\npg\u000e�f�C��()\u000fm����J.\u0007��ij\u0001n�I\u0005�\u0017��\biM�v��L{�#�(93��\u0003\u001c�4\r�6��,�IBm!�1��q�\u0001�\u0010\u0011N4���\u0011!\u0016�\u0011��u٧�\u0014JL5zD�\u000ePk\t\u000f�D�÷h\u0002\f�6�1Tj��\u0010�\bf\u000b7\"�U\u0002x\u0004�\u0016��J�o�LCb�\b\u0012f\u0012{�c[\u0012\u0007s\u0019T\u0016Li\t<\"L�ݐ(ec��y%����};��yR%��G6b\u000f�0��8\u001aƐ�֜(�M�3u$\u0004\u0003tOh�8Q}b�{�(�K��CJ��\u001dC\u000fh\u0014�o�lf&m�&\u0011��bΦ@*�����P~i�[jo����f���\u000e���mKj}З\u001b�e����5�\u0019�GxlC>v����c��\u0017���u����{֢M���g���#ܔ2v���<�\u0012��c�X~�C\u0017\u001f\u001e�x�$v�\u0000\u0015�HB~���_P\u001d\u001fĐ\u0012\u001f��\b�*]G\n�B��ō��\t6K�EX��Z�k\u0012'\u0007@/�]�b\\S���^�\u001ct\f��]�L\u0001^���\"�`U\u0011�\u001a\u0011���D��u�\u0018Ԩ�h�T8ƪ0�\u0011���^�P�T\u0000���:\u0015���}���YM�]�ޠ{�\"_a�+\"��V\u0015al�\u0018B�<��\u001e\fꗺ]+���>��Y=\u001b\u0018�ޡ\u0013\u001f�:��Q\u0000���\f4FA��>Vٹ\n,�>\u000etY�9YR��\bT\\��SE�\t�D\"F\u0013\u001fo����B[��w?\\q\u0003�ë����d:%�n\u0018Y��)]8��}G��F�4�\u0007qx�&l&�C�c���\n\u0018R�/�\u0019Ril�E\u0015����Q��R]<���\u0018ʎb\u001e����\u000b9F\u001e��嬜�\u0012N��:����V��lh ��S��5yCU�^�W{�\r6.�\u0012��\u0010\fi\u001b��:�Қz�\u001a�!0��\u001a�ֶ��w�\u0006˻�1����V�'\u0013��$�#2�\u0019�E��!�$�Z���\u001b����v4���o\u0000\u0000\u0000��PK\u0007\b���{}\u0005\u0000\u0000e\u001c\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml��Oo�0\f���\u0014\u0002 \t��r�a\u001b��\u0010`]{V$:&�?�$7η\u001flϫ�^zz4e��\u001eU>�βW���� V\u001c\u0018z\u001d\f���?O?\u001e��X})o!^�!\\Y�O\u0012���CQ$ݠSi\u0015Z���u�N�\n�R�6�2�A��\u0016k�w�S�a\"\u001c�g\u0018��I㷠;�>O��Ve\n>5Ԧ���gpN�k�>��Z��L��}�\u0002s�p��\u0010�٢�^lgr/�\u001fЎt\f)�y���g�C^�\u000b!��UY���i�L��/�)\u0016�U)7��H�\u0001���\u001a�k�vd�\u0004�٬9Te�`U���\u0014YM6c<EzU�.!�\u000e�\u0019�Ug�S�n�$A�6\\���v�*\u0007}&��7����\u0017�&�$p`�E}\u001b�\u00172�\u0019���v��D�4Y\u000b��2લX\f\u001a�5+��Z~\u000f�\u00006��Cr`�@FB<���x2k�J��>E6���z���M\u0007\u000b\u0007��\u0000\u0000\u0000��PK\u0007\b'�\u001eȍ\u0001\u0000\u0000�\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��Oo�0\u0010���)��[�M\bT@�nU��V��N�iP\u0001G�m��W��=\u001e�ō���g�y��w��\u000bޅ\u001a[9\u0014��D$\u0010C-�vx)��?O_SrW~ɏR��{!tp�a,�^��m\u0018��^��x#\u000fb8��N����T/�xP�j΋�.dQ��}�\u000e�íZ�C�vm-\u001ee�֋A4Q��t+�q�\u001eFR�Mۋa�~�Į ���yh�Y��\u001d�k�q\u0004ρ���N�Z4\u0005��M�`:㳔����)H452+��g���V��\u0011��ӿ��h_�� tcVV]\u0016=V�*s%��*ȴ�zz��$\u0018��\u0003]��X�e���e\u001e֗�\u0007�Q��J\u001eM;fڱY;��1�����i�/��\u0014Ŧ(�1cĜWl܊o����6\u0006�\u0001�[\u0004�Z�PPˮC\u0012\u0003I���7�x(�k�\u001a�\u0016V�\u001bsD�8�\u0018_礆��jt\u0007\u000f���\u000bw�\u0019N\u0006���d>N��<4���`}��\u0013�P��0\n\u0014Xձ�̦��r�.�\u0003�>�Ц\fO���Yl\r˚�rX�1�{Y|�;�YAc��9�sV�f6l@P�t���Q�͚sٜ���,����r�n\u0017X6,(�<�ͼ7.ܵK�a\u0003�B߳\f����<Z`�Р���b�76��`67\u0018�>�}#���K���`��\u001c��ys�]�t.��w>�x�77\\u!��\r\u0006���̻�\u0016�\u001c5]`��`��\u001cϡ��XP��\u001c���Yh~��\u0003\u0000\u0000��PK\u0007\bJ��x}\u0002\u0000\u0000\"\u000b\u0000\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000���|U\u0001\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000��{��\u0000\u0000\u0000d\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000�8 \t�\u0000\u0000\u0000 \u0001\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000E�@�\u0010\u0001\u0000\u0000\u001c\u0002\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000q��j�\u0000\u0000\u0000�\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0004\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000u A��\u0001\u0000\u0000�\u0006\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000*\u0006\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000\fz��\u0004\u0000\u0000�\u0016\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@\b\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000���{}\u0005\u0000\u0000e\u001c\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000h\r\u0000\u0000xl/theme/theme1.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000'�\u001eȍ\u0001\u0000\u0000�\u0002\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000&\u0013\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\u0000\b\u0000\u0000\u0000\u0000\u0000J��x}\u0002\u0000\u0000\"\u000b\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0014\u0000\u0000xl/worksheets/sheet1.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\n\u0000\n\u0000�\u0002\u0000\u0000�\u0017\u0000\u0000\u0000\u0000"}],"_postman_id":"b002166a-da47-4639-9697-23b8f40dc439"}],"id":"5721a507-d686-42eb-bc34-6fe3c652f6b8","_postman_id":"5721a507-d686-42eb-bc34-6fe3c652f6b8","description":""},{"name":"Message","item":[{"name":"consumer","event":[{"listen":"test","script":{"id":"b7edcd3d-f1bf-43cc-84ac-8f08f70ef0c6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1b6b964c-9885-4712-9512-1dd2d6dbb7d8","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/message/consumer","urlObject":{"path":["message","consumer"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[{"id":"db5c72a8-6f77-486b-817a-61d67d1c7ad0","name":"Invalid auth","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/message/consumer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 19 Jun 2024 09:02:11 GMT"},{"key":"Content-Length","value":"93"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\",\n    \"code\": 11,\n    \"message\": {\n        \"id\": \"Token tidak valid\",\n        \"en\": \"Invalid token\"\n    }\n}"},{"id":"a2cb7d1d-a1a6-4bb4-8394-f754f7c8a1ba","name":"success","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/message/consumer"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 19 Jun 2024 09:02:59 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1b6b964c-9885-4712-9512-1dd2d6dbb7d8"},{"name":"translate text id","event":[{"listen":"test","script":{"id":"f6c0b514-099e-43fb-826f-1bb4823c32d6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"58af9d96-056a-4c01-893d-8c17dcc2fb39","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/message/translate/id?original_text=Hello World","urlObject":{"path":["message","translate","id"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"original_text","value":"Hello World"}],"variable":[]}},"response":[{"id":"d83ac014-aca9-4a2d-8740-4f47244a1ae4","name":"Invalid auth","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/message/translate/id?original_text=Hello World","host":["http://localhost:8000/api/v1"],"path":["message","translate","id"],"query":[{"key":"original_text","value":"Hello World"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 19 Jun 2024 08:57:04 GMT"},{"key":"Content-Length","value":"93"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\",\n    \"code\": 11,\n    \"message\": {\n        \"id\": \"Token tidak valid\",\n        \"en\": \"Invalid token\"\n    }\n}"},{"id":"3961297b-1133-44c8-96a4-f4e1620087d0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/api/v1/message/translate/id?original_text=Hello World","host":["http://localhost:8000/api/v1"],"path":["message","translate","id"],"query":[{"key":"original_text","value":"Hello World"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 19 Jun 2024 09:01:10 GMT"},{"key":"Content-Length","value":"113"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"target_language\": \"id\",\n        \"original_text\": \"Hello World\",\n        \"translated_text\": \"Halo Dunia\"\n    }\n}"}],"_postman_id":"58af9d96-056a-4c01-893d-8c17dcc2fb39"}],"id":"bede0b36-6821-499d-975d-24791b493707","_postman_id":"bede0b36-6821-499d-975d-24791b493707","description":""}],"event":[{"listen":"prerequest","script":{"id":"a4832af0-3f46-4eb6-928f-72b69f562a6e","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"cf20a0bc-a279-48b2-be59-7e2d2f4bb2e0","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base-url","value":"http://localhost:8000/api/v1","type":"string"},{"key":"token-admin","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NSwibmFtZSI6IlVTRVIgQWRhbSIsInJvbGUiOiJVU0VSIiwidXNlcm5hbWUiOiJ1c2VyLWFkYW0iLCJlbWFpbCI6InVzZXItYWRhbTJAZ21haWwuY29tIiwiZXhwIjoxNzE3NjU5MDA3LCJqdGkiOiI1IiwiaWF0IjoxNzE3MDU0MjA3LCJuYmYiOjE3MTcwNTQyMDd9.M5FfuDbn83dRmR0zNXoSrI7ZcmgtSt4ItrDlfdp3PYg","type":"string"},{"key":"token-user","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NSwibmFtZSI6IlVTRVIgQWRhbSIsInJvbGUiOiJVU0VSIiwidXNlcm5hbWUiOiJ1c2VyLWFkYW0iLCJlbWFpbCI6InVzZXItYWRhbTJAZ21haWwuY29tIiwiZXhwIjoxNzE3NjU5MDA3LCJqdGkiOiI1IiwiaWF0IjoxNzE3MDU0MjA3LCJuYmYiOjE3MTcwNTQyMDd9.M5FfuDbn83dRmR0zNXoSrI7ZcmgtSt4ItrDlfdp3PYg","type":"string"},{"key":"token-root","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlJPT1QiLCJ1c2VybmFtZSI6InN1cGVyLWFkbWluIiwiZW1haWwiOiJzdXBlcmFkbWluQGdtYWlsLmNvbSIsImV4cCI6MTcxODY5NDQ5NSwianRpIjoiMSIsImlhdCI6MTcxODA4OTY5NSwibmJmIjoxNzE4MDg5Njk1fQ.xxB8g7ucE9IOY3wRkNnFsYLBnY4RqTEWGDcckbqUUvA","type":"string"}]}