{"info":{"_postman_id":"b7078fd4-bfdd-46a1-9efe-7ca25fdf8c3d","name":"Translation Management Service","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11954048","collectionId":"b7078fd4-bfdd-46a1-9efe-7ca25fdf8c3d","publishedId":"2sBXionAXW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-03T15:53:25.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"4f2d1bc9-1998-44d9-a7b4-886289674363","exec":["const response = pm.response.json();","pm.collectionVariables.set(\"authToken\", \"Bearer \" + response.data.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"86c8ea24-eef8-4150-8f3a-ae5577dfb469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user1@example.com\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/auth/login","urlObject":{"path":["auth","login"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"86c8ea24-eef8-4150-8f3a-ae5577dfb469"},{"name":"Register","event":[{"listen":"prerequest","script":{"id":"b1f9e3eb-18ec-4d0f-8c69-317c5f93a6cc","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"6c6aa782-318f-4ea2-8c43-6dab71910536","exec":["const response = pm.response.json();","pm.collectionVariables.set(\"authToken\", \"Bearer \" + response.data.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d3c0c495-0ab2-46ab-8ebe-1564d4711899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Doe\",\r\n    \"email\": \"johndoe@admin.com\",\r\n    \"password\": \"testing123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/auth/register","urlObject":{"path":["auth","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d3c0c495-0ab2-46ab-8ebe-1564d4711899"},{"name":"Get User","id":"bb1a5d9e-7849-4f8b-8e7b-5ec35e4ffd39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/auth/me","urlObject":{"path":["auth","me"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bb1a5d9e-7849-4f8b-8e7b-5ec35e4ffd39"}],"id":"36c2925a-a5b1-4d9d-b85f-8ce06ebaab48","_postman_id":"36c2925a-a5b1-4d9d-b85f-8ce06ebaab48","description":""},{"name":"Tags","item":[{"name":"index","id":"018213ab-3792-42ae-90ed-b7af5cb65eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/tags","urlObject":{"path":["tags"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"018213ab-3792-42ae-90ed-b7af5cb65eb7"},{"name":"store","id":"a5932610-911c-41c6-98d1-e4968e6c3466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"radio\",\r\n    \"description\": \"test data\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/tags","urlObject":{"path":["tags"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a5932610-911c-41c6-98d1-e4968e6c3466"},{"name":"show","id":"5d337e1d-33ae-4875-a23e-601c097d638f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/tags/1","urlObject":{"path":["tags","1"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5d337e1d-33ae-4875-a23e-601c097d638f"},{"name":"update","id":"03a0d875-988f-4dd2-b57c-98249c5e8980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"description\": \"test update\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/tags/1","urlObject":{"path":["tags","1"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"03a0d875-988f-4dd2-b57c-98249c5e8980"},{"name":"delete","id":"7642aae9-733c-42c7-8e07-a19276cd7993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/tags/1","urlObject":{"path":["tags","1"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7642aae9-733c-42c7-8e07-a19276cd7993"}],"id":"5efb0e9d-41e8-4e9e-bfbd-c467e29b8a6d","_postman_id":"5efb0e9d-41e8-4e9e-bfbd-c467e29b8a6d","description":""},{"name":"Translations","item":[{"name":"index","id":"8100357d-aeee-46ac-bd9c-0175f6d60e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/translations?per_page=100","urlObject":{"path":["translations"],"host":[""],"query":[{"disabled":true,"key":"page","value":"1"},{"key":"per_page","value":"100"},{"disabled":true,"key":"key","value":"translation.key.8"},{"disabled":true,"key":"content","value":"en"},{"disabled":true,"key":"locale_id","value":"1"},{"disabled":true,"key":"locale_code","value":"ko"},{"disabled":true,"key":"tag","value":"web"}],"variable":[]}},"response":[],"_postman_id":"8100357d-aeee-46ac-bd9c-0175f6d60e08"},{"name":"store","id":"cac753f2-f932-4f3f-bf04-8326547923c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"locale_id\": 1,\r\n    \"key\": \"test.data.1\",\r\n    \"content\": \"This is translation content for key 100001 for en\",\r\n    \"tags\": [\r\n        2\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/translations","urlObject":{"path":["translations"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"cac753f2-f932-4f3f-bf04-8326547923c9"},{"name":"show","id":"ac554790-8f11-45f6-b8a4-0dbc786d2398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/translations/1","urlObject":{"path":["translations","1"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ac554790-8f11-45f6-b8a4-0dbc786d2398"},{"name":"update","id":"4cdb89be-947e-4652-9ee7-05ade2003994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"locale_id\": 1,\r\n    \"key\": \"translation.key.100001\",\r\n    \"content\": \"This is translation content for key 100001 for en\",\r\n    \"tags\": [\r\n        2\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/translations/100001","urlObject":{"path":["translations","100001"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4cdb89be-947e-4652-9ee7-05ade2003994"},{"name":"delete","id":"52590349-46ef-4b38-a6ff-bc594512f030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/translations/100000","urlObject":{"path":["translations","100000"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"52590349-46ef-4b38-a6ff-bc594512f030"},{"name":"export json","id":"1ff85042-d902-4bd3-a394-512a435a913c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/translations/export-json?locale_code=ar","urlObject":{"path":["translations","export-json"],"host":[""],"query":[{"key":"locale_code","value":"ar"}],"variable":[]}},"response":[],"_postman_id":"1ff85042-d902-4bd3-a394-512a435a913c"}],"id":"572883e2-77eb-4734-876e-645bcc5f4b66","_postman_id":"572883e2-77eb-4734-876e-645bcc5f4b66","description":""},{"name":"Locales","item":[{"name":"index","id":"287ea76b-a47f-4839-994c-d4e513cec3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/locales","urlObject":{"path":["locales"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"287ea76b-a47f-4839-994c-d4e513cec3bb"},{"name":"store","id":"83b2a743-4832-49ab-89a3-f89592a317b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"fl\",\r\n    \"name\": \"Filipino\",\r\n    \"is_active\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"/locales","urlObject":{"path":["locales"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"83b2a743-4832-49ab-89a3-f89592a317b0"},{"name":"show","id":"113ee470-14e0-430a-adaf-efe75c7fe7d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/locales/10","urlObject":{"path":["locales","10"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"113ee470-14e0-430a-adaf-efe75c7fe7d7"},{"name":"update","id":"e265688c-b3b6-44fb-b320-4d20d03d161a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"fi\",\r\n    \"name\": \"Filipino\",\r\n    \"is_active\": 0\r\n}"},"url":"/locales/11","urlObject":{"path":["locales","11"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e265688c-b3b6-44fb-b320-4d20d03d161a"},{"name":"delete","id":"7a3e006e-042f-412c-afc7-52e7ff41e27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"url":"/locales/11","urlObject":{"path":["locales","11"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7a3e006e-042f-412c-afc7-52e7ff41e27f"}],"id":"f4c23fe1-8cf9-44ae-b031-22c6a71083bf","_postman_id":"f4c23fe1-8cf9-44ae-b031-22c6a71083bf","description":""}],"event":[{"listen":"prerequest","script":{"id":"4807d31a-d571-46d5-b1aa-2867e2cf75ab","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"5caf6312-2caa-4b3a-84bf-4201ff358208","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"local","value":""},{"key":"authToken","value":""}]}