{"info":{"_postman_id":"525bb533-ee73-470b-b199-dc89545a0ca8","name":"EasyTranslate API","description":"<html><head></head><body><p>Official API documentation for Easytranlsate new automatic translation platform.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7540275","collectionId":"525bb533-ee73-470b-b199-dc89545a0ca8","publishedId":"SWECVaCX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2c3fd5"},"publishDate":"2024-10-23T14:14:42.000Z"},"item":[{"name":"Auth","item":[{"name":"Personal Access Token","item":[{"name":"Get All Personal Acceess Tokens","id":"2d92b055-703b-4ddf-940d-eb5f74e04b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/oauth/personal-access-tokens","urlObject":{"path":["oauth","personal-access-tokens"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[{"id":"75349ad1-a32e-4da7-b916-6fe361953ceb","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/oauth/personal-access-tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 24 Mar 2023 18:57:31 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"personal_access_tokens\",\n            \"id\": \"836e2e9ce0d6282938597e93230a5d73a65f590adce0afd46c3a7d4622c2c789ba8fc4ff8e1bc186\",\n            \"attributes\": {\n                \"name\": \"My PAT name\",\n                \"revoked\": false,\n                \"access_token\": \"####\",\n                \"created_at\": \"2023-03-24 18:50:08\",\n                \"updated_at\": \"2023-03-24 18:50:08\",\n                \"expires_at\": \"2023-08-24T18:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"personal_access_tokens\",\n            \"id\": \"9c3d598e9e58632c4aedd461831b1d2efd23d7c663fd03c2172325be47e6c0c63ed07f5a628dea01\",\n            \"attributes\": {\n                \"name\": \"Urda\",\n                \"revoked\": false,\n                \"access_token\": \"####\",\n                \"created_at\": \"2023-03-24 18:55:50\",\n                \"updated_at\": \"2023-03-24 18:55:50\",\n                \"expires_at\": \"2023-04-24T18:55:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"personal_access_tokens\",\n            \"id\": \"e1803be196ccf5bf23bddf423210712d8e7f82903c40244c47d9070fef7dc83c1442ede9b3011c69\",\n            \"attributes\": {\n                \"name\": \"My PAT name\",\n                \"revoked\": false,\n                \"access_token\": \"####\",\n                \"created_at\": \"2023-03-24 18:57:26\",\n                \"updated_at\": \"2023-03-24 18:57:26\",\n                \"expires_at\": \"2023-08-24T18:57:26.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2023 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"2d92b055-703b-4ddf-940d-eb5f74e04b13"},{"name":"Create New Personal Access Token","id":"92db484b-af65-4949-890e-a6a689608f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"personal_access_tokens\",\n    \"attributes\": {\n      \"name\": \"My PAT name\",\n      \"expires_in\": {\n        \"key\": \"month\",\n        \"value\": 5\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/oauth/personal-access-tokens","urlObject":{"path":["oauth","personal-access-tokens"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[{"id":"938791fb-86fa-47a4-9b81-6931bf3139f7","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"personal_access_tokens\",\n    \"attributes\": {\n      \"name\": \"My PAT name\",\n      \"expires_in\": {\n        \"key\": \"month\",\n        \"value\": 5\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/oauth/personal-access-tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 24 Mar 2023 18:57:26 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"personal_access_tokens\",\n        \"id\": \"e1803be196ccf5bf23bddf423210712d8e7f82903c40244c47d9070fef7dc83c1442ede9b3011c69\",\n        \"attributes\": {\n            \"name\": \"My PAT name\",\n            \"revoked\": false,\n            \"access_token\": \"eyJ0eXAiOi****...****foAPCFXAtZ_tQ9juWU\",\n            \"created_at\": \"2023-03-24 18:57:26\",\n            \"updated_at\": \"2023-03-24 18:57:26\",\n            \"expires_at\": \"2023-08-24T18:57:26.000000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2023 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"92db484b-af65-4949-890e-a6a689608f98"},{"name":"Revoke Personal Access Token","id":"6c66b34c-33e9-4ecb-92ef-6e7dcf4f5011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.platform.sandbox.easytranslate.com/oauth/personal-access-tokens/:token_id","urlObject":{"path":["oauth","personal-access-tokens",":token_id"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"id":"237ea836-3017-4690-96a8-ed3695c4e4de","type":"any","value":"{{PAT_ID}}","key":"token_id"}]}},"response":[{"id":"947445ec-7c10-48b7-b7b5-b745ec63f50c","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/oauth/personal-access-tokens/:token_id","host":["https://api.platform.sandbox.easytranslate.com"],"path":["oauth","personal-access-tokens",":token_id"],"variable":[{"key":"token_id","value":"{{PAT_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 24 Mar 2023 18:59:42 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"personal_access_tokens\",\n            \"id\": \"836e2e9ce0d6282938597e93230a5d73a65f590adce0afd46c3a7d4622c2c789ba8fc4ff8e1bc186\",\n            \"attributes\": {\n                \"name\": \"My PAT name\",\n                \"revoked\": false,\n                \"access_token\": \"####\",\n                \"created_at\": \"2023-03-24 18:50:08\",\n                \"updated_at\": \"2023-03-24 18:50:08\",\n                \"expires_at\": \"2023-08-24T18:50:08.000000Z\"\n            }\n        },\n        {\n            \"type\": \"personal_access_tokens\",\n            \"id\": \"9c3d598e9e58632c4aedd461831b1d2efd23d7c663fd03c2172325be47e6c0c63ed07f5a628dea01\",\n            \"attributes\": {\n                \"name\": \"Urda\",\n                \"revoked\": false,\n                \"access_token\": \"####\",\n                \"created_at\": \"2023-03-24 18:55:50\",\n                \"updated_at\": \"2023-03-24 18:55:50\",\n                \"expires_at\": \"2023-04-24T18:55:50.000000Z\"\n            }\n        },\n        {\n            \"type\": \"personal_access_tokens\",\n            \"id\": \"e1803be196ccf5bf23bddf423210712d8e7f82903c40244c47d9070fef7dc83c1442ede9b3011c69\",\n            \"attributes\": {\n                \"name\": \"My PAT name\",\n                \"revoked\": false,\n                \"access_token\": \"####\",\n                \"created_at\": \"2023-03-24 18:57:26\",\n                \"updated_at\": \"2023-03-24 18:57:26\",\n                \"expires_at\": \"2023-08-24T18:57:26.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2023 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"6c66b34c-33e9-4ecb-92ef-6e7dcf4f5011"}],"id":"2afd9efd-e4e7-4a62-b2e9-7dd052e9bb36","_postman_id":"2afd9efd-e4e7-4a62-b2e9-7dd052e9bb36","description":""},{"name":"Obtain new Access Token","event":[{"listen":"test","script":{"id":"ae4ca17f-7845-4349-9ec9-01808449adee","exec":["if(pm.response.code === 200) {","    pm.environment.set('ACCESS_TOKEN', JSON.parse(responseBody).access_token)","    pm.environment.set('REFRESH_TOKEN', JSON.parse(responseBody).refresh_token)","}"],"type":"text/javascript"}}],"id":"e68086c1-d746-4153-8764-e4821da3dec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{CLIENT_ID}}","type":"text","description":"<p>Client ID provided by Easytranslate</p>\n"},{"key":"client_secret","value":"{{CLIENT_SECRET}}","type":"text","description":"<p>Client secret provided by Easytranslate</p>\n"},{"key":"grant_type","value":"password","type":"text","description":"<p>Type of grant requested. Only <strong>password</strong> and <strong>refresh_token</strong> are available at the moment.</p>\n"},{"key":"username","value":"{{USERNAME}}","type":"text","description":"<p>Username/email of the User who will perform the actions.</p>\n"},{"key":"password","value":"{{PASSWORD}}","type":"text","description":"<p>Password of the User who will perform the actions.</p>\n"},{"key":"scope","value":"dashboard","type":"text","description":"<p>Comma separated list of scopes. Only <strong>dashboard</strong> is available at the moment.</p>\n"}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token","description":"<p>Obtain the access token and refresh token for further authentications.</p>\n","urlObject":{"path":["oauth","token"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[{"id":"04b1c26e-1259-4a17-9069-3aba65c5cdaa","name":"401 － Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{CLIENT_ID}}","type":"text","description":"Client ID provided by Easytranslate"},{"key":"client_secret","value":"{{CLIENT_SECRET}}","type":"text","description":"Client secret provided by Easytranslate"},{"key":"grant_type","value":"password","type":"text","description":"Type of grant requested. Only **password** and **refresh_token** are available at the moment."},{"key":"username","value":"{{USERNAME}}","type":"text","description":"Username/email of the User who will perform the actions."},{"key":"password","value":"{{PASSWORD}}","type":"text","description":"Password of the User who will perform the actions."},{"key":"scope","value":"dashboard","type":"text","description":"Comma separated list of scopes. Only **dashboard** is available at the moment."}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Date","value":"Tue, 17 Dec 2019 12:13:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Host","value":"localhost:8080"},{"key":"X-Powered-By","value":"PHP/7.3.11"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_credentials\",\n    \"error_description\": \"The user credentials were incorrect.\",\n    \"message\": \"The user credentials were incorrect.\"\n}"},{"id":"a37ed453-5d48-4167-9bf7-c0d46dfc1dc9","name":"400 － Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{CLIENT_ID}}","type":"text","description":"Client ID provided by Easytranslate"},{"key":"client_secret","value":"{{CLIENT_SECRET}}","type":"text","description":"Client secret provided by Easytranslate"},{"key":"grant_type","value":"password","type":"text","description":"Type of grant requested. Only **password** and **refresh_token** are available at the moment."},{"key":"username","value":"{{USERNAME}}","type":"text","description":"Username/email of the User who will perform the actions."},{"key":"password","value":"","type":"text","description":"Password of the User who will perform the actions."},{"key":"scope","value":"dashboard","type":"text","description":"Comma separated list of scopes. Only **dashboard** is available at the moment."}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Date","value":"Tue, 17 Dec 2019 12:14:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Host","value":"localhost:8080"},{"key":"X-Powered-By","value":"PHP/7.3.11"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"error_description\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\",\n    \"hint\": \"Check the `password` parameter\",\n    \"message\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\"\n}"},{"id":"a7f45503-13f0-462c-bf48-cb915fa484d3","name":"200 － OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{CLIENT_ID}}","type":"text","description":"Client ID provided by Easytranslate"},{"key":"client_secret","value":"{{CLIENT_SECRET}}","type":"text","description":"Client secret provided by Easytranslate"},{"key":"grant_type","value":"password","type":"text","description":"Type of grant requested. Only **password** and **refresh_token** are available at the moment."},{"key":"username","value":"{{USERNAME}}","type":"text","description":"Username/email of the User who will perform the actions."},{"key":"password","value":"{{PASSWORD}}","type":"text","description":"Password of the User who will perform the actions."},{"key":"scope","value":"dashboard","type":"text","description":"Comma separated list of scopes. Only **dashboard** is available at the moment."}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Date","value":"Tue, 17 Dec 2019 12:12:58 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Host","value":"localhost:8080"},{"key":"X-Powered-By","value":"PHP/7.3.11"},{"key":"pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-store, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31622400, // Seconds\n    \"access_token\": \"{{ACCESS_TOKEN}}\",\n    \"refresh_token\": \"{{REFRESH_TOKEN}}\"\n}"}],"_postman_id":"e68086c1-d746-4153-8764-e4821da3dec1"},{"name":"Refresh Access Token","event":[{"listen":"test","script":{"id":"d66d4a95-90b5-45d0-89e9-30cfa9f15197","exec":["if(pm.response.code === 200) {","    pm.environment.set('ACCESS_TOKEN', JSON.parse(responseBody).access_token)","    pm.environment.set('REFRESH_TOKEN', JSON.parse(responseBody).refresh_token)","}"],"type":"text/javascript"}}],"id":"e4ba2b16-7a08-4c1f-9a3c-36491f586925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Client ID provided by Easytranslate</p>\n","key":"client_id","type":"text","value":"{{CLIENT_ID}}"},{"description":"<p>Client secret provided by Easytranslate</p>\n","key":"client_secret","type":"text","value":"{{CLIENT_SECRET}}"},{"description":"<p>Type of grant requested.</p>\n","key":"grant_type","type":"text","value":"refresh_token"},{"description":"<p>The <strong>refresh token</strong> that was initially obtained</p>\n","key":"refresh_token","type":"text","value":"{{REFRESH_TOKEN}}"},{"description":"<p>Comma separated list of scopes. Only <strong>dashboard</strong> is available at the moment.</p>\n","key":"scope","type":"text","value":""}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token","description":"<p>Obtain new access token if the current one is already expired using the <code>refresh_token</code></p>\n","urlObject":{"path":["oauth","token"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[{"id":"e1da682a-e9a6-4178-b03d-537a3d6b69e4","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"Client ID provided by Easytranslate","key":"client_id","type":"text","value":"{{CLIENT_ID}}"},{"description":"Client secret provided by Easytranslate","key":"client_secret","type":"text","value":"{{CLIENT_SECRET}}"},{"description":"Type of grant requested.","key":"grant_type","type":"text","value":"refresh_token"},{"description":"The **refresh token** that was initially obtained","key":"refresh_token","type":"text","value":"{{REFRESH_TOKEN}}"},{"description":"Comma separated list of scopes. Only **dashboard** is available at the moment.","key":"scope","type":"text","value":""}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-store, private"},{"key":"Date","value":"Wed, 22 Dec 2021 12:45:49 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 2678400,\n    \"access_token\": \"{{ACCESS_TOKEN}}\",\n    \"refresh_token\": \"{{REFRESH_TOKEN}}\"\n}"},{"id":"61d76a94-2cc8-4051-a6c2-4716c73534c7","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"Client ID provided by Easytranslate","key":"client_id","type":"text","value":"{{CLIENT_ID}}"},{"description":"Client secret provided by Easytranslate","key":"client_secret","type":"text","value":"{{CLIENT_SECRET}}"},{"description":"Type of grant requested.","key":"grant_type","type":"text","value":"refresh_token"},{"description":"The **refresh token** that was initially obtained","key":"refresh_token","type":"text","value":"some-invalid-refresh-token"},{"description":"Comma separated list of scopes. Only **dashboard** is available at the moment.","key":"scope","type":"text","value":""}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Dec 2021 12:46:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"error_description\": \"The refresh token is invalid.\",\n    \"hint\": \"Cannot decrypt the refresh token\",\n    \"message\": \"The refresh token is invalid.\"\n}"},{"id":"79169f47-181f-4d28-801c-970bb6f7b53d","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"description":"Client ID provided by Easytranslate","key":"client_id","type":"text","value":"{{CLIENT_ID}}"},{"description":"Client secret provided by Easytranslate","key":"client_secret","type":"text","value":"{{CLIENT_SECRET}}"},{"description":"Type of grant requested.","key":"grant_type","type":"text","value":"refresh_token"},{"description":"The **refresh token** that was initially obtained","key":"refresh_token","type":"text","value":"","disabled":true},{"description":"Comma separated list of scopes. Only **dashboard** is available at the moment.","key":"scope","type":"text","value":"","disabled":true}]},"url":"https://api.platform.sandbox.easytranslate.com/oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Dec 2021 12:47:27 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"error_description\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\",\n    \"hint\": \"Check the `refresh_token` parameter\",\n    \"message\": \"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\"\n}"}],"_postman_id":"e4ba2b16-7a08-4c1f-9a3c-36491f586925"},{"name":"Fetch the authenticated user","id":"c539a717-9f16-4647-ae32-e9a37dec906f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/user","description":"<p>Get the currently authenticated user</p>\n","urlObject":{"path":["api","v1","user"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[{"id":"a08610e7-3bac-4184-a08a-093271e7d9f6","name":"401 － Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Date","value":"Tue, 17 Dec 2019 12:26:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Host","value":"localhost:8080"},{"key":"X-Powered-By","value":"PHP/7.3.11"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"c7a9529b-2683-47d6-b890-d0dfb4bd9d71","name":"200 － OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Date","value":"Tue, 17 Dec 2019 12:25:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Host","value":"localhost:8080"},{"key":"X-Powered-By","value":"PHP/7.3.11"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"customer\",\n        \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n        \"attributes\": {\n            \"email\": \"deadpool@easytranslate.com\",\n            \"first_name\": \"Captain\",\n            \"last_name\": \"Deadpool\",\n            \"phone\": \"+4571885836\",\n            \"timezone\": \"Europe/Copenhagen\",\n            \"avatar\": null,\n            \"intercom\": {\n                \"identifier\": \"5af877ccc7b72f527fa9a802c3d0acd34bd90afa30f96a1000f16d8243390080\"\n            },\n            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n            \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n            \"consents\": {\n                \"terms\": true,\n                \"marketing\": true,\n                \"ai\": true\n            },\n            \"access\": {\n                \"roles\": [],\n                \"permissions\": [],\n                \"abilities\": []\n            }\n        },\n        \"relationships\": {\n            \"accounts\": [\n                {\n                    \"id\": \"379b4546-0863-4ee9-8551-19bf66548d86\",\n                    \"type\": \"account\"\n                },\n                {\n                    \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n                    \"type\": \"account\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"379b4546-0863-4ee9-8551-19bf66548d86\",\n            \"attributes\": {\n                \"company_name\": \"X-Force\",\n                \"company_email\": \"deadpool+sub@easytranslate.com\",\n                \"phone\": \"+451231231\",\n                \"team_identifier\": \"x-force-deadpool\",\n                \"is_parent\": false,\n                \"invoice_language\": null,\n                \"receipt_email\": \"deadpool+sub@easytranslate.com\",\n                \"alerts\": {\n                    \"conversations\": []\n                },\n                \"subscription\": {\n                    \"id\": \"e60b9eec-9ef4-41a5-ade1-4afe27156aff\",\n                    \"type\": \"account_subscriptions\",\n                    \"attributes\": {\n                        \"plan_identifier\": \"laas\",\n                        \"plan_name\": \"LaaS\",\n                        \"status\": \"active\",\n                        \"started_at\": \"2022-03-11T09:46:25.000000Z\",\n                        \"ends_at\": null,\n                        \"trial_ends_at\": null,\n                        \"is_active\": true,\n                        \"tiers\": {\n                            \"supplier_team\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 14\n                            },\n                            \"string_library_keys\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 32\n                            },\n                            \"automation_workflows\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 76\n                            },\n                            \"caas_generated_words\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 0\n                            },\n                            \"supplier_translated_words\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 426525\n                            }\n                        },\n                        \"created_at\": \"2021-02-24T12:57:40.000000Z\",\n                        \"updated_at\": \"2022-03-11T09:46:25.000000Z\"\n                    }\n                },\n                \"created_at\": \"2020-12-04T12:16:44.000000Z\",\n                \"updated_at\": \"2022-02-24T07:57:12.000000Z\",\n                \"language_pairs\": {\n                    \"x-force-deadpool_translate-tys-N93IZz4x8H\": {\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                }\n                            ]\n                        }\n                    },\n                    \"translation+review\": [],\n                    \"translation\": {\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"project_workflows\": {\n                    \"x-force-deadpool_wpml-plugin-7ifdFBxCrL\": {\n                        \"display_name\": \"WPML Plugin\",\n                        \"identifier\": \"x-force-deadpool_wpml-plugin-7ifdFBxCrL\",\n                        \"workflow_id\": \"f6b92f65-0df2-4179-bb8e-bc679b93b988\",\n                        \"is_available\": true\n                    },\n                    \"x-force-deadpool_translate-tys-N93IZz4x8H\": {\n                        \"display_name\": \"Translate TYS\",\n                        \"identifier\": \"x-force-deadpool_translate-tys-N93IZz4x8H\",\n                        \"workflow_id\": \"2f71ddad-2a41-4bb2-a19a-4abf19f2af0b\",\n                        \"is_available\": true\n                    },\n                    \"caas_content\": {\n                        \"display_name\": \"CaaS Content\",\n                        \"identifier\": \"caas_content\",\n                        \"workflow_id\": \"04081b1b-da14-495d-bb8b-5b9d39b09bc3\",\n                        \"is_available\": true\n                    },\n                    \"translation+review\": {\n                        \"display_name\": \"Translation + Review\",\n                        \"identifier\": \"translation+review\",\n                        \"workflow_id\": \"eee9fbb6-84c7-48b4-903b-5539d49cc64d\",\n                        \"is_available\": true\n                    },\n                    \"self+machine_translation\": {\n                        \"display_name\": \"Translate Yourself + MT\",\n                        \"identifier\": \"self+machine_translation\",\n                        \"workflow_id\": \"a561b4fe-d8d6-4b89-a97a-99ab23e2ea2d\",\n                        \"is_available\": true\n                    },\n                    \"translation\": {\n                        \"display_name\": \"Translation\",\n                        \"identifier\": \"translation\",\n                        \"workflow_id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n                        \"is_available\": true\n                    }\n                }\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"account\",\n            \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n            \"attributes\": {\n                \"company_name\": \"Deadpool\",\n                \"company_email\": \"deadpool@easytranslate.com\",\n                \"phone\": \"+4532894842\",\n                \"team_identifier\": \"deadpool\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"deadpool@easytranslate.com\",\n                \"alerts\": {\n                    \"conversations\": []\n                },\n                \"subscription\": {\n                    \"id\": \"e60b9eec-9ef4-41a5-ade1-4afe27156aff\",\n                    \"type\": \"account_subscriptions\",\n                    \"attributes\": {\n                        \"plan_identifier\": \"laas\",\n                        \"plan_name\": \"LaaS\",\n                        \"status\": \"active\",\n                        \"started_at\": \"2022-03-11T09:46:25.000000Z\",\n                        \"ends_at\": null,\n                        \"trial_ends_at\": null,\n                        \"is_active\": true,\n                        \"tiers\": {\n                            \"supplier_team\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 14\n                            },\n                            \"string_library_keys\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 32\n                            },\n                            \"automation_workflows\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 76\n                            },\n                            \"caas_generated_words\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 0\n                            },\n                            \"supplier_translated_words\": {\n                                \"tier\": \"freemium\",\n                                \"usage\": 426525\n                            }\n                        },\n                        \"created_at\": \"2021-02-24T12:57:40.000000Z\",\n                        \"updated_at\": \"2022-03-11T09:46:25.000000Z\"\n                    }\n                },\n                \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                \"updated_at\": \"2021-09-22T13:45:55.000000Z\",\n                \"language_pairs\": {\n                    \"deadpool_string-library-translation-kf33Ts70uK\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"English (Australia)\",\n                                    \"code\": \"en_AU\"\n                                },\n                                {\n                                    \"name\": \"Norwegian (Bokmål)\",\n                                    \"code\": \"nb_NO\"\n                                },\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"de\": {\n                            \"name\": \"German\",\n                            \"code\": \"de\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                },\n                                {\n                                    \"name\": \"Romanian\",\n                                    \"code\": \"ro_RO\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    },\n                    \"deadpool_kuiil-all-N0rmbZXMyP\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    },\n                    \"deadpool_testing-CWLpIqCeT8\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"English (Australia)\",\n                                    \"code\": \"en_AU\"\n                                },\n                                {\n                                    \"name\": \"Norwegian (Bokmål)\",\n                                    \"code\": \"nb_NO\"\n                                },\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"de\": {\n                            \"name\": \"German\",\n                            \"code\": \"de\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                },\n                                {\n                                    \"name\": \"Romanian\",\n                                    \"code\": \"ro_RO\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    },\n                    \"deadpool_well-well-well-L7G19bf0R5\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"English (Australia)\",\n                                    \"code\": \"en_AU\"\n                                },\n                                {\n                                    \"name\": \"Norwegian (Bokmål)\",\n                                    \"code\": \"nb_NO\"\n                                },\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"de\": {\n                            \"name\": \"German\",\n                            \"code\": \"de\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                },\n                                {\n                                    \"name\": \"Romanian\",\n                                    \"code\": \"ro_RO\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    },\n                    \"deadpool_disa-lem9S1UxHV\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    },\n                    \"translation+review\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    },\n                    \"translation\": {\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"English (Australia)\",\n                                    \"code\": \"en_AU\"\n                                },\n                                {\n                                    \"name\": \"Norwegian (Bokmål)\",\n                                    \"code\": \"nb_NO\"\n                                },\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                }\n                            ]\n                        },\n                        \"de\": {\n                            \"name\": \"German\",\n                            \"code\": \"de\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                },\n                                {\n                                    \"name\": \"Romanian\",\n                                    \"code\": \"ro_RO\"\n                                }\n                            ]\n                        },\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                },\n                                {\n                                    \"name\": \"German (Standard)\",\n                                    \"code\": \"de\"\n                                },\n                                {\n                                    \"name\": \"Spanish (European)\",\n                                    \"code\": \"es_ES\"\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"project_workflows\": {\n                    \"deadpool_string-library-translation-kf33Ts70uK\": {\n                        \"display_name\": \"String Library Translation\",\n                        \"identifier\": \"deadpool_string-library-translation-kf33Ts70uK\",\n                        \"workflow_id\": \"dedddf3d-f754-49e3-88f5-0d50ebc1d008\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_kuiil-all-N0rmbZXMyP\": {\n                        \"display_name\": \"Kuiil - all\",\n                        \"identifier\": \"deadpool_kuiil-all-N0rmbZXMyP\",\n                        \"workflow_id\": \"b4dd90c0-444f-4987-976e-5ed968b68ea1\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_kuiil-review-vksc1QODBK\": {\n                        \"display_name\": \"Kuiil-review\",\n                        \"identifier\": \"deadpool_kuiil-review-vksc1QODBK\",\n                        \"workflow_id\": \"139f5c70-344b-4631-ad8b-71f46155cdd5\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_machine-kuiil-iFH624RTNU\": {\n                        \"display_name\": \"Machine- Kuiil\",\n                        \"identifier\": \"deadpool_machine-kuiil-iFH624RTNU\",\n                        \"workflow_id\": \"c2cf623a-5c3a-4a82-abc1-4622fe4c72a2\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_kuiil-GfBb88Nh9z\": {\n                        \"display_name\": \"kuiil\",\n                        \"identifier\": \"deadpool_kuiil-GfBb88Nh9z\",\n                        \"workflow_id\": \"ac035425-f875-48ff-a27f-95dd9f5d5ba2\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_embe-translation-TTYYAYVzLW\": {\n                        \"display_name\": \"Embe - Translation\",\n                        \"identifier\": \"deadpool_embe-translation-TTYYAYVzLW\",\n                        \"workflow_id\": \"c800968d-7b69-41e8-af80-bb56751dc195\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_testing-CWLpIqCeT8\": {\n                        \"display_name\": \"testing\",\n                        \"identifier\": \"deadpool_testing-CWLpIqCeT8\",\n                        \"workflow_id\": \"6abed457-8101-4432-beee-ef4f0256bb7a\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_qwf-BMEF28oaSC\": {\n                        \"display_name\": \"qwf\",\n                        \"identifier\": \"deadpool_qwf-BMEF28oaSC\",\n                        \"workflow_id\": \"81b79b80-0f04-464b-9798-464f513fa6d8\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_well-well-well-L7G19bf0R5\": {\n                        \"display_name\": \"Well well well\",\n                        \"identifier\": \"deadpool_well-well-well-L7G19bf0R5\",\n                        \"workflow_id\": \"dbdd11fd-c809-41ed-af8c-3751574899ff\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_disa-lem9S1UxHV\": {\n                        \"display_name\": \"Disa\",\n                        \"identifier\": \"deadpool_disa-lem9S1UxHV\",\n                        \"workflow_id\": \"89b93bb1-7ba5-47ae-8bc3-709b827bf287\",\n                        \"is_available\": true\n                    },\n                    \"deadpool_dummy-step-test-iOvCBbnCoG\": {\n                        \"display_name\": \"dummy step test\",\n                        \"identifier\": \"deadpool_dummy-step-test-iOvCBbnCoG\",\n                        \"workflow_id\": \"856cba2c-94b0-4974-8c0b-2bacf115580e\",\n                        \"is_available\": true\n                    },\n                    \"caas_content\": {\n                        \"display_name\": \"CaaS Content\",\n                        \"identifier\": \"caas_content\",\n                        \"workflow_id\": \"04081b1b-da14-495d-bb8b-5b9d39b09bc3\",\n                        \"is_available\": true\n                    },\n                    \"self+machine_translation\": {\n                        \"display_name\": \"Translate Yourself + MT\",\n                        \"identifier\": \"self+machine_translation\",\n                        \"workflow_id\": \"a561b4fe-d8d6-4b89-a97a-99ab23e2ea2d\",\n                        \"is_available\": true\n                    },\n                    \"translation+review\": {\n                        \"display_name\": \"Translation + Review\",\n                        \"identifier\": \"translation+review\",\n                        \"workflow_id\": \"eee9fbb6-84c7-48b4-903b-5539d49cc64d\",\n                        \"is_available\": true\n                    },\n                    \"translation\": {\n                        \"display_name\": \"Translation\",\n                        \"identifier\": \"translation\",\n                        \"workflow_id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n                        \"is_available\": true\n                    }\n                }\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"c539a717-9f16-4647-ae32-e9a37dec906f"},{"name":"Update user consents","event":[{"listen":"test","script":{"id":"c1f20a24-04c9-4065-8ba3-9718d16d2081","exec":[""],"type":"text/javascript"}}],"id":"474d7fa1-c9dc-4abb-b3d2-5c216331ed82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"user-consents\",\n\t\t\"attributes\": {\n\t\t\t\"consents\": {\n\t\t\t\t\"terms\": true,\n\t\t\t\t\"ai\": false,\n\t\t\t\t\"marketing\": true\n\t\t\t}\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/user-consents","description":"<p>Update user consents for authorized user. The field <code>terms</code> is requried in order to be able to proceed and create projects for translation.</p>\n","urlObject":{"path":["api","v1","user-consents"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"474d7fa1-c9dc-4abb-b3d2-5c216331ed82"},{"name":"Register for Translate Yourself package as new user","event":[{"listen":"test","script":{"id":"afd44a05-46ae-46fd-bb6e-09e854af0240","exec":[""],"type":"text/javascript"}}],"id":"59963492-3bfb-4873-b7d1-e3d0d99bb19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"customer\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"maisha-email@example.com\",\n\t\t\t\"password\": \"password\",\n\t\t\t\"password_confirmation\": \"password\",\n\t\t\t\"first_name\": \"maishaa\",\n\t\t\t\"last_name\": \"maishaa\",\n\t\t\t\"company_name\": \"maishaa\",\n\t\t\t\"phone\": \"+45100456356\",\n\t\t\t\"invoice_language\": \"en\",\n\t\t\t\"timezone\": \"Europe/Copenhagen\",\n\t\t\t\"consents\": {\n\t\t\t\t\"terms\": true,\n\t\t\t\t\"ai\": false,\n\t\t\t\t\"marketing\": false\n\t\t\t}\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/oauth/registration/customer/translate-yourself","description":"<p>Register new customer account for the Translate Yourself feature</p>\n","urlObject":{"path":["api","v1","oauth","registration","customer","translate-yourself"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[]}},"response":[{"id":"9302ee09-54d3-4202-8e89-b653f3a11af8","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"customer\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"maisha-email@example.com\",\n\t\t\t\"password\": \"password\",\n\t\t\t\"password_confirmation\": \"password\",\n\t\t\t\"first_name\": \"maishaa\",\n\t\t\t\"last_name\": \"maishaa\",\n\t\t\t\"company_name\": \"maishaa\",\n\t\t\t\"phone\": \"+45100456356\",\n\t\t\t\"invoice_language\": \"en\",\n\t\t\t\"timezone\": \"Europe/Copenhagen\",\n\t\t\t\"consents\": {\n\t\t\t\t\"terms\": true,\n\t\t\t\t\"ai\": false,\n\t\t\t\t\"marketing\": false\n\t\t\t}\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/oauth/registration/customer/translate-yourself"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 07 Jun 2021 08:35:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"customer\",\n        \"id\": \"{{CUSTOMER_ID}}\",\n        \"attributes\": {\n            \"email\": \"maisha-email@example.com\",\n            \"first_name\": \"maishaa\",\n            \"last_name\": \"maishaa\",\n            \"phone\": \"+45100456356\",\n            \"timezone\": \"Europe/Copenhagen\",\n            \"avatar\": null,\n            \"created_at\": \"2021-06-07T08:35:15.000000Z\",\n            \"updated_at\": \"2021-06-07T08:35:15.000000Z\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"id\": \"{{ACCOUNT_ID}}\",\n                \"type\": \"account\"\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"{{ACCOUNT_ID}}\",\n            \"attributes\": {\n                \"company_name\": \"maishaa\",\n                \"company_email\": \"maisha-email@example.com\",\n                \"phone\": \"+45100456356\",\n                \"team_identifier\": \"maishaa\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"maisha-email@example.com\",\n                \"alerts\": {\n                    \"conversations\": []\n                },\n                \"subscription\": {\n                    \"plan_identifier\": \"translate_yourself\",\n                    \"plan_name\": \"Translate Yourself\",\n                    \"status\": \"active\",\n                    \"started_at\": \"2021-06-07T08:35:20.000000Z\",\n                    \"ends_at\": \"2021-06-08T08:35:20.000000Z\",\n                    \"trial_ends_at\": \"2021-06-07T08:35:20.000000Z\",\n                    \"is_active\": true\n                },\n                \"created_at\": \"2021-06-07T08:35:14.000000Z\",\n                \"updated_at\": \"2021-06-07T08:35:14.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2021 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"59963492-3bfb-4873-b7d1-e3d0d99bb19d"},{"name":"Sso login","id":"5a2f8e76-84f2-49c3-bad2-cb82229c4e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/sso/:idp/start?redirectTo=https://api.platform.testing.easytranslate.com/api/v1/sso/3e84bd4e-ac6a-48c9-ab90-cbc40a941ec2/callback","urlObject":{"path":["api","v1","sso",":idp","start"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[{"description":{"content":"<p>Testing</p>\n","type":"text/plain"},"key":"redirectTo","value":"https://api.platform.testing.easytranslate.com/api/v1/sso/3e84bd4e-ac6a-48c9-ab90-cbc40a941ec2/callback"}],"variable":[{"description":{"content":"<p>Testing</p>\n","type":"text/plain"},"type":"any","value":"b3783586-986b-4277-b34d-d4b371a65cca","key":"idp"}]}},"response":[],"_postman_id":"5a2f8e76-84f2-49c3-bad2-cb82229c4e72"}],"id":"74e1eaf8-56b2-4968-bb8a-dfe8119d875d","_postman_id":"74e1eaf8-56b2-4968-bb8a-dfe8119d875d","description":""},{"name":"String Library","item":[{"name":"Languages","item":[{"name":"Add Target language to Library","id":"f62d1d18-11ff-41fc-bccf-715b7883bdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\" : {\n        \"type\": \"library-language\",\n        \"attributes\": {\n            \"target_languages\": [\"cs\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/languages","description":"<p>You can add target languages after creating a Library. This is more if you want to add additional languages as your Library grows.</p>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","languages"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"c641ba9c-becf-47f3-a01d-9e4534523fa4","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"9b5ebf69-7c22-4b2b-a30d-4850b94ed3f7","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"7f589bf1-069b-4f76-8c95-655a6c424abd","name":"422 - Validation Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\" : {\n        \"type\": \"library-language\",\n        \"attributes\": {\n            \"target_languages\": [\"mk\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/languages","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","languages"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:12:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=UhxdwO3NhNHrHkNHJd6/jYYGM/JAv47boRspefxm8ZFTECVHy2tqH5fjqkjjzSfHLXSUdJTUO/Jm2xtwHxWQLYrKQu0hMp8m0qea06G6QFErmT4LuRHfpPzg2uZj; Expires=Fri, 18 Mar 2022 11:12:24 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=UhxdwO3NhNHrHkNHJd6/jYYGM/JAv47boRspefxm8ZFTECVHy2tqH5fjqkjjzSfHLXSUdJTUO/Jm2xtwHxWQLYrKQu0hMp8m0qea06G6QFErmT4LuRHfpPzg2uZj; Expires=Fri, 18 Mar 2022 11:12:24 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"target_languages\": [\n            \"Languages already added: mk\"\n        ]\n    },\n    \"data\": {\n        \"message\": \"Languages already added: mk\"\n    }\n}"},{"id":"95cc1613-baa8-4555-ae47-38debebd21ce","name":"200 - OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\" : {\n        \"type\": \"library-language\",\n        \"attributes\": {\n            \"target_languages\": [\"cs\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/languages","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","languages"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:13:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jgnBYWaNWOnsWMg6iDLEfbnvr05fvvbNSKcUug+XNiHnkTYMoMs+2ylAtc4FPA5npVImQhofit/3FNHf62FSFJnlPjNQN5lRqIvtwXdMuW4cfRX3nbPu5ADA3Wks; Expires=Fri, 18 Mar 2022 11:12:53 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=jgnBYWaNWOnsWMg6iDLEfbnvr05fvvbNSKcUug+XNiHnkTYMoMs+2ylAtc4FPA5npVImQhofit/3FNHf62FSFJnlPjNQN5lRqIvtwXdMuW4cfRX3nbPu5ADA3Wks; Expires=Fri, 18 Mar 2022 11:12:53 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"240"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"libraries\",\n        \"id\": \"620133944f32fc2cbf1dff12\",\n        \"attributes\": {\n            \"name\": \"My WPML Library\",\n            \"file_name\": null,\n            \"status\": \"enabled\",\n            \"team_id\": \"166ecd95-29d6-47dd-823c-d9d3f85fa709\",\n            \"user\": {\n                \"first_name\": \"Captain\",\n                \"last_name\": \"Deadpool\"\n            },\n            \"description\": \"Library that stores the WPML Strings\",\n            \"source_language\": \"en\",\n            \"languages\": [\n                \"da\",\n                \"en\",\n                \"fr_FR\",\n                \"mk\",\n                \"sr\",\n                \"cs\"\n            ],\n            \"overview\": [\n                {\n                    \"language_code\": \"da\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"en\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"fr_FR\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 2,\n                    \"strings_translated\": 0\n                },\n                {\n                    \"language_code\": \"mk\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"sr\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"cs\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 0,\n                    \"strings_translated\": 0\n                }\n            ],\n            \"created_at\": \"2022-02-07T14:58:28.714000Z\",\n            \"updated_at\": \"2022-03-11T11:12:54.120000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"f62d1d18-11ff-41fc-bccf-715b7883bdfe"},{"name":"Remove language from Library","id":"b576f372-0a39-4e73-91c4-0d4b10563e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/languages/:language_code","description":"<p>Deleting language added to the Library will result in the deletion of the translations associated with that language.</p>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","languages",":language_code"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"cf5add3e-7b4d-499c-8751-5d613dd95476","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"dcc8833d-35cf-4f7b-a32f-e1bf1c479664","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"},{"id":"fff83858-9ff2-44aa-a235-04beecef1ebe","type":"any","value":"{{LANGUAGE_CODE}}","key":"language_code"}]}},"response":[{"id":"cd36f7e1-d6b7-4913-9c35-06bb824c7cd4","name":"200 - OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/languages/:language_code","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","languages",":language_code"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"},{"key":"language_code","value":"{{LANGUAGE_CODE}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:13:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=HFkzkcMYq+WblAlsQxrzS51ghq53qWkesFcxgJBIhJsEmu1rJEy9UBJc6a06F/0YDgwr5+O+f4Yv7QNMEprAqNyS8ByEPSO/7ogP2uGZ2tZKNaBSIHdaXEvhZLul; Expires=Fri, 18 Mar 2022 11:13:50 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=HFkzkcMYq+WblAlsQxrzS51ghq53qWkesFcxgJBIhJsEmu1rJEy9UBJc6a06F/0YDgwr5+O+f4Yv7QNMEprAqNyS8ByEPSO/7ogP2uGZ2tZKNaBSIHdaXEvhZLul; Expires=Fri, 18 Mar 2022 11:13:50 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"libraries\",\n        \"id\": \"620133944f32fc2cbf1dff12\",\n        \"attributes\": {\n            \"name\": \"My WPML Library\",\n            \"file_name\": null,\n            \"status\": \"enabled\",\n            \"team_id\": \"166ecd95-29d6-47dd-823c-d9d3f85fa709\",\n            \"user\": {\n                \"first_name\": \"Captain\",\n                \"last_name\": \"Deadpool\"\n            },\n            \"description\": \"Library that stores the WPML Strings\",\n            \"source_language\": \"en\",\n            \"languages\": [\n                \"da\",\n                \"en\",\n                \"fr_FR\",\n                \"mk\",\n                \"sr\"\n            ],\n            \"overview\": [\n                {\n                    \"language_code\": \"da\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"en\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"fr_FR\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 2,\n                    \"strings_translated\": 0\n                },\n                {\n                    \"language_code\": \"mk\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"sr\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                }\n            ],\n            \"created_at\": \"2022-02-07T14:58:28.714000Z\",\n            \"updated_at\": \"2022-03-11T11:13:50.581000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"b576f372-0a39-4e73-91c4-0d4b10563e5f"}],"id":"d3ddea13-63e8-46f2-b7a4-c21ed2622c64","_postman_id":"d3ddea13-63e8-46f2-b7a4-c21ed2622c64","description":""},{"name":"Translation Keys","item":[{"name":"Add Translation Keys","id":"d9bd7106-3240-4bdb-8636-c89ec3b47d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translation-key\",\n        \"attributes\": [\n            {\n                \"name\": \"new_key\",\n                \"text\": \"X-Force Value\"\n            },\n            {\n                \"name\": \"another_new_key\",\n                \"text\": \"Captain Deadpool\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys","description":"<p>You can use this endpoint to add new keys and its default translations from the source language. However the default translation can be left empty but its recommended to have default translations defined. Using this endpoint will add new keys, it will not update existing keys. In order to add new keys and update existing keys at the same time go to “Sync library with content” instead.</p>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","keys"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"6f3f4605-f3f0-4683-968f-873b4c9da26e","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"5b7adcb6-4c5e-452d-b6e7-da59a1bfff98","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"a920a22f-6782-46c6-ba5d-09ea7acf7d86","name":"200 - OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translation-key\",\n        \"attributes\": [\n            {\n                \"name\": \"new_key\",\n                \"text\": \"X-Force Value\"\n            },\n            {\n                \"name\": \"another_new_key\",\n                \"text\": \"Captain Deadpool\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","keys"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:15:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=xXqwO5t6Fr0CR506WDp4y0ETTeS4F35LDdEtL+KOExdEZndprt/KU+6VpxfxxczxXeDA/Uzn8+c9ESf5ZZJI6D0d1NQupHNW9Eu5E2GeqiTQsa0oIhpiiHNvubZ9; Expires=Fri, 18 Mar 2022 11:15:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=xXqwO5t6Fr0CR506WDp4y0ETTeS4F35LDdEtL+KOExdEZndprt/KU+6VpxfxxczxXeDA/Uzn8+c9ESf5ZZJI6D0d1NQupHNW9Eu5E2GeqiTQsa0oIhpiiHNvubZ9; Expires=Fri, 18 Mar 2022 11:15:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"key\",\n            \"id\": \"622b2f3a3d3df7734706bda2\",\n            \"attributes\": {\n                \"name\": \"new_key\",\n                \"library_id\": \"620133944f32fc2cbf1dff12\",\n                \"translations\": [\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bda4\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"da\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bda5\",\n                        \"attributes\": {\n                            \"text\": \"X-Force Value\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"en\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bda6\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"fr_FR\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bda7\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"mk\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bda8\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"sr\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    }\n                ],\n                \"created_at\": \"2022-03-11T11:15:06.072000Z\",\n                \"updated_at\": \"2022-03-11T11:15:06.072000Z\"\n            }\n        },\n        {\n            \"type\": \"key\",\n            \"id\": \"622b2f3a3d3df7734706bda3\",\n            \"attributes\": {\n                \"name\": \"another_new_key\",\n                \"library_id\": \"620133944f32fc2cbf1dff12\",\n                \"translations\": [\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bda9\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"da\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bdaa\",\n                        \"attributes\": {\n                            \"text\": \"Captain Deadpool\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"en\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bdab\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"fr_FR\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bdac\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"mk\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b2f3a3d3df7734706bdad\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"sr\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    }\n                ],\n                \"created_at\": \"2022-03-11T11:15:06.072000Z\",\n                \"updated_at\": \"2022-03-11T11:15:06.072000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"},{"id":"68555ced-2bac-48d3-865d-015ba7246182","name":"422 - Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translation-key\",\n        \"attributes\": [\n            {\n                \"name\": \"new_key\",\n                \"text\": \"X-Force Value\"\n            },\n            {\n                \"name\": \"another_new_key\",\n                \"text\": \"Captain Deadpool\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","keys"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:15:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=+qllw40eIXuvJmHubA+s47jX/LzyMfTR5Qtee5x10sCK8GMmaACEb5VIi+x2nfIiuSJm58kLi9QbwHFMqubwLQFeKytl5xc6bauIl4KIO+xv9nyWkNJlwUH/7dey; Expires=Fri, 18 Mar 2022 11:15:21 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=+qllw40eIXuvJmHubA+s47jX/LzyMfTR5Qtee5x10sCK8GMmaACEb5VIi+x2nfIiuSJm58kLi9QbwHFMqubwLQFeKytl5xc6bauIl4KIO+xv9nyWkNJlwUH/7dey; Expires=Fri, 18 Mar 2022 11:15:21 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"name\": [\n            \"The key has already been used\"\n        ]\n    },\n    \"data\": {\n        \"message\": \"The key has already been used\"\n    }\n}"}],"_postman_id":"d9bd7106-3240-4bdb-8636-c89ec3b47d5b"},{"name":"Get all keys for library","id":"ddedb0b2-1f64-4840-8edc-5fd24d1863fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys","description":"<p>Retrieve keys and its translations belongs to the current Library.</p>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","keys"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"7a78f19d-98e5-43fe-9dc9-e21cf6b4a9f3","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"95debd79-e51e-440a-ba4f-9a5beb744cd3","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"f9b0b45e-c90c-4021-aaca-332e5828fd41","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","keys"],"variable":[{"id":"7a78f19d-98e5-43fe-9dc9-e21cf6b4a9f3","key":"team-name","value":"{{TEAM_NAME}}"},{"id":"95debd79-e51e-440a-ba4f-9a5beb744cd3","key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Mar 2022 08:50:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=yfkIGB/KVtCbIck1gDCV0X2QCDrJCvCuMoB/p0TchWMUwFIrLU/WZ1L7db/YCFkC16v04kQKjUNqvEQD82fUeun2Uixn3PB3MbSpTOHprCMGznHDkDHcVhTvr93l; Expires=Tue, 22 Mar 2022 08:50:30 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=yfkIGB/KVtCbIck1gDCV0X2QCDrJCvCuMoB/p0TchWMUwFIrLU/WZ1L7db/YCFkC16v04kQKjUNqvEQD82fUeun2Uixn3PB3MbSpTOHprCMGznHDkDHcVhTvr93l; Expires=Tue, 22 Mar 2022 08:50:30 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"key\",\n            \"id\": \"622b33c566838e5c45355f33\",\n            \"attributes\": {\n                \"name\": \"menu.language\",\n                \"library_id\": \"622b33c566838e5c45355f32\",\n                \"translations\": [\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b33c566838e5c45355f41\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"da\",\n                            \"created_at\": \"2022-03-11T11:34:29.133000Z\",\n                            \"updated_at\": \"2022-03-11T11:34:29.133000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b33c566838e5c45355f40\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"de\",\n                            \"created_at\": \"2022-03-11T11:34:29.133000Z\",\n                            \"updated_at\": \"2022-03-11T11:34:29.133000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b33c566838e5c45355f42\",\n                        \"attributes\": {\n                            \"text\": \"Language\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"en\",\n                            \"created_at\": \"2022-03-11T11:34:29.133000Z\",\n                            \"updated_at\": \"2022-03-11T11:34:29.133000Z\"\n                        }\n                    }\n                ],\n                \"created_at\": \"2022-03-11T11:34:29.122000Z\",\n                \"updated_at\": \"2022-03-11T11:34:29.122000Z\"\n            }\n        },\n        {\n            \"type\": \"key\",\n            \"id\": \"622b33c566838e5c45355f34\",\n            \"attributes\": {\n                \"name\": \"menu.currency\",\n                \"library_id\": \"622b33c566838e5c45355f32\",\n                \"translations\": [\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b33c566838e5c45355f44\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"da\",\n                            \"created_at\": \"2022-03-11T11:34:29.133000Z\",\n                            \"updated_at\": \"2022-03-11T11:34:29.133000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b33c566838e5c45355f43\",\n                        \"attributes\": {\n                            \"text\": null,\n                            \"status\": \"pending\",\n                            \"language_code\": \"de\",\n                            \"created_at\": \"2022-03-11T11:34:29.133000Z\",\n                            \"updated_at\": \"2022-03-11T11:34:29.133000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"622b33c566838e5c45355f45\",\n                        \"attributes\": {\n                            \"text\": \"Currency\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"en\",\n                            \"created_at\": \"2022-03-11T11:34:29.133000Z\",\n                            \"updated_at\": \"2022-03-11T11:34:29.133000Z\"\n                        }\n                    }\n                ],\n                \"created_at\": \"2022-03-11T11:34:29.122000Z\",\n                \"updated_at\": \"2022-03-11T11:34:29.122000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"ddedb0b2-1f64-4840-8edc-5fd24d1863fa"},{"name":"Get single key for library","id":"324748e4-face-47ae-8264-1d2a5eed1e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys/:key-id","description":"<p>Retrieve a single Library key and its translation</p>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","keys",":key-id"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"2a2eb370-dd97-48db-b370-f76f9014ada5","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"7be79e67-0c38-4718-b87f-05ae90135001","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"},{"id":"4920c92f-b364-4ab5-8e49-357a1e517151","type":"any","value":"{{KEY_ID}}","key":"key-id"}]}},"response":[{"id":"be8dff85-165a-4a12-b6c4-961cbdec6cb5","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys/:key-id","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","keys",":key-id"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"},{"key":"key-id","value":"{{KEY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:17:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=UQe6IP9CL+uuJ+ZACV2QljfVJ2u7rdMKofyx8DD+NBPOs2vJWqfd4A0x9TdHrXBufRMHwLVocPFJ1Ez2t/HqpbFIvGVgFMH6f4sEdcLkXZQadMnjbWfyDBzW14pU; Expires=Fri, 18 Mar 2022 11:17:35 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=UQe6IP9CL+uuJ+ZACV2QljfVJ2u7rdMKofyx8DD+NBPOs2vJWqfd4A0x9TdHrXBufRMHwLVocPFJ1Ez2t/HqpbFIvGVgFMH6f4sEdcLkXZQadMnjbWfyDBzW14pU; Expires=Fri, 18 Mar 2022 11:17:35 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"key\",\n            \"id\": \"6201353ce47203a73f3ddbfd\",\n            \"attributes\": {\n                \"name\": \"wp.blog-title\",\n                \"library_id\": \"620133944f32fc2cbf1dff12\",\n                \"translations\": [\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"6201353de47203a73f3deb41\",\n                        \"attributes\": {\n                            \"text\": \"W$P$M$L$ S$t\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"da\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"6201353de47203a73f3deb48\",\n                        \"attributes\": {\n                            \"text\": \"WPML Strings\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"en\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"6201353de47203a73f3deb40\",\n                        \"attributes\": {\n                            \"text\": \"French translation!\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"fr_FR\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"6201353de47203a73f3deb43\",\n                        \"attributes\": {\n                            \"text\": \"W$P$M$L$ S$t\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"mk\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    },\n                    {\n                        \"type\": \"translation\",\n                        \"id\": \"6201353de47203a73f3deb46\",\n                        \"attributes\": {\n                            \"text\": \"W$P$M$L$ S$t\",\n                            \"status\": \"translated\",\n                            \"language_code\": \"sr\",\n                            \"created_at\": null,\n                            \"updated_at\": null\n                        }\n                    }\n                ],\n                \"created_at\": \"2022-02-07T15:05:32.925000Z\",\n                \"updated_at\": \"2022-02-07T15:05:32.925000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"324748e4-face-47ae-8264-1d2a5eed1e28"},{"name":"Delete Translation Keys","id":"35f1ca5f-3323-480d-8739-a089abe59327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translation-keys\",\n        \"attributes\": {\n            \"key_names\": [\n                \"key_name\"\n            ],\n            \"query\": {\n                \"text\": \"search by text\",\n                \"key\": \"my_first_key.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/keys/delete","description":"<p>Delete translations for the given keys and language in the Library.</p>\n<p>Not all the fields in the body are required. They can be used to combine and refine your filtering while deleting the keys.</p>\n<p>Basically if you want to include certain keys for deletion, just specify the <code>key_names</code></p>\n<p>If you want to search for keys that contain specific translation then specify <code>query.text</code></p>\n<p>If you want to search for key prefix you should specify <code>query.key</code>. For example, if the goal is to delete key with value <code>key_names</code>, then you could specify <code>key_</code> and that will match all the records that start with <code>key_</code></p>\n<p>They can all be combined, since both <code>key_names</code> and <code>query</code> are executed separately, so combination of <code>text</code> and <code>key</code> inside <code>query</code> will result on much more refined search.</p>\n<p>The example body will delete:</p>\n<ol>\n<li><p>Every translations/keys that are related to the literal key value of <code>key_name</code></p>\n</li>\n<li><p>Every translation and keys that starts with <code>my_first_key.</code> and has a translation in any language containing the text <code>search by text</code>. That will get all the keys that match the criteria, delete them and the related translations.</p>\n</li>\n</ol>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","keys","delete"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}} ","key":"team-name"},{"type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[],"_postman_id":"35f1ca5f-3323-480d-8739-a089abe59327"}],"id":"1c1516fb-69e7-426f-92ee-abb5737d00b4","_postman_id":"1c1516fb-69e7-426f-92ee-abb5737d00b4","description":""},{"name":"Translation Strings","item":[{"name":"Update Single Translation String","id":"ce7e2d9f-d079-41a3-9661-66a7ba6939d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translation\",\n        \"attributes\": {\n            \"text\": \"X-Force value!\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations/:translation-id","urlObject":{"path":["teams",":team-name","libraries",":library-id","translations",":translation-id"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"7e255e1c-d330-4b64-a9fd-c1da87553b8e","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"7467c1b6-081c-4c92-a26b-c15b94dace60","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"},{"id":"393f455a-bbf2-4b82-83c1-d46ed656881f","type":"any","value":"{{TRANSLATION_ID}}","key":"translation-id"}]}},"response":[{"id":"52c9d8ab-e3c2-47dd-8853-e93edf5d3660","name":"200 - OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translation\",\n        \"attributes\": {\n            \"text\": \"X-Force value!\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations/:translation-id","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","translations",":translation-id"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"},{"key":"translation-id","value":"{{TRANSLATION_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:19:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=I510a0oUJrP3MUG8EDnrh02V6w+4wHVZ5kQTMqIZZdllXgtEosT2pfX450JeTrLCa/Cv5LDtL7Zjqx0FvCl9/sK8azGrRayoAXFyBJOVR6ZtyriGsTHK/Taib/qI; Expires=Fri, 18 Mar 2022 11:19:52 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=I510a0oUJrP3MUG8EDnrh02V6w+4wHVZ5kQTMqIZZdllXgtEosT2pfX450JeTrLCa/Cv5LDtL7Zjqx0FvCl9/sK8azGrRayoAXFyBJOVR6ZtyriGsTHK/Taib/qI; Expires=Fri, 18 Mar 2022 11:19:52 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"237"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"translation\",\n        \"id\": \"6201353de47203a73f3deb41\",\n        \"attributes\": {\n            \"text\": \"X-Force value!\",\n            \"status\": \"translated\",\n            \"key\": \"wp.blog-title\",\n            \"key_id\": \"6201353ce47203a73f3ddbfd\",\n            \"library_id\": \"620133944f32fc2cbf1dff12\",\n            \"language_code\": \"da\",\n            \"history\": [\n                {\n                    \"text\": \"Bla bla bla\",\n                    \"agent\": \"Editor\",\n                    \"user_name\": \"Captain Deadpool\",\n                    \"created_at\": \"2022-02-07T15:06:54.945000Z\",\n                    \"updated_at\": \"2022-02-07T15:06:54.945000Z\"\n                },\n                {\n                    \"text\": \"W$P$M$L$ S$t\",\n                    \"agent\": \"LaaS Service\",\n                    \"user_name\": \"LaaS Service\",\n                    \"created_at\": \"2022-02-07T15:23:33.785000Z\",\n                    \"updated_at\": \"2022-02-07T15:23:33.785000Z\"\n                },\n                {\n                    \"text\": \"W$P$M$L$ S$t\",\n                    \"agent\": \"Editor\",\n                    \"user_name\": \"Captain Deadpool\",\n                    \"created_at\": \"2022-03-11T11:19:52.400000Z\",\n                    \"updated_at\": \"2022-03-11T11:19:52.400000Z\"\n                }\n            ],\n            \"created_at\": \"2022-02-07T15:05:33.818000Z\",\n            \"updated_at\": \"2022-03-11T11:19:52.400000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"ce7e2d9f-d079-41a3-9661-66a7ba6939d7"},{"name":"Update Translation Strings","id":"22b70f2e-dd18-41ab-8b05-54eded810c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translations\",\n        \"attributes\": {\n            \"strings\": [\n                {\n                   \"translation_id\": \"6201353de47203a73f3deb41\",\n                   \"text\": \"Your translation 1\" \n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations","urlObject":{"path":["teams",":team-name","libraries",":library-id","translations"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"efd86bd1-36a5-4ba9-b29e-2ed701fca877","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"0220408d-1147-4c28-817b-76dc05b1b08f","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"22d9e8ff-681c-414a-adca-84ba584e2eb8","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"X-Auth-Team","value":"{\"id\":\"cc301137-ab6e-4c08-b0a4-3490e57f370d\",\"name\":\"easytranslate\",\"display_name\":\"EasyTranslate\",\"description\":\"EasyTranslate's Team\",\"created_at\":\"2020-04-09T08:05:45.000000Z\",\"updated_at\":\"2020-04-09T08:05:45.000000Z\",\"deleted_at\":null}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"translations\",\n        \"attributes\": {\n            \"strings\": [\n                {\n                   \"translation_id\": \"6201353de47203a73f3deb41\",\n                   \"text\": \"Your translation 1\" \n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","translations"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:21:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=yrdKP0CR0BZVjx+8kdRS1GekP3ZGCdfVZk1kdjEuKIPrtcTGky3bgmNr+A0g3pL1KvStaYCVMLljOzoK0TljBO901fDczI2h7U8T2RpCjfwEcQ7HejaCCj+3lNKk; Expires=Fri, 18 Mar 2022 11:21:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=yrdKP0CR0BZVjx+8kdRS1GekP3ZGCdfVZk1kdjEuKIPrtcTGky3bgmNr+A0g3pL1KvStaYCVMLljOzoK0TljBO901fDczI2h7U8T2RpCjfwEcQ7HejaCCj+3lNKk; Expires=Fri, 18 Mar 2022 11:21:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"translation\",\n            \"id\": \"6201353de47203a73f3deb41\",\n            \"attributes\": {\n                \"text\": \"Your translation 1\",\n                \"status\": \"translated\",\n                \"key\": \"wp.blog-title\",\n                \"key_id\": \"6201353ce47203a73f3ddbfd\",\n                \"library_id\": \"620133944f32fc2cbf1dff12\",\n                \"language_code\": \"da\",\n                \"history\": [\n                    {\n                        \"text\": \"Bla bla bla\",\n                        \"agent\": \"Editor\",\n                        \"user_name\": \"Captain Deadpool\",\n                        \"created_at\": \"2022-02-07T15:06:54.945000Z\",\n                        \"updated_at\": \"2022-02-07T15:06:54.945000Z\"\n                    },\n                    {\n                        \"text\": \"W$P$M$L$ S$t\",\n                        \"agent\": \"LaaS Service\",\n                        \"user_name\": \"LaaS Service\",\n                        \"created_at\": \"2022-02-07T15:23:33.785000Z\",\n                        \"updated_at\": \"2022-02-07T15:23:33.785000Z\"\n                    },\n                    {\n                        \"text\": \"W$P$M$L$ S$t\",\n                        \"agent\": \"Editor\",\n                        \"user_name\": \"Captain Deadpool\",\n                        \"created_at\": \"2022-03-11T11:19:52.400000Z\",\n                        \"updated_at\": \"2022-03-11T11:19:52.400000Z\"\n                    },\n                    {\n                        \"text\": \"X-Force value!\",\n                        \"agent\": \"Editor\",\n                        \"user_name\": \"Captain Deadpool\",\n                        \"created_at\": \"2022-03-11T11:21:04.640000Z\",\n                        \"updated_at\": \"2022-03-11T11:21:04.640000Z\"\n                    }\n                ],\n                \"created_at\": \"2022-02-07T15:05:33.818000Z\",\n                \"updated_at\": \"2022-03-11T11:21:04.640000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"22b70f2e-dd18-41ab-8b05-54eded810c10"},{"name":"Get All Translations","id":"2d82e641-b8ed-4757-aa19-d55529d106da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations","urlObject":{"path":["teams",":team-name","libraries",":library-id","translations"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"267c2181-b2df-4d57-9d7d-9e0bfc13c5c1","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"92f52d80-5f4f-4d1f-8b71-d4dc7841a3db","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[],"_postman_id":"2d82e641-b8ed-4757-aa19-d55529d106da"},{"name":"Get Single Translation","id":"e5d7c920-b084-489d-b900-7129fd3055c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations/:translation-id ","urlObject":{"path":["teams",":team-name","libraries",":library-id","translations",":translation-id "],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"2572f9bc-0179-4473-b5ab-fe627f1f388c","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"c01f8544-5b0b-4806-8966-9c625b80716f","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"},{"id":"381dc53b-b6ec-436f-b2a8-6b598040e34d","type":"any","value":"{{TRANSLATION_ID}}","key":"translation-id "}]}},"response":[{"id":"be8df4f1-e46e-4631-aded-629f9be9b3b9","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/translations/:translation-id ","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","translations",":translation-id "],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"},{"key":"translation-id ","value":"{{TRANSLATION_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:22:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=F6MlDxFr188HLtv4r0jI/Rik/BgxwNMD29T6160H8yTghJen/J7m3ljxlKx0QuzG2QkLpuzAnxIlUPqUyz6DssNAhU1IVazO561/yp16d9H+n2qVcv05mKNJ53Lx; Expires=Fri, 18 Mar 2022 11:22:15 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=F6MlDxFr188HLtv4r0jI/Rik/BgxwNMD29T6160H8yTghJen/J7m3ljxlKx0QuzG2QkLpuzAnxIlUPqUyz6DssNAhU1IVazO561/yp16d9H+n2qVcv05mKNJ53Lx; Expires=Fri, 18 Mar 2022 11:22:15 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"translation\",\n        \"id\": \"6201353de47203a73f3deb41\",\n        \"attributes\": {\n            \"text\": \"Your translation 1\",\n            \"status\": \"translated\",\n            \"key\": \"wp.blog-title\",\n            \"key_id\": \"6201353ce47203a73f3ddbfd\",\n            \"library_id\": \"620133944f32fc2cbf1dff12\",\n            \"language_code\": \"da\",\n            \"history\": [\n                {\n                    \"text\": \"Bla bla bla\",\n                    \"agent\": \"Editor\",\n                    \"user_name\": \"Captain Deadpool\",\n                    \"created_at\": \"2022-02-07T15:06:54.945000Z\",\n                    \"updated_at\": \"2022-02-07T15:06:54.945000Z\"\n                },\n                {\n                    \"text\": \"W$P$M$L$ S$t\",\n                    \"agent\": \"LaaS Service\",\n                    \"user_name\": \"LaaS Service\",\n                    \"created_at\": \"2022-02-07T15:23:33.785000Z\",\n                    \"updated_at\": \"2022-02-07T15:23:33.785000Z\"\n                },\n                {\n                    \"text\": \"W$P$M$L$ S$t\",\n                    \"agent\": \"Editor\",\n                    \"user_name\": \"Captain Deadpool\",\n                    \"created_at\": \"2022-03-11T11:19:52.400000Z\",\n                    \"updated_at\": \"2022-03-11T11:19:52.400000Z\"\n                },\n                {\n                    \"text\": \"X-Force value!\",\n                    \"agent\": \"Editor\",\n                    \"user_name\": \"Captain Deadpool\",\n                    \"created_at\": \"2022-03-11T11:21:04.640000Z\",\n                    \"updated_at\": \"2022-03-11T11:21:04.640000Z\"\n                }\n            ],\n            \"created_at\": \"2022-02-07T15:05:33.818000Z\",\n            \"updated_at\": \"2022-03-11T11:21:04.640000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"e5d7c920-b084-489d-b900-7129fd3055c4"}],"id":"f369ca95-598c-42fc-a6e0-37e5ac206016","_postman_id":"f369ca95-598c-42fc-a6e0-37e5ac206016","description":""},{"name":"Download","item":[{"name":"Download Library","id":"e4569d0d-5a7d-4b17-8e6a-87704a730481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"library-download\",\n        \"attributes\": {\n            \"languages\": [\"da\"],\n            \"options\": {\n                \"exclude_empty_translations\": false,\n                \"unpack_strings\": false\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/download","urlObject":{"path":["teams",":team-name","libraries",":library-id","download"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"b9fe43e2-02dc-4c59-b1ae-9f62223a5d67","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"dcce682c-ca6d-42f4-a5c3-c541bed99431","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[],"_postman_id":"e4569d0d-5a7d-4b17-8e6a-87704a730481"}],"id":"44bbdc9b-97de-4edd-8ff1-7de415af3896","_postman_id":"44bbdc9b-97de-4edd-8ff1-7de415af3896","description":""},{"name":"Webhook Events","item":[{"name":"String Key has updated translation","id":"e4c90356-b1c6-4a64-913b-d577e4185b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"},{"key":"EasyTranslate-Signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"id\": \"61da44dc5521dd51830f4563\",\n      \"type\": \"keys\",\n      \"attributes\": {\n        \"name\": \"my.first.key\",\n        \"library_id\": \"61da44dc5521dd51830f4562\",\n        \"translations\": [\n          {\n            \"id\": \"61da44dc5521dd51830f4566\",\n            \"key\": \"my.first.key\",\n            \"text\": \"My first key\",\n            \"status\": \"translated\",\n            \"segment_id\": 0,\n            \"language_code\": \"en\",\n            \"library_id\": \"61da44dc5521dd51830f4562\",\n            \"created_at\": \"2022-01-09T02:13:48.134000Z\",\n            \"updated_at\": \"2022-01-09T02:13:48.134000Z\"\n          },\n          {\n            \"id\": \"61da44dc5521dd51830f4565\",\n            \"key\": \"my.first.key\",\n            \"text\": \"Traslated First key\",\n            \"status\": \"translated\",\n            \"segment_id\": 0,\n            \"language_code\": \"de\",\n            \"library_id\": \"61da44dc5521dd51830f4562\",\n            \"created_at\": \"2022-01-09T02:13:48.134000Z\",\n            \"updated_at\": \"2022-04-05T17:41:39.596000Z\"\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"61dca15a6ce1b958ff6bf762\",\n      \"type\": \"keys\",\n      \"attributes\": {\n        \"name\": \"testing.key\",\n        \"library_id\": \"61da44dc5521dd51830f4562\",\n        \"translations\": [\n          {\n            \"id\": \"61dca15a6ce1b958ff6bf765\",\n            \"key\": \"testing.key\",\n            \"text\": \"Hello World\",\n            \"status\": \"translated\",\n            \"segment_id\": 0,\n            \"language_code\": \"en\",\n            \"library_id\": \"61da44dc5521dd51830f4562\",\n            \"created_at\": \"2022-01-10T21:12:58.339000Z\",\n            \"updated_at\": \"2022-01-10T21:12:58.339000Z\"\n          },\n          {\n            \"id\": \"61dca15a6ce1b958ff6bf764\",\n            \"key\": \"testing.key\",\n            \"text\": \"Translated Hello World\",\n            \"status\": \"translated\",\n            \"segment_id\": 0,\n            \"language_code\": \"de\",\n            \"library_id\": \"61da44dc5521dd51830f4562\",\n            \"created_at\": \"2022-01-10T21:12:58.330000Z\",\n            \"updated_at\": \"2022-04-05T17:41:39.596000Z\"\n          }\n        ]\n      }\n    }\n  ],\n  \"meta\": {\n    \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n    \"environment\": \"testing\"\n  },\n  \"event\": \"strings.key.updated\"\n}"},"url":"https://www.example.com/callback/","description":"<p>Event name: <code>strings.key.updated</code></p>\n<p>This event is triggered only when the key translation is updated from automation workflow which automatically translates the library.</p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4c90356-b1c6-4a64-913b-d577e4185b05"}],"id":"3da33a8f-03e1-476b-889a-04c3ecdc1926","_postman_id":"3da33a8f-03e1-476b-889a-04c3ecdc1926","description":""},{"name":"Get all libraries","id":"d9c1a3c6-9ac2-41c0-a386-0917f969e542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries","urlObject":{"path":["teams",":team-name","libraries"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"0d47d442-0460-4a13-9914-e76e359b88e9","type":"any","value":"{{TEAM_NAME}}","key":"team-name"}]}},"response":[{"id":"52059441-1920-4961-93a1-7e35a0cf2351","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:11:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=XS+fAcl67EQKMugrRCJWINL0g1EDOBrkBugOVfvqaIgg5Iba0DWH/HFAIc513eOR9a2mQ3r82GtbB4v3clkvllHA8kCqgkvg4jWx90UJewqgXo1BqpHS8dgLtIlj; Expires=Fri, 18 Mar 2022 11:10:59 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=XS+fAcl67EQKMugrRCJWINL0g1EDOBrkBugOVfvqaIgg5Iba0DWH/HFAIc513eOR9a2mQ3r82GtbB4v3clkvllHA8kCqgkvg4jWx90UJewqgXo1BqpHS8dgLtIlj; Expires=Fri, 18 Mar 2022 11:10:59 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"libraries\",\n            \"id\": \"620133944f32fc2cbf1dff12\",\n            \"attributes\": {\n                \"name\": \"My WPML Library\",\n                \"file_name\": null,\n                \"status\": \"enabled\",\n                \"team_id\": \"166ecd95-29d6-47dd-823c-d9d3f85fa709\",\n                \"user\": {\n                    \"first_name\": \"Captain\",\n                    \"last_name\": \"Deadpool\"\n                },\n                \"description\": \"Library that stores the WPML Strings\",\n                \"source_language\": \"en\",\n                \"languages\": [\n                    \"da\",\n                    \"en\",\n                    \"fr_FR\",\n                    \"mk\",\n                    \"sr\"\n                ],\n                \"overview\": [\n                    {\n                        \"language_code\": \"da\",\n                        \"total_keys\": 1785,\n                        \"total_strings\": 1785,\n                        \"strings_translated\": 100\n                    },\n                    {\n                        \"language_code\": \"en\",\n                        \"total_keys\": 1785,\n                        \"total_strings\": 1785,\n                        \"strings_translated\": 100\n                    },\n                    {\n                        \"language_code\": \"fr_FR\",\n                        \"total_keys\": 1785,\n                        \"total_strings\": 2,\n                        \"strings_translated\": 0\n                    },\n                    {\n                        \"language_code\": \"mk\",\n                        \"total_keys\": 1785,\n                        \"total_strings\": 1785,\n                        \"strings_translated\": 100\n                    },\n                    {\n                        \"language_code\": \"sr\",\n                        \"total_keys\": 1785,\n                        \"total_strings\": 1785,\n                        \"strings_translated\": 100\n                    }\n                ],\n                \"created_at\": \"2022-02-07T14:58:28.714000Z\",\n                \"updated_at\": \"2022-02-07T15:22:14.117000Z\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"/?page=1\",\n        \"last\": \"/?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"/?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"/\",\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1,\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"d9c1a3c6-9ac2-41c0-a386-0917f969e542"},{"name":"Create library","event":[{"listen":"test","script":{"id":"61b6b63b-b284-4b4c-9ccc-ded3288e0428","exec":["if(pm.response.code === 200) {","    const body = JSON.parse(responseBody);","    pm.environment.set('LIBRARY_ID', JSON.parse(responseBody).data.id);","}"],"type":"text/javascript"}}],"id":"f30cbe90-2476-470f-96fa-ef3abe2c3154","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"library\",\n        \"attributes\": {\n            \"name\": \"Your first library\",\n            \"description\": \"Your library description for your team...\",\n            \"source_language\": \"en\",\n            \"type\": \"string\",\n            \"target_languages\": [\n                \"de\",\n                \"da\"\n            ],\n            \"translations\": {\n                \"menu\": {\n                    \"language\": \"Language\",\n                    \"currency\": \"Currency\",\n                    \"button\": \"Change\"\n                },\n                \"terms\": {\n                    \"privacy_policy\": {\n                        \"text\": \"Privacy Policy\"\n                    }\n                },\n                \"summary\": {\n                    \"title\": \"Your summary title here :)\",\n                    \"text\": \"Here is your order summary.\",\n                    \"language\": {\n                        \"source\": \"Source language:\",\n                        \"target\": \"Target language:\"\n                    },\n                    \"project_section\": {\n                        \"name\": \"Project file name:\",\n                        \"translator\": \"Translator:\",\n                        \"word_count\": \"Word count:\",\n                        \"price_label\": \"Price (excl. VAT)\",\n                        \"price_total\": \"Total price (excl. VAT):\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/new","description":"<p>Create a Library, keys and translations. The keys and translations should be defined as a json content or object.</p>\n","urlObject":{"path":["teams",":team-name","libraries","new"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"ed3492cb-6a83-4c14-92ea-6cada1b9bfdd","type":"any","value":"{{TEAM_NAME}}","key":"team-name"}]}},"response":[{"id":"cf46deff-23e9-4d41-8305-c82b773bb44b","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"library\",\n        \"attributes\": {\n            \"name\": \"Your first library\",\n            \"description\": \"Your library description for your team...\",\n            \"source_language\": \"en\",\n            \"type\": \"string\",\n            \"target_languages\": [\n                \"de\",\n                \"da\"\n            ],\n            \"translations\": {\n                \"menu\": {\n                    \"language\": \"Language\",\n                    \"currency\": \"Currency\",\n                    \"button\": \"Change\"\n                },\n                \"terms\": {\n                    \"privacy_policy\": {\n                        \"text\": \"Privacy Policy\"\n                    }\n                },\n                \"summary\": {\n                    \"title\": \"Your summary title here :)\",\n                    \"text\": \"Here is your order summary.\",\n                    \"language\": {\n                        \"source\": \"Source language:\",\n                        \"target\": \"Target language:\"\n                    },\n                    \"project_section\": {\n                        \"name\": \"Project file name:\",\n                        \"translator\": \"Translator:\",\n                        \"word_count\": \"Word count:\",\n                        \"price_label\": \"Price (excl. VAT)\",\n                        \"price_total\": \"Total price (excl. VAT):\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/new","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries","new"],"variable":[{"id":"ed3492cb-6a83-4c14-92ea-6cada1b9bfdd","key":"team-name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:34:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=WSaUQPd+1A0HrG78E0vMuBfxsU1B755zR5LaMXHekNt+KoCVJPMPrWFUtY1hZiKB/5PjJiqDdvq8+GX4PohlFGgEYgjntJScfUzilwiulxazoEf87XrIe0G6uax1; Expires=Fri, 18 Mar 2022 11:34:28 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=WSaUQPd+1A0HrG78E0vMuBfxsU1B755zR5LaMXHekNt+KoCVJPMPrWFUtY1hZiKB/5PjJiqDdvq8+GX4PohlFGgEYgjntJScfUzilwiulxazoEf87XrIe0G6uax1; Expires=Fri, 18 Mar 2022 11:34:28 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"libraries\",\n        \"id\": \"622b33c566838e5c45355f32\",\n        \"attributes\": {\n            \"name\": \"Your first library\",\n            \"file_name\": null,\n            \"status\": \"enabled\",\n            \"type\": \"string\",\n            \"team_id\": \"166ecd95-29d6-47dd-823c-d9d3f85fa709\",\n            \"user\": {\n                \"first_name\": \"Captain\",\n                \"last_name\": \"Deadpool\"\n            },\n            \"description\": \"Your library description for your team...\",\n            \"source_language\": \"en\",\n            \"languages\": [\n                \"de\",\n                \"da\",\n                \"en\"\n            ],\n            \"overview\": [\n                {\n                    \"language_code\": \"de\",\n                    \"total_keys\": 13,\n                    \"total_strings\": 0,\n                    \"strings_translated\": 0\n                },\n                {\n                    \"language_code\": \"da\",\n                    \"total_keys\": 13,\n                    \"total_strings\": 0,\n                    \"strings_translated\": 0\n                },\n                {\n                    \"language_code\": \"en\",\n                    \"total_keys\": 13,\n                    \"total_strings\": 13,\n                    \"strings_translated\": 100\n                }\n            ],\n            \"created_at\": \"2022-03-11T11:34:29.105000Z\",\n            \"updated_at\": \"2022-03-11T11:34:29.105000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"f30cbe90-2476-470f-96fa-ef3abe2c3154"},{"name":"Get single library","id":"829986ec-40c9-4bb0-9cf0-8640f3e955a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-id/libraries/:library-id","urlObject":{"path":["teams",":team-id","libraries",":library-id"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"id":"0a2229bd-86b1-4668-ab67-cb9f5d066be9","type":"any","value":"{{TEAM_NAME}}","key":"team-id"},{"id":"7d99fff1-890f-4c65-b1db-1eb5880849e9","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"078fca5b-f671-47fb-8b2d-22454764483c","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-id/libraries/:library-id","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-id","libraries",":library-id"],"variable":[{"key":"team-id","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:11:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=w6GKaQs1gqaQhMwZn1Bb4Dl+YXmbGkeCzyQB94T1wchYq7gaNujByK+nzaq3C2CEfSNNheHwlxFiNdBVgwc40dpG3JeFjy2H6JZQ4unx/XAKiiaNHxUTlhs7rUn7; Expires=Fri, 18 Mar 2022 11:11:56 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=w6GKaQs1gqaQhMwZn1Bb4Dl+YXmbGkeCzyQB94T1wchYq7gaNujByK+nzaq3C2CEfSNNheHwlxFiNdBVgwc40dpG3JeFjy2H6JZQ4unx/XAKiiaNHxUTlhs7rUn7; Expires=Fri, 18 Mar 2022 11:11:56 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"libraries\",\n        \"id\": \"620133944f32fc2cbf1dff12\",\n        \"attributes\": {\n            \"name\": \"My WPML Library\",\n            \"file_name\": null,\n            \"status\": \"enabled\",\n            \"team_id\": \"166ecd95-29d6-47dd-823c-d9d3f85fa709\",\n            \"user\": {\n                \"first_name\": \"Captain\",\n                \"last_name\": \"Deadpool\"\n            },\n            \"description\": \"Library that stores the WPML Strings\",\n            \"source_language\": \"en\",\n            \"languages\": [\n                \"da\",\n                \"en\",\n                \"fr_FR\",\n                \"mk\",\n                \"sr\"\n            ],\n            \"overview\": [\n                {\n                    \"language_code\": \"da\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"en\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"fr_FR\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 2,\n                    \"strings_translated\": 0\n                },\n                {\n                    \"language_code\": \"mk\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                },\n                {\n                    \"language_code\": \"sr\",\n                    \"total_keys\": 1785,\n                    \"total_strings\": 1785,\n                    \"strings_translated\": 100\n                }\n            ],\n            \"created_at\": \"2022-02-07T14:58:28.714000Z\",\n            \"updated_at\": \"2022-02-07T15:22:14.117000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"829986ec-40c9-4bb0-9cf0-8640f3e955a1"},{"name":"Multilingual Content","id":"8230ab14-1d63-4aa0-87ef-11c3f1151a4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-id/libraries/:library-id/bilingual?page=1&perPage=5&filters[target_languages][0]=da&filters[target_languages][1]=fr_FR&filters[key]=another_new_key&filters[text]=Captain Deadpool","urlObject":{"path":["teams",":team-id","libraries",":library-id","bilingual"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"5"},{"key":"filters[target_languages][0]","value":"da"},{"key":"filters[target_languages][1]","value":"fr_FR"},{"key":"filters[key]","value":"another_new_key"},{"key":"filters[text]","value":"Captain Deadpool"}],"variable":[{"id":"145a4840-492d-4eec-b583-58f575146eaa","type":"any","value":"{{TEAM_NAME}}","key":"team-id"},{"id":"26c6fe28-cda5-41ae-b766-213f6e123d3f","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"8e6a1b0c-7b91-44d0-b327-c2504797dbe9","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-id/libraries/:library-id/bilingual?page=1&perPage=5&filters[target_languages][0]=da&filters[target_languages][1]=fr_FR&filters[key]=another_new_key&filters[text]=Captain Deadpool","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-id","libraries",":library-id","bilingual"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"5"},{"key":"filters[target_languages][0]","value":"da"},{"key":"filters[target_languages][1]","value":"fr_FR"},{"key":"filters[key]","value":"another_new_key"},{"key":"filters[text]","value":"Captain Deadpool"}],"variable":[{"id":"145a4840-492d-4eec-b583-58f575146eaa","key":"team-id","value":"{{TEAM_NAME}}"},{"id":"26c6fe28-cda5-41ae-b766-213f6e123d3f","key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 11:27:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=gFuCM/ZhQhqh/PzpkTdqtaaiUgR18tmzClW8r0KuKQI7GWRyL5QDIyBK/S8o208Qtrz2GHVZtZHuG+rtr7YkDtKM/Eds9oQxXoFbUqbPF6KUHyqa1Nc6smydh3+S; Expires=Fri, 18 Mar 2022 11:27:14 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=gFuCM/ZhQhqh/PzpkTdqtaaiUgR18tmzClW8r0KuKQI7GWRyL5QDIyBK/S8o208Qtrz2GHVZtZHuG+rtr7YkDtKM/Eds9oQxXoFbUqbPF6KUHyqa1Nc6smydh3+S; Expires=Fri, 18 Mar 2022 11:27:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"228"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"622b2f3a3d3df7734706bda3\",\n            \"type\": \"keys\",\n            \"attributes\": {\n                \"translations\": [\n                    {\n                        \"id\": \"622b2f3a3d3df7734706bdaa\",\n                        \"key\": \"another_new_key\",\n                        \"text\": \"Captain Deadpool\",\n                        \"status\": \"translated\",\n                        \"segment_id\": 0,\n                        \"language_code\": \"en\",\n                        \"library_id\": \"620133944f32fc2cbf1dff12\",\n                        \"created_at\": \"2022-03-11T11:15:06.098000Z\",\n                        \"updated_at\": \"2022-03-11T11:15:06.098000Z\"\n                    },\n                    {\n                        \"id\": \"622b2f3a3d3df7734706bda9\",\n                        \"key\": \"another_new_key\",\n                        \"text\": null,\n                        \"status\": \"pending\",\n                        \"segment_id\": 0,\n                        \"language_code\": \"da\",\n                        \"library_id\": \"620133944f32fc2cbf1dff12\",\n                        \"created_at\": \"2022-03-11T11:15:06.098000Z\",\n                        \"updated_at\": \"2022-03-11T11:15:06.098000Z\"\n                    },\n                    {\n                        \"id\": \"622b2f3a3d3df7734706bdab\",\n                        \"key\": \"another_new_key\",\n                        \"text\": null,\n                        \"status\": \"pending\",\n                        \"segment_id\": 0,\n                        \"language_code\": \"fr_FR\",\n                        \"library_id\": \"620133944f32fc2cbf1dff12\",\n                        \"created_at\": \"2022-03-11T11:15:06.098000Z\",\n                        \"updated_at\": \"2022-03-11T11:15:06.098000Z\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"/?page=1\",\n        \"last\": \"/?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"/?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"/\",\n        \"per_page\": 5,\n        \"to\": 1,\n        \"total\": 1,\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"8230ab14-1d63-4aa0-87ef-11c3f1151a4a"},{"name":"Sync library with content","event":[{"listen":"test","script":{"id":"ba2e11f6-8874-4a94-9f94-1c20e51f8bb2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b010aee2-6c0e-4262-a406-c6a6d0db1bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"data\":{\n      \"type\":\"libraries\",\n      \"attributes\":{\n         \"source_language\":\"en\",\n         \"target_languages\":[\n            \"fr_FR\",\n            \"da\",\n            \"mk\",\n            \"sr\"\n         ],\n         \"settings\": {\n            \"overwrite_text_with_null\": false\n         },\n         \"keys\":{\n            \"wp.blog-title\":{\n               \"name\":\"wp.blog-title\",\n               \"external_id\":\"1\",\n               \"strings\":{\n                  \"en\":{\n                     \"text\":\"WPML Strings\",\n                     \"language_code\":\"en\",\n                     \"external_id\":\"1\"\n                  }\n               }\n            },\n            \"wp.tagline\":{\n               \"name\":\"wp.tagline\",\n               \"external_id\":\"2\",\n               \"strings\":{\n                  \"en\":{\n                     \"text\":\"Just another WordPress site\",\n                     \"language_code\":\"en\",\n                     \"external_id\":\"2\"\n                  }\n               }\n            },\n            \"wpml-string-translation.687b6aaaf12691d2b3f503ded8c35f5a\":{\n               \"name\":\"wpml-string-translation.687b6aaaf12691d2b3f503ded8c35f5a\",\n               \"external_id\":\"1865\",\n               \"strings\":{\n                  \"en\":{\n                     \"text\":\"Translate texts in admin screens &raquo;\",\n                     \"language_code\":\"en\",\n                     \"external_id\":\"1865\"\n                  }\n               }\n            }\n         }\n      }\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/sync","description":"<p>You can use this endpoint to create and update keys at the same time. New keys will be created and already existing keys can be updated. If you only want to add new keys and do not want the ability to update existing keys at the same time, go to “Add Translation Keys” instead.</p>\n","urlObject":{"path":["strings-library","api","v1","teams",":team-name","libraries",":library-id","sync"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[],"_postman_id":"b010aee2-6c0e-4262-a406-c6a6d0db1bc9"},{"name":"Delete library","id":"9450e16b-3adc-46d5-acb3-fe452927f791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{HOST_PROD}}strings-library/api/v1/teams/:team-name/libraries/:library-id","urlObject":{"path":["api","v1","teams",":team-name","libraries",":library-id"],"host":["{{HOST_PROD}}strings-library"],"query":[],"variable":[{"id":"d0f63730-11dd-4fa1-9642-bcd0b5e30cd5","type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"id":"2bb1ab2c-823c-4e13-b0c3-df723dd0cbd9","type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[],"_postman_id":"9450e16b-3adc-46d5-acb3-fe452927f791"},{"name":"Start library automation","id":"e0192dfe-e660-4e98-ad48-84ea07ccf606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"library_automation\",\n        \"attributes\": { \n            \"target_languages\": [\"da\", \"de\"],\n            \"key_names\": [], // Optional\n            \"query\": {\n                \"key\": \"value to be matched with key\", // Optional\n                \"text\": \"value to be matched with translation\" // Optional\n            },\n            \"settings\": {\n                \"skip_already_translated\": false // Default is `false` when not provided\n            } // Optional. Always in combination with `key_names` or `query`. Doesn't do anything without them\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/start-automation","description":"<p>Please note that the <code>key_names</code> attribute will not just send strings without a translation, but translated string too. Meaning if you have a source key that is fully translated, and you try to automate without the <code>key_names</code> this key won't be sent for translation again. But if the key is defined into the <code>key_names</code> it will be translated again.</p>\n<p>The field <code>settings.skip_already_translated</code> has a default value of <code>false</code>. It should be set to <code>true</code> when <code>key_names</code> or <code>query</code> values are being provided, and it will result on already translated strings shouldn't be sent for translation again.</p>\n","urlObject":{"path":["teams",":team-name","libraries",":library-id","start-automation"],"host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team-name"},{"type":"any","value":"{{LIBRARY_ID}}","key":"library-id"}]}},"response":[{"id":"db291e4c-f2de-4791-93a8-7d50acd748c9","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"library_automation\",\n        \"attributes\": {\n            \"target_languages\": [\n                \"de\"\n            ],\n            \"key_names\": [\n                \"somesome-weather.bla.status17\",\n                \"somesome-weather.bla.status22\",\n                \"somesome-weather.bla.status23\",\n                \"somesome-weather.bla.status25\"\n            ], // Optional,\n            \"settings\": {\n                \"skip_already_translated\": false\n            } // Optional. Always in combination with `key_names` or `query`. Doesn't do anything without them\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1/teams/:team-name/libraries/:library-id/start-automation","host":["https://api.platform.sandbox.easytranslate.com/strings-library/api/v1"],"path":["teams",":team-name","libraries",":library-id","start-automation"],"variable":[{"key":"team-name","value":"{{TEAM_NAME}}"},{"key":"library-id","value":"{{LIBRARY_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 15 Jan 2022 23:07:28 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"237"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"library-automation\",\n        \"id\": \"61d8c08d033cfe67f249e092\",\n        \"attributes\": {\n            \"type\": \"manual\",\n            \"is_enabled\": true,\n            \"threshold\": 30,\n            \"current\": {\n                \"de\": [\n                    {\n                        \"started_at\": \"2022-01-15T23:07:10.979000Z\",\n                        \"accepted_at\": null,\n                        \"finished_at\": null,\n                        \"laas_project_id\": null,\n                        \"laas_task_id\": null,\n                        \"keys\": [\n                            \"somesome-weather.bla.status17\",\n                            \"somesome-weather.bla.status22\",\n                            \"somesome-weather.bla.status23\",\n                            \"somesome-weather.bla.status25\"\n                        ]\n                    }\n                ]\n            }\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"e0192dfe-e660-4e98-ad48-84ea07ccf606"}],"id":"27e35853-7dbb-44bf-ba27-955afa2ed7d9","_postman_id":"27e35853-7dbb-44bf-ba27-955afa2ed7d9","description":""},{"name":"Webhook Subscription","item":[{"name":"List all webhook endpoints","event":[{"listen":"test","script":{"id":"acbe0672-aed7-48ba-9240-049b521854c7","exec":["if(pm.response.code === 200) {","    pm.environment.set('WEBHOOK_ENDPOINT', JSON.parse(responseBody).data[0].id || null);","}"],"type":"text/javascript"}}],"id":"597caab2-5370-4389-9854-99b98c790477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name","webhook-endpoints"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"ffcec717-ed6e-4816-80fe-32e274d34080","type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"06cee4b3-42d2-40fa-8c78-90b3f78d1391","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","webhook-endpoints"],"variable":[{"id":"ffcec717-ed6e-4816-80fe-32e274d34080","key":"team_name","value":"{{TEAM_NAME}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Apr 2022 09:46:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=bLuUwoivi/Rerki5oLri3bUPFa2fPNMIM+ZE0+w3dTzhDsF0gc3XR5/kP10HY0jpnXHC+0wg6Kun+FeEWERsXntPK+RWO+oo9dRdWptPaJJKCYdB6MA40JtqAr6u; Expires=Tue, 12 Apr 2022 09:46:35 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=bLuUwoivi/Rerki5oLri3bUPFa2fPNMIM+ZE0+w3dTzhDsF0gc3XR5/kP10HY0jpnXHC+0wg6Kun+FeEWERsXntPK+RWO+oo9dRdWptPaJJKCYdB6MA40JtqAr6u; Expires=Tue, 12 Apr 2022 09:46:35 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"905950e2-3632-4057-9ae9-04bb0115442d\",\n            \"type\": \"webhook_endpoint\",\n            \"attributes\": {\n                \"platform\": \"laas\",\n                \"url\": \"https://webhook.site/ffb22693-e291-42d1-a80b-236a8eabc228\",\n                \"status\": \"enabled\",\n                \"events\": [\n                    \"task.updated\",\n                    \"project.status.approval_needed\",\n                    \"project.status.price_accepted\",\n                    \"project.status.price_declined\",\n                    \"project.status.cancelled_by_customer\"\n                ],\n                \"description\": null,\n                \"disabled_reason\": null,\n                \"application_id\": \"9392741e-3f94-40ae-b91e-7f1c1f19b542\",\n                \"is_enabled\": true\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"597caab2-5370-4389-9854-99b98c790477"},{"name":"Show webhook endpoint","id":"404f3bc2-beb1-4307-b286-658104f18158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints/:webhook_endpoint","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name","webhook-endpoints",":webhook_endpoint"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"5a7780ce-086e-4a46-a803-dd4087486c16","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"16725f07-453d-4c0b-b31f-2c82b37c51d6","type":"any","value":"{{WEBHOOK_ENDPOINT}}","key":"webhook_endpoint"}]}},"response":[{"id":"975ba1ac-baa7-4722-b197-5884ddde49b2","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints/:webhook_endpoint","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","webhook-endpoints",":webhook_endpoint"],"variable":[{"id":"5a7780ce-086e-4a46-a803-dd4087486c16","key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"id":"16725f07-453d-4c0b-b31f-2c82b37c51d6","key":"webhook_endpoint","value":"{{WEBHOOK_ENDPOINT}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Apr 2022 09:46:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=H6FFwFLhbc4WCIEgJ5D5Vzy1vhrsISKqy+HQ3HWVB2HY5FsQ9gGtLDdS4urb6yiexW0MnfLJiT964boHX2a28s3Brylux03kIlVFK59szAeDupoY2A3dNIrJuZU6; Expires=Tue, 12 Apr 2022 09:46:39 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=H6FFwFLhbc4WCIEgJ5D5Vzy1vhrsISKqy+HQ3HWVB2HY5FsQ9gGtLDdS4urb6yiexW0MnfLJiT964boHX2a28s3Brylux03kIlVFK59szAeDupoY2A3dNIrJuZU6; Expires=Tue, 12 Apr 2022 09:46:39 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"905950e2-3632-4057-9ae9-04bb0115442d\",\n        \"type\": \"webhook_endpoint\",\n        \"attributes\": {\n            \"platform\": \"laas\",\n            \"url\": \"https://webhook.site/ffb22693-e291-42d1-a80b-236a8eabc228\",\n            \"status\": \"enabled\",\n            \"events\": [\n                \"task.updated\",\n                \"project.status.approval_needed\",\n                \"project.status.price_accepted\",\n                \"project.status.price_declined\",\n                \"project.status.cancelled_by_customer\"\n            ],\n            \"description\": null,\n            \"disabled_reason\": null,\n            \"application_id\": \"9392741e-3f94-40ae-b91e-7f1c1f19b542\",\n            \"is_enabled\": true\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"404f3bc2-beb1-4307-b286-658104f18158"},{"name":"Expose secret for the webhook endpoint","id":"a1941f67-3347-4648-9e2b-39df8c2f9a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints/:webhook_endpoint/secret","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name","webhook-endpoints",":webhook_endpoint","secret"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"13bf3459-b048-4979-be1d-9192c7475546","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"0eb29118-d297-4cce-a1ec-48f062972306","type":"any","value":"{{WEBHOOK_ENDPOINT}}","key":"webhook_endpoint"}]}},"response":[{"id":"eeb979c6-e951-4f54-95d2-54f6c1eb938c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints/:webhook_endpoint/secret","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","webhook-endpoints",":webhook_endpoint","secret"],"variable":[{"id":"13bf3459-b048-4979-be1d-9192c7475546","key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"id":"0eb29118-d297-4cce-a1ec-48f062972306","key":"webhook_endpoint","value":"{{WEBHOOK_ENDPOINT}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Apr 2022 09:47:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=v9/k2+kvfHHRgIccFI+MN96POo/GNQ5WJXi2WOpQfb0m1ml1Fp3wBue9znPMfabj+rFUVfSai5M99DfAVSVltTlTYElBdCVF5e5lL0sQ5LO1TEAD9HCqSA+XQrwU; Expires=Tue, 12 Apr 2022 09:47:06 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=v9/k2+kvfHHRgIccFI+MN96POo/GNQ5WJXi2WOpQfb0m1ml1Fp3wBue9znPMfabj+rFUVfSai5M99DfAVSVltTlTYElBdCVF5e5lL0sQ5LO1TEAD9HCqSA+XQrwU; Expires=Tue, 12 Apr 2022 09:47:06 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"237"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"905950e2-3632-4057-9ae9-04bb0115442d\",\n        \"type\": \"webhook_endpoint\",\n        \"attributes\": {\n            \"platform\": \"laas\",\n            \"url\": \"https://webhook.site/ffb22693-e291-42d1-a80b-236a8eabc228\",\n            \"status\": \"enabled\",\n            \"events\": [\n                \"task.updated\",\n                \"project.status.approval_needed\",\n                \"project.status.price_accepted\",\n                \"project.status.price_declined\",\n                \"project.status.cancelled_by_customer\"\n            ],\n            \"description\": null,\n            \"disabled_reason\": null,\n            \"application_id\": \"9392741e-3f94-40ae-b91e-7f1c1f19b542\",\n            \"is_enabled\": true,\n            \"secret\": \"secret_KIS8M8DMUoj27ROUnlQQGmV3A0bfFG\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"a1941f67-3347-4648-9e2b-39df8c2f9a30"},{"name":"Create new webhook endpoint","id":"25a4a8f9-b737-47c8-a188-be713ae7957c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhook_endpoint\",\n        \"attributes\": {\n            \"url\": \"https://webhook.site/ffb22693-e291-42d1-a80b-236a8eabc228\",\n            \"status\": \"enabled\",\n            \"events\": [\n                \"task.updated\",\n                \"project.status.approval_needed\",\n                \"project.status.price_accepted\",\n                \"project.status.price_declined\",\n                \"project.status.cancelled_by_customer\",\n                \"strings.key.updated\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name","webhook-endpoints"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"a07bd620-14ce-4c34-a692-027dd239284f","type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"4cb69abf-9e1d-4c34-9c10-27964b93bdc1","name":"201 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"webhook_endpoint\",\n        \"attributes\": {\n            \"url\": \"https://webhook.site/ffb22693-e291-42d1-a80b-236a8eabc228\",\n            \"status\": \"enabled\",\n            \"events\": [\n                \"task.updated\",\n                \"project.status.approval_needed\",\n                \"project.status.price_accepted\",\n                \"project.status.price_declined\",\n                \"project.status.cancelled_by_customer\",\n                \"strings.key.updated\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","webhook-endpoints"],"variable":[{"id":"a07bd620-14ce-4c34-a692-027dd239284f","key":"team_name","value":"{{TEAM_NAME}}","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Apr 2022 09:45:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=5McKxy1TiT3d+RI/J/k+6Ow4ll/1+JIBg7S2JbSHsK3+Qd3paMvE+eKAfnMRMFx78z2EIilMRjCpY8UQlOT9vry4tdgYty2dK276lS4mp6PjCzXTvvEwezWniQDD; Expires=Tue, 12 Apr 2022 09:45:30 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=5McKxy1TiT3d+RI/J/k+6Ow4ll/1+JIBg7S2JbSHsK3+Qd3paMvE+eKAfnMRMFx78z2EIilMRjCpY8UQlOT9vry4tdgYty2dK276lS4mp6PjCzXTvvEwezWniQDD; Expires=Tue, 12 Apr 2022 09:45:30 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"905950e2-3632-4057-9ae9-04bb0115442d\",\n        \"type\": \"webhook_endpoint\",\n        \"attributes\": {\n            \"platform\": \"laas\",\n            \"url\": \"https://webhook.site/ffb22693-e291-42d1-a80b-236a8eabc228\",\n            \"status\": \"enabled\",\n            \"events\": [\n                \"task.updated\",\n                \"project.status.approval_needed\",\n                \"project.status.price_accepted\",\n                \"project.status.price_declined\",\n                \"project.status.cancelled_by_customer\",\n                \"strings.key.updated\"\n            ],\n            \"description\": null,\n            \"disabled_reason\": null,\n            \"application_id\": \"9392741e-3f94-40ae-b91e-7f1c1f19b542\",\n            \"is_enabled\": true\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"25a4a8f9-b737-47c8-a188-be713ae7957c"},{"name":"Delete webhook endpoint","event":[{"listen":"test","script":{"id":"bdc6acc2-6c8a-4177-810d-7bde09d4384c","exec":[""],"type":"text/javascript"}}],"id":"11f82498-20ad-4219-a765-ffd43167bbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/webhook-endpoints/:webhook_endpoint","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name","webhook-endpoints",":webhook_endpoint"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"0e81add8-1b88-497e-9afd-ce90a28d5633","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"cbad36ca-02d1-4a4a-abdb-cb0dc91682ef","type":"any","value":"{{WEBHOOK_ENDPOINT}}","key":"webhook_endpoint"}]}},"response":[],"_postman_id":"11f82498-20ad-4219-a765-ffd43167bbaf"}],"id":"58bed996-6cf8-4c1e-8ee3-378120f06c6f","description":"<h4 id=\"verifying-webhook-request\">Verifying webhook request</h4>\n<h5 id=\"step-1-extract-the-timestamp-and-signatures-from-the-header\">Step 1: Extract the timestamp and signatures from the header</h5>\n<p>Split the header, using the <code>,</code> character as the separator, to get a list of elements. Then split each element, using the <code>=</code> character as the separator, to get a prefix and value pair.</p>\n<p>The value for the prefix <code>ts</code> corresponds to the timestamp, and <code>v1</code> corresponds to the signature (or signatures). You can discard all other elements.</p>\n<h5 id=\"step-2-prepare-the-signed_payload-string\">Step 2: Prepare the <code>signed_payload</code> string</h5>\n<p>The <code>payload</code> string is created by concatenating:</p>\n<ul>\n<li>The timestamp (as a string)</li>\n<li>The character <code>.</code></li>\n<li>The actual JSON payload (that is, the request body)</li>\n</ul>\n<h5 id=\"step-3-determine-the-expected-signature\">Step 3: Determine the expected signature</h5>\n<p>Compute an HMAC with the SHA256 hash function. Use the endpoint’s signing secret as the key, and use the <code>payload</code> string as the message.</p>\n<h5 id=\"step-4-compare-the-signatures\">Step 4: Compare the signatures</h5>\n<p>Compare the signature (or signatures) in the header to the expected signature. For an equality match, compute the difference between the current timestamp and the received timestamp, then decide if the difference is within your tolerance.</p>\n<p>To protect against timing attacks, use a constant-time string comparison to compare the expected signature to each of the received signatures.</p>\n","_postman_id":"58bed996-6cf8-4c1e-8ee3-378120f06c6f"},{"name":"Project","item":[{"name":"V1","item":[{"name":"Create new Project","id":"62c073f5-f78a-4749-a4b1-b1f581140fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n            \"name\": \"Application Form #2\", // Optional\n\t\t\t\"source_language\": \"{{SOURCE_LANGUAGE}}\",\n\t\t\t\"target_languages\": [\n\t\t\t\t\"{{TARGET_LANGUAGE_1}}\", \n\t\t\t\t\"{{TARGET_LANGUAGE_2}}\"\n\t\t\t],\n\t\t\t\"callback_url\": \"{{CALLBACK_URL}}\",  // Optional\n\t\t\t\"content\": {\"key\": \"Hello world\"},\n            \"base64_content\": \"SGVsbG8gd29ybGQ=\", // Optional. Should be used if using content is blocked by the firewall\n            \"preferred_deadline\": \"2022-02-16 00:00:00\", // Optional. Must be future date\n            \"folder_id\": \"{{PROJECT_FOLDER_ID}}\",    // Optional\n            \"folder_name\": \"{{PROJECT_FOLDER_NAME}}\" // Optional\n\t\t}\n\t}\n}"},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","description":"<p>Creates a new Project by passing a JSON object tas content to be translated..</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>project</code></td>\n<td>The type of the data object sent. Type is always <strong>project</strong>.</td>\n</tr>\n<tr>\n<td><code>source_language</code></td>\n<td>string</td>\n<td>The language the content is written into.  <br />Must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647)</td>\n</tr>\n<tr>\n<td><code>target_languages</code></td>\n<td>array</td>\n<td>Array of the languages the content should be translated into.  <br />Each language must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647).  <br />Please note that <code>target_languages</code> shouldn't contain same value as <code>source_language</code></td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>string</td>\n<td>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See <a href=\"#22bef5e4-1784-4b05-a5e1-f2cdb00af184\">Completed task callback</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>string</td>\n<td>The content to be translated. Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td><code>base64_content</code></td>\n<td>string</td>\n<td>base64 encoding of the content to be translated. Should be used if using <code>content</code> is blocked by our firewall</td>\n</tr>\n<tr>\n<td><code>workflow</code></td>\n<td>string</td>\n<td>Default is <code>translation</code>.  <br />One of <code>translation</code>, <code>self+machine_translation</code>.  <br />Please note that the workflows are determinated by the team of translators</td>\n</tr>\n<tr>\n<td><code>folder_id</code></td>\n<td>string</td>\n<td>Existing folder ID (optional)</td>\n</tr>\n<tr>\n<td><code>folder_name</code></td>\n<td>string</td>\n<td>Create folder for the project (optional)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Descriptive name of the project (optional)</td>\n</tr>\n<tr>\n<td><code>preferred_deadline</code></td>\n<td>string</td>\n<td>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>object</td>\n<td>Key-value pair that can hold up to 255 characters as key, and up to 255 characters as value, no more than 10 pairs. Example: <code>{\"internal_id\": \"ABC\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","teams",":team_identifier","projects"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"}]}},"response":[{"id":"b1d72d22-d6e6-470f-9c38-56d20cbcc35b","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"Key contains invalid whitespace characters."}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n            \"name\": \"Application Form #2\", // Optional\n\t\t\t\"source_language\": \"{{SOURCE_LANGUAGE}}\",\n\t\t\t\"target_languages\": [\n\t\t\t\t\"{{TARGET_LANGUAGE_1}}\", \n\t\t\t\t\"{{TARGET_LANGUAGE_2}}\"\n\t\t\t],\n\t\t\t\"callback_url\": \"{{CALLBACK_URL}}\",  // Optional\n\t\t\t\"content\": {\"key\": \"Hello world\"},\n            \"preferred_deadline\": \"2022-02-16 00:00:00\", // Optional. Must be future date\n            \"folder_id\": \"{{PROJECT_FOLDER_ID}}\",    // Optional\n            \"folder_name\": \"{{PROJECT_FOLDER_NAME}}\" // Optional\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects"],"variable":[{"description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created","key":"team_identifier","value":"{{TEAM_NAME}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 08:51:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=5pACYgvswdXb/5yb0lrLsu7xXZqEX4Dkk3HamSjnjwVhe2urevSiUy55af0Ha2R8JQBg+/vRJ39/TWN7ABe3bIPEYaxJjPB///k932Awypzm3dAt2OqeZOfzHJMM; Expires=Thu, 03 Sep 2020 08:51:45 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=5pACYgvswdXb/5yb0lrLsu7xXZqEX4Dkk3HamSjnjwVhe2urevSiUy55af0Ha2R8JQBg+/vRJ39/TWN7ABe3bIPEYaxJjPB///k932Awypzm3dAt2OqeZOfzHJMM; Expires=Thu, 03 Sep 2020 08:51:45 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n        \"attributes\": {\n            \"name\": \"Application Form #2\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/79a8f137-4731-4d61-9335-2d649561864d/download\",\n            \"file_name\": \"(Project)Application Form #2 en to da,de.json\",\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": null,\n                \"amount_euro\": null,\n                \"total\": null,\n                \"total_euro\": null,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": null,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": null,\n                \"invoice_url\": null\n            },\n            \"status\": \"CREATED\",\n            \"folder_id\": null,\n            \"folder_name\": null,\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n            \"updated_at\": \"2020-08-27T08:51:45.000000Z\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n                \"type\": \"account\"\n            },\n            \"tasks\": [\n                {\n                    \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n            \"attributes\": {\n                \"company_name\": \"Deadpool\",\n                \"company_email\": \"deadpool@easytranslate.com\",\n                \"team_identifier\": \"deadpool\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"deadpool@easytranslate.com\",\n                \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:34:16.000000Z\",\n                \"alerts\": {\n                    \"conversations\": []\n                }\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to da.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to de.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"62c073f5-f78a-4749-a4b1-b1f581140fc4"},{"name":"Update Project Name","id":"5ff5414b-c5b9-4e20-8843-511bef4cb0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n            \"name\": \"EasyProject Test Name\"\n\t\t}\n\t}\n}"},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id","description":"<p>Creates a new Project by passing a JSON object tas content to be translated..</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>project</code></td>\n<td>The type of the data object sent. Type is always <strong>project</strong>.</td>\n</tr>\n<tr>\n<td><code>source_language</code></td>\n<td>string</td>\n<td>The language the content is written into.  <br />Must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647)</td>\n</tr>\n<tr>\n<td><code>target_languages</code></td>\n<td>array</td>\n<td>Array of the languages the content should be translated into.  <br />Each language must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647).  <br />Please note that <code>target_languages</code> shouldn't contain same value as <code>source_language</code></td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>string</td>\n<td>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See <a href=\"#22bef5e4-1784-4b05-a5e1-f2cdb00af184\">Completed task callback</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>string</td>\n<td>The content to be translated. Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td><code>workflow</code></td>\n<td>string</td>\n<td>Default is <code>translation</code>.  <br />One of <code>translation</code>, <code>self+machine_translation</code>.  <br />Please note that the workflows are determinated by the team of translators</td>\n</tr>\n<tr>\n<td><code>folder_id</code></td>\n<td>string</td>\n<td>Existing folder ID (optional)</td>\n</tr>\n<tr>\n<td><code>folder_name</code></td>\n<td>string</td>\n<td>Create folder for the project (optional)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Descriptive name of the project (optional)</td>\n</tr>\n<tr>\n<td><code>preferred_deadline</code></td>\n<td>string</td>\n<td>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>object</td>\n<td>Key-value pair that can hold up to 255 characters as key, and up to 255 characters as value, no more than 10 pairs. Example: <code>{\"internal_id\": \"ABC\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","teams",":team_identifier","projects",":project_id"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"deadpool","key":"team_identifier"},{"type":"any","value":"d666a53e-591c-48cd-9dd8-d67e92cb7930","key":"project_id"}]}},"response":[{"id":"1049fde0-1f5b-429c-b264-f6480d548a66","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"Key contains invalid whitespace characters."}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n            \"name\": \"Application Form #2\", // Optional\n\t\t\t\"source_language\": \"{{SOURCE_LANGUAGE}}\",\n\t\t\t\"target_languages\": [\n\t\t\t\t\"{{TARGET_LANGUAGE_1}}\", \n\t\t\t\t\"{{TARGET_LANGUAGE_2}}\"\n\t\t\t],\n\t\t\t\"callback_url\": \"{{CALLBACK_URL}}\",  // Optional\n\t\t\t\"content\": {\"key\": \"Hello world\"},\n            \"preferred_deadline\": \"2022-02-16 00:00:00\", // Optional. Must be future date\n            \"folder_id\": \"{{PROJECT_FOLDER_ID}}\",    // Optional\n            \"folder_name\": \"{{PROJECT_FOLDER_NAME}}\" // Optional\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects"],"variable":[{"description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created","key":"team_identifier","value":"{{TEAM_NAME}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 08:51:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=5pACYgvswdXb/5yb0lrLsu7xXZqEX4Dkk3HamSjnjwVhe2urevSiUy55af0Ha2R8JQBg+/vRJ39/TWN7ABe3bIPEYaxJjPB///k932Awypzm3dAt2OqeZOfzHJMM; Expires=Thu, 03 Sep 2020 08:51:45 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=5pACYgvswdXb/5yb0lrLsu7xXZqEX4Dkk3HamSjnjwVhe2urevSiUy55af0Ha2R8JQBg+/vRJ39/TWN7ABe3bIPEYaxJjPB///k932Awypzm3dAt2OqeZOfzHJMM; Expires=Thu, 03 Sep 2020 08:51:45 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n        \"attributes\": {\n            \"name\": \"Application Form #2\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/79a8f137-4731-4d61-9335-2d649561864d/download\",\n            \"file_name\": \"(Project)Application Form #2 en to da,de.json\",\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": null,\n                \"amount_euro\": null,\n                \"total\": null,\n                \"total_euro\": null,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": null,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": null,\n                \"invoice_url\": null\n            },\n            \"status\": \"CREATED\",\n            \"folder_id\": null,\n            \"folder_name\": null,\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n            \"updated_at\": \"2020-08-27T08:51:45.000000Z\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n                \"type\": \"account\"\n            },\n            \"tasks\": [\n                {\n                    \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n            \"attributes\": {\n                \"company_name\": \"Deadpool\",\n                \"company_email\": \"deadpool@easytranslate.com\",\n                \"team_identifier\": \"deadpool\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"deadpool@easytranslate.com\",\n                \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:34:16.000000Z\",\n                \"alerts\": {\n                    \"conversations\": []\n                }\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to da.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to de.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"5ff5414b-c5b9-4e20-8843-511bef4cb0dd"},{"name":"Create new Project from file upload","id":"8562ed68-6d83-43d2-b63a-505f22444577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"formdata","formdata":[{"key":"data[type]","value":"project","description":"<p>Required</p>\n","type":"text"},{"description":"<p>File containing the content to be translated. Supported extensions: <strong>txt,pdf,xls,doc,xml,docx,vtt,json,xlsx,html</strong></p>\n","key":"data[attributes][files][0]","type":"file","src":"/home/jimmy/Documents/Files/cms-json.json"},{"description":"<p>The language the content is written into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647)</p>\n","key":"data[attributes][source_language]","type":"text","value":"{{SOURCE_LANGUAGE}}"},{"description":"<p>The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). </p>\n","key":"data[attributes][target_languages][0]","type":"text","value":"{{TARGET_LANGUAGE_1}}"},{"description":"<p>The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). </p>\n","key":"data[attributes][target_languages][1]","type":"text","value":"{{TARGET_LANGUAGE_2}}"},{"description":"<p>The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). </p>\n","key":"data[attributes][target_languages][2]","type":"text","value":"{{TARGET_LANGUAGE_3}}","disabled":true},{"description":"<p>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See Completed task callback  (optional)</p>\n","key":"data[attributes][callback_url]","type":"text","value":"{{CALLBACK_URL}}"},{"description":"<p>If provided, the project will be stored under the given folder (optional)</p>\n","key":"data[attributes][folder_id]","type":"text","value":"{{PROJECT_FOLDER_ID}}"},{"description":"<p>If provided, the folder will be created and project will be stored inside the folder (optional)</p>\n","key":"data[attributes][folder_name]","type":"text","value":"{{PROJECT_FOLDER_NAME}}"},{"key":"data[attributes][name]","value":"Application Form #2","description":"<p>Descriptive name for the project (optional)</p>\n","type":"text"},{"key":"data[attributes][preferred_deadline]","value":"2022-02-16 00:00:00","description":"<p>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</p>\n","type":"text"}]},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","description":"<p>Creates a new Project by passing a JSON object tas content to be translated..</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>project</code></td>\n<td>The type of the data object sent. Type is always <strong>project</strong>.</td>\n</tr>\n<tr>\n<td><code>source_language</code></td>\n<td>string</td>\n<td>The language the content is written into.  <br />Must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647)</td>\n</tr>\n<tr>\n<td><code>target_languages</code></td>\n<td>array</td>\n<td>Array of the languages the content should be translated into.  <br />Each language must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647).  <br />Please note that <code>target_languages</code> shouldn't contain same value as <code>source_language</code></td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>string</td>\n<td>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See <a href=\"#22bef5e4-1784-4b05-a5e1-f2cdb00af184\">Completed task callback</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>string</td>\n<td>The content to be translated. Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td><code>workflow</code></td>\n<td>string</td>\n<td>Default is <code>translation</code>.  <br />One of <code>translation</code>, <code>self+machine_translation</code>.  <br />Please note that the workflows are determinated by the team of translators</td>\n</tr>\n<tr>\n<td><code>folder_id</code></td>\n<td>string</td>\n<td>Existing folder ID (optional)</td>\n</tr>\n<tr>\n<td><code>folder_name</code></td>\n<td>string</td>\n<td>Create folder for the project (optional)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Descriptive name of the project (optional)</td>\n</tr>\n<tr>\n<td><code>preferred_deadline</code></td>\n<td>string</td>\n<td>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>object</td>\n<td>Key-value pair that can hold up to 255 characters as key, and up to 255 characters as value, no more than 10 pairs. Example: <code>{\"internal_id\": \"ABC\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","teams",":team_identifier","projects"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"}]}},"response":[{"id":"c9774ea2-88dc-4d9b-b0b1-2924ee43ca6c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"formdata","formdata":[{"key":"data[type]","value":"project","description":"Required","type":"text"},{"description":"File containing the content to be translated. Supported extensions: **txt,pdf,xls,doc,xml,docx,vtt,json,xlsx,html**","key":"data[attributes][files][0]","type":"file","src":"/home/jimmy/Documents/Files/cms-json.json"},{"description":"The language the content is written into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647)","key":"data[attributes][source_language]","type":"text","value":"{{SOURCE_LANGUAGE}}"},{"description":"The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). ","key":"data[attributes][target_languages][0]","type":"text","value":"{{TARGET_LANGUAGE_1}}"},{"description":"The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). ","key":"data[attributes][target_languages][1]","type":"text","value":"{{TARGET_LANGUAGE_2}}"},{"description":"The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). ","key":"data[attributes][target_languages][2]","type":"text","value":"{{TARGET_LANGUAGE_3}}"},{"description":"If provided, a webhook call will be triggered to this URL when each of the translations is completed. See Completed task callback  (optional)","key":"data[attributes][callback_url]","type":"text","value":"{{CALLBACK_URL}}"},{"description":"If provided, the project will be stored under the given folder (optional)","key":"data[attributes][folder_id]","type":"text","value":"{{PROJECT_FOLDER_ID}}"},{"description":"If provided, the folder will be created and project will be stored inside the folder (optional)","key":"data[attributes][folder_name]","type":"text","value":"{{PROJECT_FOLDER_NAME}}"},{"key":"data[attributes][name]","value":"Application Form #2","description":"Descriptive name for the project (optional)","type":"text"},{"key":"data[attributes][preferred_deadline]","value":"2022-02-16 00:00:00","description":"The preferred deadline (optional). Must be a future date in `Y-m-d H:i:s` format","type":"text"}]},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects"],"variable":[{"description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created","key":"team_identifier","value":"{{TEAM_NAME}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n        \"attributes\": {\n            \"name\": \"Application Form #2\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/79a8f137-4731-4d61-9335-2d649561864d/download\",\n            \"file_name\": \"(Project)Application Form #2 en to da,de.json\",\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": null,\n                \"amount_euro\": null,\n                \"total\": null,\n                \"total_euro\": null,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": null,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": null,\n                \"invoice_url\": null\n            },\n            \"status\": \"CREATED\",\n            \"folder_id\": null,\n            \"folder_name\": null,\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n            \"updated_at\": \"2020-08-27T08:51:45.000000Z\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n                \"type\": \"account\"\n            },\n            \"tasks\": [\n                {\n                    \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n            \"attributes\": {\n                \"company_name\": \"Deadpool\",\n                \"company_email\": \"deadpool@easytranslate.com\",\n                \"team_identifier\": \"deadpool\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"deadpool@easytranslate.com\",\n                \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:34:16.000000Z\",\n                \"alerts\": {\n                    \"conversations\": []\n                }\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to da.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to de.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"8562ed68-6d83-43d2-b63a-505f22444577"},{"name":"Fetch all projects","id":"67139265-90eb-46f5-999e-226430beda0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","description":"<p>Get the projects belonging to the authenticated user that are in the root workspace (not part of any folder).</p>\n<p>Query filter possibilities:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status[]</code></td>\n<td>Array of status strings</td>\n<td>Possible values:<br /><code>COMPLETED</code><br /><code>CREATED</code><br /><code>APPROVAL_NEEDED</code><br /><code>PRICE_ACCEPTED</code><br /><code>PRICE_DECLINED</code></td>\n</tr>\n<tr>\n<td><code>perPage</code></td>\n<td>Number greater than 0</td>\n<td>How much results per page should be visible</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Number greater than 0</td>\n<td>Switch between the results pages</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","teams",":team_identifier","projects"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"}]}},"response":[{"id":"73dd2983-df83-40ba-b464-eb70dc3bae02","name":"Fetch all projects","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects"],"variable":[{"key":"team_identifier","value":"{{TEAM_NAME}}","description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:02:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=FRrQneYgzJm7+2SmcQQzhpG+ugqHtxloG4fic5qIWcqhDQepN+xCXmEmHji+uCebJEOXKjHoniBkLTOogZ7LsaaddQerKMe8awS5I7VrjVtWg/CyuFjTCj56W1dX; Expires=Thu, 03 Sep 2020 09:02:21 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=FRrQneYgzJm7+2SmcQQzhpG+ugqHtxloG4fic5qIWcqhDQepN+xCXmEmHji+uCebJEOXKjHoniBkLTOogZ7LsaaddQerKMe8awS5I7VrjVtWg/CyuFjTCj56W1dX; Expires=Thu, 03 Sep 2020 09:02:21 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"project\",\n            \"id\": \"fef4877f-6800-4dee-a807-b1600c6e9afa\",\n            \"attributes\": {\n                \"name\": \"Application Form #5\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/fef4877f-6800-4dee-a807-b1600c6e9afa/download\",\n                \"file_name\": \"(Project)Application Form #5 en to da,de.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 236,\n                    \"amount_euro\": 200,\n                    \"total\": 236,\n                    \"total_euro\": 200,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 236,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 296,\n                    \"invoice_url\": null\n                },\n                \"status\": \"PRICE_ACCEPTED\",\n                \"folder_id\": null,\n                \"folder_name\": null,\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"created_at\": \"2020-08-27T08:57:48.000000Z\",\n                \"updated_at\": \"2020-08-27T08:57:56.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"project\",\n            \"id\": \"0be274da-a941-4fec-9c0e-b24f91ab2250\",\n            \"attributes\": {\n                \"name\": \"Application Form #4\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/0be274da-a941-4fec-9c0e-b24f91ab2250/download\",\n                \"file_name\": \"(Project)Application Form #4 en to da,de.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 236,\n                    \"amount_euro\": 200,\n                    \"total\": 236,\n                    \"total_euro\": 200,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 236,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 296,\n                    \"invoice_url\": null\n                },\n                \"status\": \"PRICE_ACCEPTED\",\n                \"folder_id\": null,\n                \"folder_name\": null,\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"created_at\": \"2020-08-27T08:57:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:57:53.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"project\",\n            \"id\": \"438037d9-cad3-48cc-b253-a33ecf68e2df\",\n            \"attributes\": {\n                \"name\": \"Application Form #3\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/438037d9-cad3-48cc-b253-a33ecf68e2df/download\",\n                \"file_name\": \"(Project)Application Form #3 en to da,de.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 236,\n                    \"amount_euro\": 200,\n                    \"total\": 236,\n                    \"total_euro\": 200,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 236,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 296,\n                    \"invoice_url\": null\n                },\n                \"status\": \"PRICE_ACCEPTED\",\n                \"folder_id\": null,\n                \"folder_name\": null,\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"created_at\": \"2020-08-27T08:57:41.000000Z\",\n                \"updated_at\": \"2020-08-27T08:57:50.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"project\",\n            \"id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n            \"attributes\": {\n                \"name\": \"Application Form #2\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/79a8f137-4731-4d61-9335-2d649561864d/download\",\n                \"file_name\": \"(Project)Application Form #2 en to da,de.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 236,\n                    \"amount_euro\": 200,\n                    \"total\": 236,\n                    \"total_euro\": 200,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 236,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 296,\n                    \"invoice_url\": null\n                },\n                \"status\": \"PRICE_ACCEPTED\",\n                \"folder_id\": null,\n                \"folder_name\": null,\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:54.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects?page=1\",\n        \"last\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects\",\n        \"per_page\": 15,\n        \"to\": 4,\n        \"total\": 4,\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"67139265-90eb-46f5-999e-226430beda0f"},{"name":"Fetch a Project","id":"29851961-704c-4956-a1ae-6c6ab45262b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["api","v1","teams",":team_identifier","projects",":project_id"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"},{"description":{"content":"<p>The ID of the Project to query.</p>\n","type":"text/plain"},"type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[{"id":"2a424c31-de09-4e12-8dda-68ec105471ab","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects",":project_id"],"variable":[{"key":"team_identifier","value":"{{TEAM_NAME}}","description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created"},{"key":"project_id","value":"{{PROJECT_ID}}","type":"string","description":"The ID of the Project to query."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=gjSt+8pvPA7t7Wl4yh5Fww3vFg5t6ntDhsXFBiQix98Deg+r0u5lvCMx4B9zmZro75fnSIVvBMPTBHLzImo7Ihn2m4IDcmDTeb97a0rvW+gxU4uFTq1OcBLWThN5; Expires=Thu, 03 Sep 2020 09:09:46 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=gjSt+8pvPA7t7Wl4yh5Fww3vFg5t6ntDhsXFBiQix98Deg+r0u5lvCMx4B9zmZro75fnSIVvBMPTBHLzImo7Ihn2m4IDcmDTeb97a0rvW+gxU4uFTq1OcBLWThN5; Expires=Thu, 03 Sep 2020 09:09:46 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n        \"attributes\": {\n            \"name\": \"Application Form #1\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/download\",\n            \"file_name\": \"data.json\",\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": 14526,\n                \"amount_euro\": 12272,\n                \"total\": 14526,\n                \"total_euro\": 12272,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": \"2020-08-27\",\n                \"method\": \"digital\",\n                \"amount\": 14526,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 18158,\n                \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n            },\n            \"status\": \"ASSIGNED\",\n            \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n            \"folder_name\": \"X-FORCE\",\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0.5,\n                \"completed_tasks\": 1\n            },\n            \"created_at\": \"2020-08-27T08:39:27.000000Z\",\n            \"updated_at\": \"2020-08-27T08:39:58.000000Z\"\n        },\n        \"relationships\": {\n            \"tasks\": [\n                {\n                    \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 7263,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 9079,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"supplier_id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:41:31.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"ASSIGNED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 7263,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 9079,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"supplier_id\": \"d2868128-ee54-4514-9c53-26a312649622\",\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:57.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"29851961-704c-4956-a1ae-6c6ab45262b6"},{"name":"Accept Price for Project","id":"f5df015d-c317-4c7f-9dde-11e03cfe411a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/:project_id/accept-price","description":"<p>If the project is above the price limit, the project needs to be explicitly accepted or declined. The default price limit is <code>500 EUR</code>, but could be modified by <a href=\"#aca7b66d-50a3-4233-83ec-43098176ff6f\">updating the Account billing details</a></p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id","accept-price"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"description":{"content":"<p>Project ID that needs to be accepted</p>\n","type":"text/plain"},"type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[],"_postman_id":"f5df015d-c317-4c7f-9dde-11e03cfe411a"},{"name":"Decline Price for Project","id":"0ac11110-800d-4f4a-ad18-24255f4343a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/:project_id/decline-price","description":"<p>If the project is above the price limit, the project needs to be explicitly accepted or declined. The default price limit is <code>500 EUR</code>, but could be modified by <a href=\"#aca7b66d-50a3-4233-83ec-43098176ff6f\">updating the Account billing details</a></p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id","decline-price"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"description":{"content":"<p>Project ID that needs to be declined</p>\n","type":"text/plain"},"type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[],"_postman_id":"0ac11110-800d-4f4a-ad18-24255f4343a2"},{"name":"Delete all projects (SANDBOX ONLY)","id":"5eb7e024-af80-4c95-90c2-0e6dd84c1bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/destroy-all","description":"<p>Delete all projects that exists. This is only possible on the <strong>sandbox</strong> environment</p>\n","urlObject":{"path":["teams",":team_name","projects","destroy-all"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[],"_postman_id":"5eb7e024-af80-4c95-90c2-0e6dd84c1bd9"},{"name":"Delete project (SANDBOX ONLY)","id":"e3057847-c0f6-41f4-93dd-c98151b988b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/:project_id","description":"<p>Delete single project that exists. This is only possible on the sandbox environment</p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[],"_postman_id":"e3057847-c0f6-41f4-93dd-c98151b988b8"}],"id":"fca62db8-04e4-4f1a-a51e-188dd1e17bd8","_postman_id":"fca62db8-04e4-4f1a-a51e-188dd1e17bd8","description":""},{"name":"V2","item":[{"name":"List all tasks for Project","id":"13a16d69-4455-4412-863c-fa33f5e3f909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id","tasks"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"id":"5bd3801b-09ee-424b-9fcc-53460bdb2512","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"b774bd1e-54b9-4d84-b67c-59f4d8b69a3c","type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[{"id":"2acd311b-481e-4420-84b3-915c22a6afaf","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects",":project_id","tasks"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"key":"project_id","value":"{{PROJECT_ID}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 26 Oct 2021 09:25:00 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"858c8e44-b511-40d4-80ee-91151003e081\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"machine_translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 1,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"5308ce1e-c65b-4e20-91d2-9393c445c1f1\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"machine_translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 1,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"1bb421c7-c834-4770-ba0f-35fe993c7275\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 2,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"8ca704cf-0f76-4d8a-9fc8-0b6b5b50c321\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 2,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"cad1cb6a-d015-440b-9141-84665305240a\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 3,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"74ad3b5e-4cdf-42c7-abba-8ddad4c00e34\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 3,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"bdff55f5-b158-4981-af46-27ca0b4a9b6d\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"internal_review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 4,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"3c8893e8-adf4-44e4-8e9c-77fb7c96fdfe\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"internal_review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 4,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2021 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"13a16d69-4455-4412-863c-fa33f5e3f909"},{"name":"Get Project","id":"f77cd762-81e4-4b73-81b0-706d4c0449c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[{"id":"a943b3fc-2a10-49ab-be90-e69877b7a85f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects",":project_id","tasks"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"key":"project_id","value":"{{PROJECT_ID}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 26 Oct 2021 09:25:00 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"858c8e44-b511-40d4-80ee-91151003e081\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"machine_translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 1,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"5308ce1e-c65b-4e20-91d2-9393c445c1f1\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"machine_translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 1,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"1bb421c7-c834-4770-ba0f-35fe993c7275\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 2,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"8ca704cf-0f76-4d8a-9fc8-0b6b5b50c321\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 2,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"cad1cb6a-d015-440b-9141-84665305240a\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 3,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"74ad3b5e-4cdf-42c7-abba-8ddad4c00e34\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 3,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"bdff55f5-b158-4981-af46-27ca0b4a9b6d\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"internal_review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 4,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"3c8893e8-adf4-44e4-8e9c-77fb7c96fdfe\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"internal_review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to de.json\",\n                \"customer_instructions\": null,\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"supplier\": null,\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 4,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v2\",\n                \"string_library_id\": null,\n                \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n                \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2021 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"f77cd762-81e4-4b73-81b0-706d4c0449c6"},{"name":"Show single task details for Project","id":"bf015be7-93b0-4bd2-abc7-88e6c80a5bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks/:task_id","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id","tasks",":task_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"id":"457a3512-a8ee-4bc7-bdf2-e026bf41acff","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"a838519c-1a12-4c5d-810b-e3e68a122d92","type":"string","value":"{{PROJECT_ID}}","key":"project_id"},{"id":"a960d17e-80ee-482d-82ff-63f9c451695b","type":"string","value":"{{TASK_ID}}","key":"task_id"}]}},"response":[{"id":"eb24928c-bd3b-4971-8166-3761fa855bfe","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks/:task_id","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects",":project_id","tasks",":task_id"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"key":"project_id","value":"{{PROJECT_ID}}","type":"string"},{"key":"task_id","value":"{{TASK_ID}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 26 Oct 2021 09:31:39 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"236"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"task\",\n        \"id\": \"858c8e44-b511-40d4-80ee-91151003e081\",\n        \"attributes\": {\n            \"target_content\": null,\n            \"target_language\": \"da\",\n            \"type\": \"machine_translation\",\n            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #154 en to da.json\",\n            \"customer_instructions\": null,\n            \"word_count\": null,\n            \"deadline\": null,\n            \"status\": \"CREATED\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": 0,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": 0,\n                \"invoice_url\": null,\n                \"hosted_invoice_url\": null\n            },\n            \"supplier\": null,\n            \"progress\": \"0\",\n            \"is_rated\": false,\n            \"is_content\": true,\n            \"order\": 1,\n            \"revision_status\": \"translated\",\n            \"api_version\": \"v2\",\n            \"string_library_id\": null,\n            \"created_at\": \"2021-10-25T14:16:08.000000Z\",\n            \"updated_at\": \"2021-10-25T14:16:29.000000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2021 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"}],"_postman_id":"bf015be7-93b0-4bd2-abc7-88e6c80a5bb5"},{"name":"Fetch all projects","id":"3706f0bf-08e6-4a9e-901c-9318cfe6c219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects?filters[status][]=COMPLETED&filters[status][]=CREATED&filters[status][]=APPROVAL_NEEDED&filters[status][]=PRICE_ACCEPTED&filters[status][]=PRICE_DECLINED&filters[source_languages][]=en&filters[target_languages][]=da","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["teams",":team_name","projects"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[{"key":"filters[status][]","value":"COMPLETED"},{"key":"filters[status][]","value":"CREATED"},{"key":"filters[status][]","value":"APPROVAL_NEEDED"},{"key":"filters[status][]","value":"PRICE_ACCEPTED"},{"key":"filters[status][]","value":"PRICE_DECLINED"},{"key":"filters[source_languages][]","value":"en"},{"key":"filters[target_languages][]","value":"da"}],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"fa8d6a21-9211-4bd0-8e25-9484bef8019c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects?filters[status][]=COMPLETED&filters[status][]=CREATED&filters[status][]=APPROVAL_NEEDED&filters[status][]=PRICE_ACCEPTED&filters[status][]=PRICE_DECLINED","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects"],"query":[{"key":"filters[status][]","value":"COMPLETED"},{"key":"filters[status][]","value":"CREATED"},{"key":"filters[status][]","value":"APPROVAL_NEEDED"},{"key":"filters[status][]","value":"PRICE_ACCEPTED"},{"key":"filters[status][]","value":"PRICE_DECLINED"}],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 26 Oct 2021 09:31:39 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"236"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"projects\",\n            \"id\": \"dc2e99e9-0bd3-4902-8e35-a7f21fd50c06\",\n            \"attributes\": {\n                \"name\": \"EasyProject from EasyTranslate Dashboard #24\",\n                \"identifier\": \"XFORCEDEADPOOL-P00040\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/dc2e99e9-0bd3-4902-8e35-a7f21fd50c06/download\",\n                \"file_name\": \"(Project)EasyProject from EasyTranslate Dashboard #24 en to da,de.json\",\n                \"customer_instructions\": null,\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"workflow\": {\n                    \"id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"Translation\",\n                        \"description\": \"Translate your content using our suppliers with the ability to make an internal revision afterwards by yourself\",\n                        \"identifier\": \"translation\",\n                        \"is_predefined\": true,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2020-11-25T14:24:05.000000Z\",\n                        \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                    }\n                },\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 0,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": null,\n                    \"hosted_invoice_url\": null\n                },\n                \"status\": \"CREATED\",\n                \"folder\": null,\n                \"callback_url\": null,\n                \"customer\": {\n                    \"type\": \"customer\",\n                    \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                    \"attributes\": {\n                        \"email\": \"deadpool@easytranslate.com\",\n                        \"first_name\": \"Captain\",\n                        \"last_name\": \"Deadpool\",\n                        \"phone\": \"+4571885836\",\n                        \"timezone\": \"Europe/Copenhagen\",\n                        \"avatar\": null,\n                        \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                        \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n                        \"access\": {\n                            \"roles\": null,\n                            \"permissions\": null,\n                            \"abilities\": null\n                        }\n                    },\n                    \"relationships\": []\n                },\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"preferred_deadline\": null,\n                \"api_version\": \"v2\",\n                \"target_zip\": {\n                    \"timestamp\": null,\n                    \"path\": null\n                },\n                \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                \"updated_at\": \"2022-02-09T10:32:09.000000Z\",\n                \"account\": {\n                    \"type\": \"account\",\n                    \"id\": \"379b4546-0863-4ee9-8551-19bf66548d86\",\n                    \"attributes\": {\n                        \"company_name\": \"X-Force\",\n                        \"company_email\": \"deadpool+sub@easytranslate.com\",\n                        \"phone\": \"+451231231\",\n                        \"team_identifier\": \"x-force-deadpool\",\n                        \"is_parent\": false,\n                        \"invoice_language\": null,\n                        \"receipt_email\": \"deadpool+sub@easytranslate.com\",\n                        \"alerts\": {\n                            \"conversations\": []\n                        },\n                        \"subscription\": {\n                            \"id\": \"e60b9eec-9ef4-41a5-ade1-4afe27156aff\",\n                            \"type\": \"account_subscriptions\",\n                            \"attributes\": {\n                                \"plan_identifier\": \"laas\",\n                                \"plan_name\": \"LaaS\",\n                                \"status\": \"active\",\n                                \"started_at\": \"2021-02-24T12:57:40.000000Z\",\n                                \"ends_at\": null,\n                                \"trial_ends_at\": null,\n                                \"is_active\": true,\n                                \"tiers\": {\n                                    \"supplier_team\": {\n                                        \"tier\": \"freemium\",\n                                        \"usage\": 14\n                                    },\n                                    \"string_library_keys\": {\n                                        \"tier\": \"freemium\",\n                                        \"usage\": 32\n                                    },\n                                    \"automation_workflows\": {\n                                        \"tier\": \"freemium\",\n                                        \"usage\": 76\n                                    },\n                                    \"caas_generated_words\": {\n                                        \"tier\": \"freemium\",\n                                        \"usage\": 0\n                                    },\n                                    \"supplier_translated_words\": {\n                                        \"tier\": \"freemium\",\n                                        \"usage\": 426525\n                                    }\n                                },\n                                \"created_at\": \"2021-02-24T12:57:40.000000Z\",\n                                \"updated_at\": \"2022-01-27T12:18:31.000000Z\"\n                            }\n                        },\n                        \"created_at\": \"2020-12-04T12:16:44.000000Z\",\n                        \"updated_at\": \"2021-01-22T12:40:59.000000Z\"\n                    },\n                    \"relationships\": []\n                },\n                \"tasks\": [\n                    {\n                        \"type\": \"task\",\n                        \"id\": \"c26fd496-f190-41fc-b0a8-87543d373ed1\",\n                        \"attributes\": {\n                            \"target_content\": null,\n                            \"target_language\": \"de\",\n                            \"source_language\": \"en\",\n                            \"type\": \"internal_review\",\n                            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 internal_review en to de.json\",\n                            \"customer_instructions\": null,  \n                            \"word_count\": null,\n                            \"deadline\": null,\n                            \"status\": \"CREATED\",\n                            \"price\": {\n                                \"amount\": 0,\n                                \"amount_euro\": 0,\n                                \"total\": 0,\n                                \"total_euro\": 0,\n                                \"currency\": null\n                            },\n                            \"payment\": {\n                                \"date\": null,\n                                \"method\": null,\n                                \"amount\": 0,\n                                \"currency\": null,\n                                \"vat_percent\": null,\n                                \"gross_amount\": 0,\n                                \"invoice_url\": null,\n                                \"hosted_invoice_url\": null\n                            },\n                            \"supplier\": null,\n                            \"progress\": \"0\",\n                            \"is_rated\": false,\n                            \"is_content\": true,\n                            \"order\": 3,\n                            \"revision_status\": \"translated\",\n                            \"api_version\": \"v2\",\n                            \"string_library_id\": null,\n                            \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                            \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"task\",\n                        \"id\": \"53efa79f-053e-4b99-8f19-75e5f5deb19a\",\n                        \"attributes\": {\n                            \"target_content\": null,\n                            \"target_language\": \"da\",\n                            \"source_language\": \"en\",\n                            \"type\": \"internal_review\",\n                            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 internal_review en to da.json\",\n                            \"customer_instructions\": null,\n                            \"word_count\": null,\n                            \"deadline\": null,\n                            \"status\": \"CREATED\",\n                            \"price\": {\n                                \"amount\": 0,\n                                \"amount_euro\": 0,\n                                \"total\": 0,\n                                \"total_euro\": 0,\n                                \"currency\": null\n                            },\n                            \"payment\": {\n                                \"date\": null,\n                                \"method\": null,\n                                \"amount\": 0,\n                                \"currency\": null,\n                                \"vat_percent\": null,\n                                \"gross_amount\": 0,\n                                \"invoice_url\": null,\n                                \"hosted_invoice_url\": null\n                            },\n                            \"supplier\": null,\n                            \"progress\": \"0\",\n                            \"is_rated\": false,\n                            \"is_content\": true,\n                            \"order\": 3,\n                            \"revision_status\": \"translated\",\n                            \"api_version\": \"v2\",\n                            \"string_library_id\": null,\n                            \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                            \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"task\",\n                        \"id\": \"9b36e7ce-c6ec-47ac-aa33-a1c74ef160a6\",\n                        \"attributes\": {\n                            \"target_content\": null,\n                            \"target_language\": \"de\",\n                            \"source_language\": \"en\",\n                            \"type\": \"translation\",\n                            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 translation en to de.json\",\n                            \"customer_instructions\": null,\n                            \"word_count\": null,\n                            \"deadline\": null,\n                            \"status\": \"CREATED\",\n                            \"price\": {\n                                \"amount\": 0,\n                                \"amount_euro\": 0,\n                                \"total\": 0,\n                                \"total_euro\": 0,\n                                \"currency\": null\n                            },\n                            \"payment\": {\n                                \"date\": null,\n                                \"method\": null,\n                                \"amount\": 0,\n                                \"currency\": null,\n                                \"vat_percent\": null,\n                                \"gross_amount\": 0,\n                                \"invoice_url\": null,\n                                \"hosted_invoice_url\": null\n                            },\n                            \"supplier\": null,\n                            \"progress\": \"0\",\n                            \"is_rated\": false,\n                            \"is_content\": true,\n                            \"order\": 2,\n                            \"revision_status\": \"translated\",\n                            \"api_version\": \"v2\",\n                            \"string_library_id\": null,\n                            \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                            \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"task\",\n                        \"id\": \"68fdd8da-e821-4ff0-9e2b-d6ac8cbd8b34\",\n                        \"attributes\": {\n                            \"target_content\": null,\n                            \"target_language\": \"da\",\n                            \"source_language\": \"en\",\n                            \"type\": \"translation\",\n                            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 translation en to da.json\",\n                            \"customer_instructions\": null,\n                            \"word_count\": null,\n                            \"deadline\": null,\n                            \"status\": \"CREATED\",\n                            \"price\": {\n                                \"amount\": 0,\n                                \"amount_euro\": 0,\n                                \"total\": 0,\n                                \"total_euro\": 0,\n                                \"currency\": null\n                            },\n                            \"payment\": {\n                                \"date\": null,\n                                \"method\": null,\n                                \"amount\": 0,\n                                \"currency\": null,\n                                \"vat_percent\": null,\n                                \"gross_amount\": 0,\n                                \"invoice_url\": null,\n                                \"hosted_invoice_url\": null\n                            },\n                            \"supplier\": null,\n                            \"progress\": \"0\",\n                            \"is_rated\": false,\n                            \"is_content\": true,\n                            \"order\": 2,\n                            \"revision_status\": \"translated\",\n                            \"api_version\": \"v2\",\n                            \"string_library_id\": null,\n                            \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                            \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"task\",\n                        \"id\": \"59b8c019-9942-4a6a-889e-985aea222573\",\n                        \"attributes\": {\n                            \"target_content\": null,\n                            \"target_language\": \"de\",\n                            \"source_language\": \"en\",\n                            \"type\": \"machine_translation\",\n                            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 machine_translation en to de.json\",\n                            \"customer_instructions\": null,\n                            \"word_count\": null,\n                            \"deadline\": null,\n                            \"status\": \"CREATED\",\n                            \"price\": {\n                                \"amount\": 0,\n                                \"amount_euro\": 0,\n                                \"total\": 0,\n                                \"total_euro\": 0,\n                                \"currency\": null\n                            },\n                            \"payment\": {\n                                \"date\": null,\n                                \"method\": null,\n                                \"amount\": 0,\n                                \"currency\": null,\n                                \"vat_percent\": null,\n                                \"gross_amount\": 0,\n                                \"invoice_url\": null,\n                                \"hosted_invoice_url\": null\n                            },\n                            \"supplier\": null,\n                            \"progress\": \"0\",\n                            \"is_rated\": false,\n                            \"is_content\": true,\n                            \"order\": 1,\n                            \"revision_status\": \"translated\",\n                            \"api_version\": \"v2\",\n                            \"string_library_id\": null,\n                            \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                            \"updated_at\": \"2022-02-09T10:32:08.000000Z\"\n                        }\n                    },\n                    {\n                        \"type\": \"task\",\n                        \"id\": \"a7f265e3-ac41-4338-9efc-683cea206e1b\",\n                        \"attributes\": {\n                            \"target_content\": null,\n                            \"target_language\": \"da\",\n                            \"source_language\": \"en\",\n                            \"type\": \"machine_translation\",\n                            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 machine_translation en to da.json\",\n                            \"customer_instructions\": null,\n                            \"word_count\": null,\n                            \"deadline\": null,\n                            \"status\": \"CREATED\",\n                            \"price\": {\n                                \"amount\": 0,\n                                \"amount_euro\": 0,\n                                \"total\": 0,\n                                \"total_euro\": 0,\n                                \"currency\": null\n                            },\n                            \"payment\": {\n                                \"date\": null,\n                                \"method\": null,\n                                \"amount\": 0,\n                                \"currency\": null,\n                                \"vat_percent\": null,\n                                \"gross_amount\": 0,\n                                \"invoice_url\": null,\n                                \"hosted_invoice_url\": null\n                            },\n                            \"supplier\": null,\n                            \"progress\": \"0\",\n                            \"is_rated\": false,\n                            \"is_content\": true,\n                            \"order\": 1,\n                            \"revision_status\": \"translated\",\n                            \"api_version\": \"v2\",\n                            \"string_library_id\": null,\n                            \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                            \"updated_at\": \"2022-02-09T10:32:08.000000Z\"\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"3706f0bf-08e6-4a9e-901c-9318cfe6c219"},{"name":"New Project from JSON content V2","event":[{"listen":"test","script":{"id":"c517d7d2-d305-44a3-b177-532c7e2dc340","exec":["if(pm.response.code === 201) {","    pm.environment.set('PROJECT_ID', JSON.parse(responseBody).data.id)","}"],"type":"text/javascript","packages":{}}}],"id":"47f3812c-0847-4924-8b13-13d014706c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"projects\",\n\t\t\"attributes\": {\n\t\t\t\"source_language\": \"en\",\n\t\t\t\"target_languages\"  : [\n\t\t\t\t\"da\", \"de\"\n\t\t\t],\n            \"workflow_id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n\t\t\t\"content\": {\n                \"key\": \"<h1>Apple</h1> has released <b>thirteen</b> generations of iPhone models, each <strong>accompanied</strong> by one\\n\\n of the <img src=\\\"some-image.png\\\"/ alt=\\\"This is some image\\\"> thirteen major releases of the <a href=\\\"/visit-ios\\\">iOS</a> operating system. The first-generation iPhone was a GSM phone and established design precedents, such as a placement of certain buttons that has persisted throughout all releases to date. The first iPhone also set a screen size that was maintained for the next four iterations. The iPhone 3G added 3G network support and was followed by the iPhone 3GS with improved hardware, the iPhone 4 with a metal chassis, higher display resolution, and front-facing camera, and the iPhone 4S with improved hardware and the voice assistant Siri. The iPhone 5 featured a taller, 4 inches (100 mm) display, 4G support, and Apple's newly introduced Lightning connector. The iPhone 5S has an improved hardware and a fingerprint reader (marketed as Touch ID). The lower-cost iPhone 5C is a version of the 5 with a plastic body, instead of metal one, and was also available in many colors. They were followed by the larger iPhone 6 and iPhone 6 Plus, with models featuring 4.7-and-5.5-inch (120 and 140 mm) displays. The iPhone 6S and iPhone 6S Plus featured hardware upgrades and support for pressure-sensitive touch inputs, as well as the first-generation iPhone SE—which featured hardware from the 6S but the smaller form factor of the 5S. The iPhone 7 and iPhone 7 Plus add water resistance, improved system, and graphics performance, a new rear dual-camera setup on the Plus model, and new color options, while removing the 3.5 mm headphone jack found on previous models. The iPhone 8 and iPhone 8 Plus has a glass back and an improved screen and camera. The iPhone X was released alongside the iPhone 8 and iPhone 8 Plus, with its highlights being a near bezel-less design, an OLED display at 5.8 inches (150 mm), an improved camera, and a new facial recognition system, named Face ID, but having no home button, and therefore, no Touch ID. The iPhone XS and XS Max feature updated hardware, improved dual cameras, improved water resistance, and Dual-SIM support; the latter model also features the series' biggest display as of 2018 at 6.5 inches (170 mm). The iPhone XR has the similar design to the iPhone X, but it has an LCD display at 6.1 inches (150 mm), and starts at a lower price. The iPhone 11 added a second camera at the back, updated glass back, and improved hardware. The iPhone 11 Pro and iPhone 11 Pro Max feature a frosted glass back design, a triple lens camera setup with camera improvements, improved performance, and increased battery capacity. The second-generation iPhone SE is a successor to both the original iPhone SE and the iPhone 8, featuring hardware from the 11 and 11 Pro in a design nearly identical to the iPhone 8.\"\n                },\n            \"reference_instructions\": \"Reference instructions text\",\n            \"project_instructions\": \"Project instructions text\"\n\t\t}\n\t}\n}"},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects","description":"<p>Creates a new Project by passing a JSON object tas content to be translated..</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>projects</code></td>\n<td>The type of the data object sent. Type is always <strong>projects</strong>.</td>\n</tr>\n<tr>\n<td><code>source_language</code></td>\n<td>string</td>\n<td>The language the content is written into.  <br />Must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647)</td>\n</tr>\n<tr>\n<td><code>target_languages</code></td>\n<td>array</td>\n<td>Array of the languages the content should be translated into.  <br />Each language must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647).  <br />Please note that <code>target_languages</code> shouldn't contain same value as <code>source_language</code></td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>string</td>\n<td>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See <a href=\"#22bef5e4-1784-4b05-a5e1-f2cdb00af184\">Completed task callback</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>string</td>\n<td>The content to be translated. Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Can be fetched from: <code>v2/teams/:team_name</code></td>\n</tr>\n<tr>\n<td><code>folder_id</code></td>\n<td>string</td>\n<td>Existing folder ID (optional)</td>\n</tr>\n<tr>\n<td><code>folder_name</code></td>\n<td>string</td>\n<td>Create folder for the project (optional)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Descriptive name of the project (optional)</td>\n</tr>\n<tr>\n<td><code>customer_instructions</code></td>\n<td>string</td>\n<td>Instructions visible for all suppliers (optional)</td>\n</tr>\n<tr>\n<td><code>preferred_deadline</code></td>\n<td>string</td>\n<td>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>object</td>\n<td>Key-value pair that can hold up to 255 characters as key, and up to 255 characters as value, no more than 10 pairs. Example: <code>{\"internal_id\": \"ABC\"}</code></td>\n</tr>\n<tr>\n<td><code>reference_instructions</code></td>\n<td>text</td>\n<td>Only usable for ai_translation tasks. Reference instructions text must be below 50.000 characters to be applied. (optional)</td>\n</tr>\n<tr>\n<td><code>project_instructions</code></td>\n<td>text</td>\n<td>Only usable for ai_translation tasks. Project instructions text must be below 10.000 characters to be applied. (optional)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["teams",":team_name","projects"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"id":"46a5095d-4dca-4a82-bb7a-c3abf48fc0e4","type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"db8d11b7-ec96-4687-b464-208970da3dc1","name":"201 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"projects\",\n\t\t\"attributes\": {\n\t\t\t\"source_language\": \"en\",\n\t\t\t\"target_languages\"  : [\n\t\t\t\t\"da\", \"de\"\n\t\t\t],\n            \"workflow_id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n\t\t\t\"content\": {\n                \"key\": \"<h1>Apple</h1> has released <b>thirteen</b> generations of iPhone models, each <strong>accompanied</strong> by one\\n\\n of the <img src=\\\"some-image.png\\\"/ alt=\\\"This is some image\\\"> thirteen major releases of the <a href=\\\"/visit-ios\\\">iOS</a> operating system. The first-generation iPhone was a GSM phone and established design precedents, such as a placement of certain buttons that has persisted throughout all releases to date. The first iPhone also set a screen size that was maintained for the next four iterations. The iPhone 3G added 3G network support and was followed by the iPhone 3GS with improved hardware, the iPhone 4 with a metal chassis, higher display resolution, and front-facing camera, and the iPhone 4S with improved hardware and the voice assistant Siri. The iPhone 5 featured a taller, 4 inches (100 mm) display, 4G support, and Apple's newly introduced Lightning connector. The iPhone 5S has an improved hardware and a fingerprint reader (marketed as Touch ID). The lower-cost iPhone 5C is a version of the 5 with a plastic body, instead of metal one, and was also available in many colors. They were followed by the larger iPhone 6 and iPhone 6 Plus, with models featuring 4.7-and-5.5-inch (120 and 140 mm) displays. The iPhone 6S and iPhone 6S Plus featured hardware upgrades and support for pressure-sensitive touch inputs, as well as the first-generation iPhone SE—which featured hardware from the 6S but the smaller form factor of the 5S. The iPhone 7 and iPhone 7 Plus add water resistance, improved system, and graphics performance, a new rear dual-camera setup on the Plus model, and new color options, while removing the 3.5 mm headphone jack found on previous models. The iPhone 8 and iPhone 8 Plus has a glass back and an improved screen and camera. The iPhone X was released alongside the iPhone 8 and iPhone 8 Plus, with its highlights being a near bezel-less design, an OLED display at 5.8 inches (150 mm), an improved camera, and a new facial recognition system, named Face ID, but having no home button, and therefore, no Touch ID. The iPhone XS and XS Max feature updated hardware, improved dual cameras, improved water resistance, and Dual-SIM support; the latter model also features the series' biggest display as of 2018 at 6.5 inches (170 mm). The iPhone XR has the similar design to the iPhone X, but it has an LCD display at 6.1 inches (150 mm), and starts at a lower price. The iPhone 11 added a second camera at the back, updated glass back, and improved hardware. The iPhone 11 Pro and iPhone 11 Pro Max feature a frosted glass back design, a triple lens camera setup with camera improvements, improved performance, and increased battery capacity. The second-generation iPhone SE is a successor to both the original iPhone SE and the iPhone 8, featuring hardware from the 11 and 11 Pro in a design nearly identical to the iPhone 8.\"\n                }\n\n\t\t}\n\t}\n}"},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Feb 2022 10:32:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=87D+gZyGkddydIhaqoZvpbl/DfIxsGpCKwVsN59jtNtTHRhGb6Q9DHISAQQB6mub5QpRP8pYhCJAf2C3Fi5zj/oJFA+USLJu3g8s8xDvGTamfV1ar5qgVRNz9rlV; Expires=Wed, 16 Feb 2022 10:32:08 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=87D+gZyGkddydIhaqoZvpbl/DfIxsGpCKwVsN59jtNtTHRhGb6Q9DHISAQQB6mub5QpRP8pYhCJAf2C3Fi5zj/oJFA+USLJu3g8s8xDvGTamfV1ar5qgVRNz9rlV; Expires=Wed, 16 Feb 2022 10:32:08 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"projects\",\n        \"id\": \"dc2e99e9-0bd3-4902-8e35-a7f21fd50c06\",\n        \"attributes\": {\n            \"name\": \"EasyProject from EasyTranslate Dashboard #24\",\n            \"identifier\": \"XFORCEDEADPOOL-P00040\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/dc2e99e9-0bd3-4902-8e35-a7f21fd50c06/download\",\n            \"file_name\": \"(Project)EasyProject from EasyTranslate Dashboard #24 en to da,de.json\",\n            \"customer_instructions\": null,\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"workflow\": {\n                \"id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n                \"type\": \"account_workflows\",\n                \"attributes\": {\n                    \"display_name\": \"Translation\",\n                    \"description\": \"Translate your content using our suppliers with the ability to make an internal revision afterwards by yourself\",\n                    \"identifier\": \"translation\",\n                    \"is_predefined\": true,\n                    \"status\": \"active\",\n                    \"is_available\": true,\n                    \"created_at\": \"2020-11-25T14:24:05.000000Z\",\n                    \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                }\n            },\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": 0,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": 0,\n                \"invoice_url\": null,\n                \"hosted_invoice_url\": null\n            },\n            \"status\": \"CREATED\",\n            \"folder\": null,\n            \"callback_url\": null,\n            \"customer\": {\n                \"type\": \"customer\",\n                \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"attributes\": {\n                    \"email\": \"deadpool@easytranslate.com\",\n                    \"first_name\": \"Captain\",\n                    \"last_name\": \"Deadpool\",\n                    \"phone\": \"+4571885836\",\n                    \"timezone\": \"Europe/Copenhagen\",\n                    \"avatar\": null,\n                    \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                    \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n                    \"access\": {\n                        \"roles\": null,\n                        \"permissions\": null,\n                        \"abilities\": null\n                    }\n                },\n                \"relationships\": []\n            },\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"preferred_deadline\": null,\n            \"api_version\": \"v2\",\n            \"target_zip\": {\n                \"timestamp\": null,\n                \"path\": null\n            },\n            \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n            \"updated_at\": \"2022-02-09T10:32:09.000000Z\",\n            \"account\": {\n                \"type\": \"account\",\n                \"id\": \"379b4546-0863-4ee9-8551-19bf66548d86\",\n                \"attributes\": {\n                    \"company_name\": \"X-Force\",\n                    \"company_email\": \"deadpool+sub@easytranslate.com\",\n                    \"phone\": \"+451231231\",\n                    \"team_identifier\": \"x-force-deadpool\",\n                    \"is_parent\": false,\n                    \"invoice_language\": null,\n                    \"receipt_email\": \"deadpool+sub@easytranslate.com\",\n                    \"alerts\": {\n                        \"conversations\": []\n                    },\n                    \"subscription\": {\n                        \"id\": \"e60b9eec-9ef4-41a5-ade1-4afe27156aff\",\n                        \"type\": \"account_subscriptions\",\n                        \"attributes\": {\n                            \"plan_identifier\": \"laas\",\n                            \"plan_name\": \"LaaS\",\n                            \"status\": \"active\",\n                            \"started_at\": \"2021-02-24T12:57:40.000000Z\",\n                            \"ends_at\": null,\n                            \"trial_ends_at\": null,\n                            \"is_active\": true,\n                            \"tiers\": {\n                                \"supplier_team\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 14\n                                },\n                                \"string_library_keys\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 32\n                                },\n                                \"automation_workflows\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 76\n                                },\n                                \"caas_generated_words\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 0\n                                },\n                                \"supplier_translated_words\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 426525\n                                }\n                            },\n                            \"created_at\": \"2021-02-24T12:57:40.000000Z\",\n                            \"updated_at\": \"2022-01-27T12:18:31.000000Z\"\n                        }\n                    },\n                    \"created_at\": \"2020-12-04T12:16:44.000000Z\",\n                    \"updated_at\": \"2021-01-22T12:40:59.000000Z\"\n                },\n                \"relationships\": []\n            },\n            \"tasks\": [\n                {\n                    \"type\": \"task\",\n                    \"id\": \"c26fd496-f190-41fc-b0a8-87543d373ed1\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"internal_review\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 internal_review en to de.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 3,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"53efa79f-053e-4b99-8f19-75e5f5deb19a\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"internal_review\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 internal_review en to da.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 3,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"9b36e7ce-c6ec-47ac-aa33-a1c74ef160a6\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 translation en to de.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 2,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"68fdd8da-e821-4ff0-9e2b-d6ac8cbd8b34\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 translation en to da.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 2,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"59b8c019-9942-4a6a-889e-985aea222573\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"machine_translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 machine_translation en to de.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 1,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:08.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"a7f265e3-ac41-4338-9efc-683cea206e1b\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"machine_translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 machine_translation en to da.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 1,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:08.000000Z\"\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"},{"id":"ec46fd67-ed10-4e35-bf71-342895719bdc","name":"[422] Translation Team missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"projects\",\n\t\t\"attributes\": {\n\t\t\t\"source_language\": \"en\",\n\t\t\t\"target_languages\"  : [\n\t\t\t\t\"da\", \"de\"\n\t\t\t],\n            \"workflow_id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n\t\t\t\"content\": {\n                \"key\": \"<h1>Apple</h1> has released <b>thirteen</b> generations of iPhone models\"\n            }\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 14 Apr 2020 07:39:34 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"translation_team\": [\n            \"Translation team is required for requested source/target language combinations\"\n        ]\n    }\n}"},{"id":"83c1114c-0ceb-4626-8c8b-551ead887b58","name":"[422] Missing Billing Method","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"projects\",\n\t\t\"attributes\": {\n\t\t\t\"source_language\": \"en\",\n\t\t\t\"target_languages\"  : [\n\t\t\t\t\"da\", \"de\"\n\t\t\t],\n            \"workflow_id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n\t\t\t\"content\": {\n                \"key\": \"<h1>Apple</h1> has released <b>thirteen</b> generations of iPhone models\"\n            }\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 14 Apr 2020 07:38:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"billing_method\": [\n            \"At least one billing method is required before creating new project\"\n        ]\n    }\n}"}],"_postman_id":"47f3812c-0847-4924-8b13-13d014706c51"},{"name":"New Project from file upload","event":[{"listen":"test","script":{"id":"74aa9d8a-2cea-41ce-a877-abc29c34db23","exec":["if(pm.response.code === 201) {","    pm.environment.set('PROJECT_ID', JSON.parse(responseBody).data[0].id)","}"],"type":"text/javascript","packages":{}}}],"id":"4ac5a691-b0f3-4a82-bdd0-26d480438288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[type]","value":"projects","type":"text"},{"description":"<p>File containing the content to be translated.</p>\n","key":"data[attributes][files][0]","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/home/mila/Documents/Welcome Mila.txt"],"src":"/home/mila/Documents/Welcome Mila.txt"},{"key":"data[attributes][files][1]","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/home/jimmy/Documents/Files/data.json"],"src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"description":"<p>The language the content is written into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647)</p>\n","key":"data[attributes][source_language]","type":"text","value":"{{SOURCE_LANGUAGE}}"},{"description":"<p>The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). </p>\n","key":"data[attributes][target_languages][0]","type":"text","value":"{{TARGET_LANGUAGE_1}}"},{"description":"<p>The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). </p>\n","key":"data[attributes][target_languages][1]","type":"text","value":"{{TARGET_LANGUAGE_2}}","disabled":true},{"description":"<p>The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). </p>\n","key":"data[attributes][target_languages][2]","type":"text","value":"{{TARGET_LANGUAGE_3}}","disabled":true},{"description":"<p>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See Completed task callback</p>\n","key":"data[attributes][callback_url]","type":"text","value":"{{CALLBACK_URL}}","disabled":true},{"key":"data[attributes][folder_name]","value":"Folder Name","type":"text","disabled":true},{"key":"data[attributes][folder_id]","value":"{{PROJECT_FOLDER_ID}}","type":"text","disabled":true},{"key":"data[attributes][workflow_id]","value":"{{ACCOUNT_WORKFLOW_ID}}","description":"<p>Used from <code>v2/teams/:team_name</code> endpoint</p>\n","type":"text"},{"key":"data[attributes][preferred_deadline]","value":"2021-12-09 12:00:00","type":"text","disabled":true},{"key":"data[attributes][reference_instructions]","value":"Reference instructions text","type":"text","uuid":"0148fc96-2590-49cf-a40c-71fe4b2d9abe"},{"key":"data[attributes][project_instructions]","value":"Project instructions text","type":"text","uuid":"0d8eb31a-78dd-460e-bbf9-31fb57be44e0"},{"key":"data[attributes][reference_instructions_file]","type":"file","value":null,"disabled":true},{"key":"data[attributes][project_instructions_file]","type":"file","value":null,"disabled":true}]},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects","description":"<p>Creates a new Project by passing a single file or files</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>projects</code></td>\n<td>The type of the data object sent. Type is always <strong>projects</strong>.</td>\n</tr>\n<tr>\n<td><code>source_language</code></td>\n<td>string</td>\n<td>The language the content is written into.  <br />Must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647)</td>\n</tr>\n<tr>\n<td><code>target_languages</code></td>\n<td>array</td>\n<td>Array of the languages the content should be translated into.  <br />Each language must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647).  <br />Please note that <code>target_languages</code> shouldn't contain same value as <code>source_language</code></td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>string</td>\n<td>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See <a href=\"#22bef5e4-1784-4b05-a5e1-f2cdb00af184\">Completed task callback</a></td>\n</tr>\n<tr>\n<td><code>files</code></td>\n<td>File stream</td>\n<td>Array of files</td>\n</tr>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Can be fetched from: <code>v2/teams/:team_name</code></td>\n</tr>\n<tr>\n<td><code>folder_id</code></td>\n<td>string</td>\n<td>Existing folder ID (optional)</td>\n</tr>\n<tr>\n<td><code>folder_name</code></td>\n<td>string</td>\n<td>Create folder for the project (optional)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Descriptive name of the project (optional)</td>\n</tr>\n<tr>\n<td><code>customer_instructions</code></td>\n<td>string</td>\n<td>Instructions visible for all suppliers (optional)</td>\n</tr>\n<tr>\n<td><code>preferred_deadline</code></td>\n<td>string</td>\n<td>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>object</td>\n<td>Key-value pair that can hold up to 255 characters as key, and up to 255 characters as value, no more than 10 pairs. Example: <code>{\"internal_id\": \"ABC\"}</code></td>\n</tr>\n<tr>\n<td><code>reference_instructions</code></td>\n<td>text</td>\n<td>Only usable for ai_translation tasks. Reference instructions text must be below 50.000 characters to be applied. (optional)</td>\n</tr>\n<tr>\n<td><code>project_instructions</code></td>\n<td>text</td>\n<td>Only usable for ai_translation tasks. Project instructions text must be below 10.000 characters to be applied. (optional)</td>\n</tr>\n<tr>\n<td><code>reference_instructions_file</code></td>\n<td>File</td>\n<td>Only usable for ai_translation tasks. Reference instructions file text must be below 50.000 characters to be applied. (optional)</td>\n</tr>\n<tr>\n<td><code>project_instructions_file</code></td>\n<td>File</td>\n<td>Only usable for ai_translation tasks. Project instructions file text must be below 10.000 characters to be applied. (optional)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["teams",":team_name","projects"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"type":"string","value":"newteam1com","key":"team_name"}]}},"response":[{"id":"d015577e-a79a-47ab-b6e6-da70664aa8ba","name":"[422] Translation Team missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n\t\t\t\"source_language\": \"de\",\n\t\t\t\"target_languages\": [\n\t\t\t\t\"en\", \"da\"\n\t\t\t],\n\t\t\t\"content\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus\"\n\t\t}\n\t}\n}"},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/projects"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 14 Apr 2020 07:39:34 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"translation_team\": [\n            \"Translation team is required for requested source/target language combinations\"\n        ]\n    }\n}"},{"id":"85023d10-850a-4c3c-9bef-9cc4886ad872","name":"[422] Missing Billing Method","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n\t\t\t\"source_language\": \"de\",\n\t\t\t\"target_languages\": [\n\t\t\t\t\"en\", \"da\"\n\t\t\t],\n\t\t\t\"content\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus\"\n\t\t}\n\t}\n}"},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/projects"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 14 Apr 2020 07:38:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"billing_method\": [\n            \"At least one billing method is required before creating new project\"\n        ]\n    }\n}"},{"id":"7dd08a69-c201-4a37-9b77-376da34a8dc6","name":"201 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"formdata","formdata":[{"key":"data[type]","value":"projects","type":"text"},{"description":"File containing the content to be translated.","key":"data[attributes][files][0]","type":"file","src":"/home/jimmy/Documents/Files/data.json"},{"key":"data[attributes][files][1]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"description":"The language the content is written into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647)","key":"data[attributes][source_language]","type":"text","value":"{{SOURCE_LANGUAGE}}"},{"description":"The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). ","key":"data[attributes][target_languages][0]","type":"text","value":"{{TARGET_LANGUAGE_1}}"},{"description":"The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). ","key":"data[attributes][target_languages][1]","type":"text","value":"{{TARGET_LANGUAGE_2}}"},{"description":"The language the content should be translated into. \nMust follow ISO 639-1 and/or ISO 3166-1 (RFC 5646 and RFC 4647). ","key":"data[attributes][target_languages][2]","type":"text","value":"{{TARGET_LANGUAGE_3}}","disabled":true},{"description":"If provided, a webhook call will be triggered to this URL when each of the translations is completed. See Completed task callback","key":"data[attributes][callback_url]","type":"text","value":"{{CALLBACK_URL}}","disabled":true},{"key":"data[attributes][folder_name]","value":"Folder Name","type":"text","disabled":true},{"key":"data[attributes][folder_id]","value":"{{PROJECT_FOLDER_ID}}","type":"text","disabled":true},{"key":"data[attributes][workflow_id]","value":"{{ACCOUNT_WORKFLOW_ID}}","type":"text"},{"key":"data[attributes][files][2]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][3]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][4]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][5]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][6]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][7]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][8]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][9]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][10]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][11]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][12]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][13]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][14]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][15]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][16]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][17]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][18]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][19]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][20]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][21]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][22]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][23]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][files][24]","type":"file","src":"/home/jimmy/Documents/Files/data.json","disabled":true},{"key":"data[attributes][preferred_deadline]","value":"2021-12-09 12:00:00","type":"text"}]},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"X-Powered-By","value":"PHP/8.0.9"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Oct 2021 09:14:14 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"238"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"projects\",\n        \"id\": \"dc2e99e9-0bd3-4902-8e35-a7f21fd50c06\",\n        \"attributes\": {\n            \"name\": \"EasyProject from EasyTranslate Dashboard #24\",\n            \"identifier\": \"XFORCEDEADPOOL-P00040\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/dc2e99e9-0bd3-4902-8e35-a7f21fd50c06/download\",\n            \"file_name\": \"(Project)EasyProject from EasyTranslate Dashboard #24 en to da,de.json\",\n            \"customer_instructions\": null,\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"workflow\": {\n                \"id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n                \"type\": \"account_workflows\",\n                \"attributes\": {\n                    \"display_name\": \"Translation\",\n                    \"description\": \"Translate your content using our suppliers with the ability to make an internal revision afterwards by yourself\",\n                    \"identifier\": \"translation\",\n                    \"is_predefined\": true,\n                    \"status\": \"active\",\n                    \"is_available\": true,\n                    \"created_at\": \"2020-11-25T14:24:05.000000Z\",\n                    \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                }\n            },\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": 0,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": 0,\n                \"invoice_url\": null,\n                \"hosted_invoice_url\": null\n            },\n            \"status\": \"CREATED\",\n            \"folder\": null,\n            \"callback_url\": null,\n            \"customer\": {\n                \"type\": \"customer\",\n                \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"attributes\": {\n                    \"email\": \"deadpool@easytranslate.com\",\n                    \"first_name\": \"Captain\",\n                    \"last_name\": \"Deadpool\",\n                    \"phone\": \"+4571885836\",\n                    \"timezone\": \"Europe/Copenhagen\",\n                    \"avatar\": null,\n                    \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                    \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n                    \"access\": {\n                        \"roles\": null,\n                        \"permissions\": null,\n                        \"abilities\": null\n                    }\n                },\n                \"relationships\": []\n            },\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"preferred_deadline\": null,\n            \"api_version\": \"v2\",\n            \"target_zip\": {\n                \"timestamp\": null,\n                \"path\": null\n            },\n            \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n            \"updated_at\": \"2022-02-09T10:32:09.000000Z\",\n            \"account\": {\n                \"type\": \"account\",\n                \"id\": \"379b4546-0863-4ee9-8551-19bf66548d86\",\n                \"attributes\": {\n                    \"company_name\": \"X-Force\",\n                    \"company_email\": \"deadpool+sub@easytranslate.com\",\n                    \"phone\": \"+451231231\",\n                    \"team_identifier\": \"x-force-deadpool\",\n                    \"is_parent\": false,\n                    \"invoice_language\": null,\n                    \"receipt_email\": \"deadpool+sub@easytranslate.com\",\n                    \"alerts\": {\n                        \"conversations\": []\n                    },\n                    \"subscription\": {\n                        \"id\": \"e60b9eec-9ef4-41a5-ade1-4afe27156aff\",\n                        \"type\": \"account_subscriptions\",\n                        \"attributes\": {\n                            \"plan_identifier\": \"laas\",\n                            \"plan_name\": \"LaaS\",\n                            \"status\": \"active\",\n                            \"started_at\": \"2021-02-24T12:57:40.000000Z\",\n                            \"ends_at\": null,\n                            \"trial_ends_at\": null,\n                            \"is_active\": true,\n                            \"tiers\": {\n                                \"supplier_team\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 14\n                                },\n                                \"string_library_keys\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 32\n                                },\n                                \"automation_workflows\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 76\n                                },\n                                \"caas_generated_words\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 0\n                                },\n                                \"supplier_translated_words\": {\n                                    \"tier\": \"freemium\",\n                                    \"usage\": 426525\n                                }\n                            },\n                            \"created_at\": \"2021-02-24T12:57:40.000000Z\",\n                            \"updated_at\": \"2022-01-27T12:18:31.000000Z\"\n                        }\n                    },\n                    \"created_at\": \"2020-12-04T12:16:44.000000Z\",\n                    \"updated_at\": \"2021-01-22T12:40:59.000000Z\"\n                },\n                \"relationships\": []\n            },\n            \"tasks\": [\n                {\n                    \"type\": \"task\",\n                    \"id\": \"c26fd496-f190-41fc-b0a8-87543d373ed1\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"internal_review\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 internal_review en to de.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 3,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"53efa79f-053e-4b99-8f19-75e5f5deb19a\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"internal_review\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 internal_review en to da.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 3,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"9b36e7ce-c6ec-47ac-aa33-a1c74ef160a6\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 translation en to de.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 2,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"68fdd8da-e821-4ff0-9e2b-d6ac8cbd8b34\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 translation en to da.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 2,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:09.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:09.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"59b8c019-9942-4a6a-889e-985aea222573\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"machine_translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 machine_translation en to de.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 1,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:08.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"a7f265e3-ac41-4338-9efc-683cea206e1b\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"machine_translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #24 machine_translation en to da.json\",\n                        \"word_count\": null,\n                        \"deadline\": null,\n                        \"status\": \"CREATED\",\n                        \"price\": {\n                            \"amount\": 0,\n                            \"amount_euro\": 0,\n                            \"total\": 0,\n                            \"total_euro\": 0,\n                            \"currency\": null\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": 0,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 1,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-09T10:32:08.000000Z\",\n                        \"updated_at\": \"2022-02-09T10:32:08.000000Z\"\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"4ac5a691-b0f3-4a82-bdd0-26d480438288"},{"name":"Update Project Name","id":"a9ada9c0-2b12-4792-9ba2-9ee949331dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n            \"name\": \"Application Form #2\"\n\t\t}\n\t}\n}"},"url":"https://api.platform.sandbox.easytranslate.com/api/v2/teams/:team_identifier/projects/:project_id","description":"<p>Creates a new Project by passing a JSON object tas content to be translated..</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td><code>project</code></td>\n<td>The type of the data object sent. Type is always <strong>project</strong>.</td>\n</tr>\n<tr>\n<td><code>source_language</code></td>\n<td>string</td>\n<td>The language the content is written into.  <br />Must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647)</td>\n</tr>\n<tr>\n<td><code>target_languages</code></td>\n<td>array</td>\n<td>Array of the languages the content should be translated into.  <br />Each language must follow <strong>ISO 639-1</strong> and/or <strong>ISO 3166-1</strong> (RFC 5646 and RFC 4647).  <br />Please note that <code>target_languages</code> shouldn't contain same value as <code>source_language</code></td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>string</td>\n<td>If provided, a webhook call will be triggered to this URL when each of the translations is completed. See <a href=\"#22bef5e4-1784-4b05-a5e1-f2cdb00af184\">Completed task callback</a></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>string</td>\n<td>The content to be translated. Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td><code>workflow</code></td>\n<td>string</td>\n<td>Default is <code>translation</code>.  <br />One of <code>translation</code>, <code>self+machine_translation</code>.  <br />Please note that the workflows are determinated by the team of translators</td>\n</tr>\n<tr>\n<td><code>folder_id</code></td>\n<td>string</td>\n<td>Existing folder ID (optional)</td>\n</tr>\n<tr>\n<td><code>folder_name</code></td>\n<td>string</td>\n<td>Create folder for the project (optional)</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Descriptive name of the project (optional)</td>\n</tr>\n<tr>\n<td><code>preferred_deadline</code></td>\n<td>string</td>\n<td>The preferred deadline (optional). Must be a future date in <code>Y-m-d H:i:s</code> format</td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>object</td>\n<td>Key-value pair that can hold up to 255 characters as key, and up to 255 characters as value, no more than 10 pairs. Example: <code>{\"internal_id\": \"ABC\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","teams",":team_identifier","projects",":project_id"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"id":"dcdd80d9-f1b8-4c08-86c9-d73d11b7a1db","description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"deadpool","key":"team_identifier"},{"id":"0246869a-662a-4bf7-9478-ddf4fd79d349","type":"any","value":"672ba690-bda9-4876-a700-1d82cd808e00","key":"project_id"}]}},"response":[{"id":"b4e6779c-ce01-41e7-86c4-7af11b9d7ed7","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"Key contains invalid whitespace characters."}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"project\",\n\t\t\"attributes\": {\n            \"name\": \"Application Form #2\", // Optional\n\t\t\t\"source_language\": \"{{SOURCE_LANGUAGE}}\",\n\t\t\t\"target_languages\": [\n\t\t\t\t\"{{TARGET_LANGUAGE_1}}\", \n\t\t\t\t\"{{TARGET_LANGUAGE_2}}\"\n\t\t\t],\n\t\t\t\"callback_url\": \"{{CALLBACK_URL}}\",  // Optional\n\t\t\t\"content\": {\"key\": \"Hello world\"},\n            \"preferred_deadline\": \"2022-02-16 00:00:00\", // Optional. Must be future date\n            \"folder_id\": \"{{PROJECT_FOLDER_ID}}\",    // Optional\n            \"folder_name\": \"{{PROJECT_FOLDER_NAME}}\" // Optional\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects"],"variable":[{"description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created","key":"team_identifier","value":"{{TEAM_NAME}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 08:51:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=5pACYgvswdXb/5yb0lrLsu7xXZqEX4Dkk3HamSjnjwVhe2urevSiUy55af0Ha2R8JQBg+/vRJ39/TWN7ABe3bIPEYaxJjPB///k932Awypzm3dAt2OqeZOfzHJMM; Expires=Thu, 03 Sep 2020 08:51:45 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=5pACYgvswdXb/5yb0lrLsu7xXZqEX4Dkk3HamSjnjwVhe2urevSiUy55af0Ha2R8JQBg+/vRJ39/TWN7ABe3bIPEYaxJjPB///k932Awypzm3dAt2OqeZOfzHJMM; Expires=Thu, 03 Sep 2020 08:51:45 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n        \"attributes\": {\n            \"name\": \"Application Form #2\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/79a8f137-4731-4d61-9335-2d649561864d/download\",\n            \"file_name\": \"(Project)Application Form #2 en to da,de.json\",\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": null,\n                \"amount_euro\": null,\n                \"total\": null,\n                \"total_euro\": null,\n                \"currency\": null\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": null,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": null,\n                \"invoice_url\": null\n            },\n            \"status\": \"CREATED\",\n            \"folder_id\": null,\n            \"folder_name\": null,\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n            \"updated_at\": \"2020-08-27T08:51:45.000000Z\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n                \"type\": \"account\"\n            },\n            \"tasks\": [\n                {\n                    \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n            \"attributes\": {\n                \"company_name\": \"Deadpool\",\n                \"company_email\": \"deadpool@easytranslate.com\",\n                \"team_identifier\": \"deadpool\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"deadpool@easytranslate.com\",\n                \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:34:16.000000Z\",\n                \"alerts\": {\n                    \"conversations\": []\n                }\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"3083f63c-0195-4def-9593-3b6e99e4ef08\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to da.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"1389fd68-14a9-49f0-8dd5-0738460fe0f4\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)Application Form #2 en to de.json\",\n                \"word_count\": null,\n                \"deadline\": null,\n                \"status\": \"CREATED\",\n                \"price\": {\n                    \"amount\": null,\n                    \"amount_euro\": null,\n                    \"total\": null,\n                    \"total_euro\": null,\n                    \"currency\": null\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"79a8f137-4731-4d61-9335-2d649561864d\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:51:45.000000Z\",\n                \"updated_at\": \"2020-08-27T08:51:46.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"a9ada9c0-2b12-4792-9ba2-9ee949331dd8"},{"name":"Cancel project","id":"f594617a-51d2-439b-8f00-ca215e2cd3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/cancel-project","urlObject":{"path":["teams",":team_name","projects",":project_id","cancel-project"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"any","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[],"_postman_id":"f594617a-51d2-439b-8f00-ca215e2cd3e0"}],"id":"07f0992b-fd7c-4ec0-8d9c-1959e6ca0499","_postman_id":"07f0992b-fd7c-4ec0-8d9c-1959e6ca0499","description":""}],"id":"b6c05fb8-be17-4de9-a46b-bbde360d813b","_postman_id":"b6c05fb8-be17-4de9-a46b-bbde360d813b","description":""},{"name":"Project Tasks","item":[{"name":"V1","item":[{"name":"Fetch all Project Tasks","id":"f4d4b602-50c9-46db-a682-752c1aafdfb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id/tasks","description":"<p>Show all tasks that were created during project creation. Each task represents one language pair.</p>\n","urlObject":{"path":["api","v1","teams",":team_identifier","projects",":project_id","tasks"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"},{"description":{"content":"<p>The ID of the Project which the tasks belongs to.</p>\n","type":"text/plain"},"type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[{"id":"f93b6730-b8e1-4a27-a0ec-ddccf3f8b413","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id/tasks","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects",":project_id","tasks"],"variable":[{"key":"team_identifier","value":"{{TEAM_NAME}}","description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created"},{"key":"project_id","value":"{{PROJECT_ID}}","type":"string","description":"The ID of the Project which the tasks belongs to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:15:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=kQ4GROJ0GCWTdfQbrg3yTHSOB5yEHEFoAUjXCg9d7RmDDhWxQtXPVEzwYA82Em03CUH8nvu3LDOBwjhI1J4vn/nLW6Bs51fZ+LktdMvRSUqCNXtruMSALAOYTJP2; Expires=Thu, 03 Sep 2020 09:15:45 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=kQ4GROJ0GCWTdfQbrg3yTHSOB5yEHEFoAUjXCg9d7RmDDhWxQtXPVEzwYA82Em03CUH8nvu3LDOBwjhI1J4vn/nLW6Bs51fZ+LktdMvRSUqCNXtruMSALAOYTJP2; Expires=Thu, 03 Sep 2020 09:15:45 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": \"2020-11-20\",\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 7263,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 9079,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"supplier_id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:41:31.000000Z\"\n            },\n            \"relationships\": {\n                \"project\": {\n                    \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                    \"type\": \"project\"\n                },\n                \"supplier\": {\n                    \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                    \"type\": \"supplier\"\n                }\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"ASSIGNED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 7263,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 9079,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"supplier_id\": \"d2868128-ee54-4514-9c53-26a312649622\",\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:57.000000Z\"\n            },\n            \"relationships\": {\n                \"project\": {\n                    \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                    \"type\": \"project\"\n                },\n                \"supplier\": {\n                    \"id\": \"d2868128-ee54-4514-9c53-26a312649622\",\n                    \"type\": \"supplier\"\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"project\",\n            \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n            \"attributes\": {\n                \"name\": \"Application Form #1\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/download\",\n                \"file_name\": \"data.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 14526,\n                    \"amount_euro\": 12272,\n                    \"total\": 14526,\n                    \"total_euro\": 12272,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 14526,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 18158,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"status\": \"ASSIGNED\",\n                \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n                \"folder_name\": \"X-FORCE\",\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0.5,\n                    \"completed_tasks\": 1\n                },\n                \"created_at\": \"2020-08-27T08:39:27.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:58.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"supplier\",\n            \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n            \"attributes\": {\n                \"first_name\": \"Marianne\",\n                \"last_name\": \"A.\",\n                \"avatar\": null,\n                \"created_at\": \"2020-03-26T12:00:25.000000Z\",\n                \"updated_at\": \"2020-07-09T10:38:00.000000Z\"\n            }\n        },\n        {\n            \"type\": \"supplier\",\n            \"id\": \"d2868128-ee54-4514-9c53-26a312649622\",\n            \"attributes\": {\n                \"first_name\": \"Bastian\",\n                \"last_name\": \"E.\",\n                \"avatar\": \"https://api.platform.sandbox.easytranslate.com/api/v1/users/cc15adaf-d391-4560-b16a-5ae7aa566a0d/avatar\",\n                \"created_at\": \"2020-03-13T12:42:12.000000Z\",\n                \"updated_at\": \"2020-08-17T10:48:20.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"f4d4b602-50c9-46db-a682-752c1aafdfb9"},{"name":"Fetch a Project Task","id":"b133beb6-bc0b-4c62-99f2-747457cedd7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id/tasks/:task_id","description":"<p>Show single task details from project</p>\n","urlObject":{"path":["api","v1","teams",":team_identifier","projects",":project_id","tasks",":task_id"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"},{"description":{"content":"<p>The ID of the Project which the task belongs to.</p>\n","type":"text/plain"},"type":"string","value":"{{PROJECT_ID}}","key":"project_id"},{"description":{"content":"<p>The ID of the Task to query.</p>\n","type":"text/plain"},"type":"string","value":"{{TASK_ID}}","key":"task_id"}]}},"response":[{"id":"121c659b-60a1-4d84-9185-dc23590a1c88","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id/tasks/:task_id","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_identifier","projects",":project_id","tasks",":task_id"],"variable":[{"key":"team_identifier","value":"{{TEAM_NAME}}","description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created"},{"key":"project_id","value":"{{PROJECT_ID}}","type":"string","description":"The ID of the Project which the task belongs to."},{"key":"task_id","value":"{{TASK_ID}}","type":"string","description":"The ID of the Task to query."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:16:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=pFj+HjQbJJ3Qk2K6xr9s9iST/AjP2FZNVy3xkLPBNtbE64vhz4FpxvSmgqQUvfaHTA+FQyFTbdwU3IM0Bco0HvLMztTUWKppON6cNYrG1btBYjyfWyuWPaTdSha9; Expires=Thu, 03 Sep 2020 09:16:16 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=pFj+HjQbJJ3Qk2K6xr9s9iST/AjP2FZNVy3xkLPBNtbE64vhz4FpxvSmgqQUvfaHTA+FQyFTbdwU3IM0Bco0HvLMztTUWKppON6cNYrG1btBYjyfWyuWPaTdSha9; Expires=Thu, 03 Sep 2020 09:16:16 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"task\",\n        \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n        \"attributes\": {\n            \"target_content\": null,\n            \"target_language\": \"da\",\n            \"type\": \"translation\",\n            \"file_name\": \"data.json\",\n            \"word_count\": 472,\n            \"deadline\": \"2020-11-20\",\n            \"status\": \"COMPLETED\",\n            \"price\": {\n                \"amount\": 7263,\n                \"amount_euro\": 6136,\n                \"total\": 7263,\n                \"total_euro\": 6136,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": \"2020-08-27\",\n                \"method\": \"digital\",\n                \"amount\": 7263,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 9079,\n                \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n            },\n            \"supplier_id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n            \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n            \"progress\": \"0\",\n            \"is_rated\": false,\n            \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n            \"updated_at\": \"2020-08-27T08:41:31.000000Z\"\n        },\n        \"relationships\": {\n            \"supplier\": {\n                \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                \"type\": \"supplier\"\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"supplier\",\n            \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n            \"attributes\": {\n                \"first_name\": \"Marianne\",\n                \"last_name\": \"A.\",\n                \"avatar\": null,\n                \"created_at\": \"2020-03-26T12:00:25.000000Z\",\n                \"updated_at\": \"2020-07-09T10:38:00.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"b133beb6-bc0b-4c62-99f2-747457cedd7f"},{"name":"Download the Task target content","id":"6277c832-4fb3-4c7b-99ae-18556cb7a468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_identifier/projects/:project_id/tasks/:task_id/download","description":"<p>Retruns the translated content in the original source format</p>\n","urlObject":{"path":["api","v1","teams",":team_identifier","projects",":project_id","tasks",":task_id","download"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_identifier"},{"description":{"content":"<p>The ID of the Project which the task belongs to.</p>\n","type":"text/plain"},"type":"string","value":"{{PROJECT_ID}}","key":"project_id"},{"description":{"content":"<p>The ID of the Task to query.</p>\n","type":"text/plain"},"type":"string","value":"{{TASK_ID}}","key":"task_id"}]}},"response":[{"id":"e4ca33f0-f5b3-47ed-bdd3-a9f3ec46bdb4","name":"Download the Task target content","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/easy-translate-5/projects/457d346f-c078-42da-a68c-ffaeadcae165/tasks/cdeb1d21-577d-4928-93ec-096abd81627f/download"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Server","value":"nginx/1.18.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 26 Jul 2024 12:22:09 GMT"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�XG�D�Z\u0001\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0004\u0000[Content_Types].xmlSV\u0000\u0000���N�0\u0010E�|E�-J��@\b5��\u0012*Q>`�'�UǶl���L����@�nbE�gr=��tW�d�>(k\n6�r��\u0011V*�,���)�cI�`$hk�`{\fl:�\u001a/�\u000eCBb\u0013\nV���9\u000f��\u001aBf\u001d\u001a�RZ_C�W��\u000e�\n��o���\u000bk\"���ƃM�/��Jb2\u0007\u001f��&\f�i\u001e�\r��(#?�\n<t]0pN+\u0001�\n�\u001b#QS[�J��b]�$km�\u001b\u0017~\u0012\u0018�^c\u0018�\n�#�P!�Zg��<�\u0012�:&�;r�2���y�C�\u0019)�=�R����C�u��A�~�aK��\u0013���ջ��K�ެY\r��\u001d:��޺�\t5�\u0000l��(SG���:�^��\u001eχ\u001f��Q��xH��&�v\u0019>X?c���k�*�(_�����}�>���\u000bk�\u0001PK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X\u0017�78�\u0000\u0000\u0000K\u0002\u0000\u0000\u000b\u0000\u0004\u0000_rels/.relsSV\u0000\u0000���j�0\f��{\n�{���1F�^ʠ�2�\u0007�l�$���-}�y��\u0005��Î��O��v�y\u001a�;�؋Ӱ.JP��޵\u001a^��\u0003���Y\u001aű�3G�Ww�g\u001e)���>�\fqQC��D���b!�]�i$L��3���\f�2n��\u001e�o\u0006T\u000b�:Z\r�h����[��4�ი��]��\u0002yN�,ە\u000f�>�>\u000f�j\n-'\rV�)�#��EF\u0003^6��n���8q\"K��H��>_\u0019ׄ����eƏ�<⇄�Ud�v��\rT�PK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X�$�V�\u0000\u0000\u0000�\u0002\u0000\u0000\u001a\u0000\u0004\u0000xl/_rels/workbook.xml.relsSV\u0000\u0000���j�0\u0010D��\n��ZvZJ)�s)�\\[�\u0003���LlIh7m��U\u001bH\u001c\b�\u0007�Ĭؙ�H���8�OL�\u0007��*J\u0010�M���\u0014|4��g\u0010��[=\u0004�\n&$��w�7\u001c4�\u001dr}$�M<)p��EJ2\u000eGME���M\u001bҨ9��ɨ�^w(We�$��\u0003�\u000bO��\n��V �)��C��\u0006_�9���J�$���/\u001a�:d\u0005G]d\u001f���WK�s��s��<\u000e�[\f\u000f�V�tB��)?���\u0016��0_!��!�\u0019�4�E�ǩ\u0019y���\u001fPK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X�/�\\�\u0001\u0000\u0000B\u0003\u0000\u0000\u0010\u0000\u0004\u0000docProps/app.xmlSV\u0000\u0000��Mo�0\f���\u0015���`\u0018�@V��\u001bzh�\u0000I�3'ӱPY2D�H��';��=ͧ�\u001fx����͡uY��l�(\u0016��ЛPY�/����յȈ�W���R\u001c�č��61t\u0018�\"e��S)\u001a�n%%�\u0006[�E*�T�Cl�S\u0018�2Ե5x\u001b�k���2ϿI\n    <0�\n��n2\u0014'�U��kZ\u00053�����%?��w��\u00068]R?X\u0013\u0003����\u0007�N�yQ%�-��h��s%��\u001ap�Nƺ\u0006G��[B�!\f3ۀ��Uϫ\u001e\r�������\u0014�\u001f \u001cpJ�C��Y��N��]G\u001c�s�/� 2)9%G9�k�U\u0017cC\u0012��r\u0002I�\u0012qg�!��7\u0010�\u0013�bN\n        <2�\u0019�v�+>�Oz�\u000em\u0007>\rPN�\u0001<�q�Խ�/����-0�'|�T�\u0006\"V�Q�\u0017�\u0012�.�F��$�ẗ�\u0014Һ\u0001���l�0������r��oܒsNɷ���\u0000PK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X�>��f\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0004\u0000docProps/core.xmlSV\u0000\u0000�R]o� \u0014}߯hx]*�5�\u0011�ɶ�4�%s�^\u0019\\+�\u0005\u0002��\u001f��~�do\u001c��p�ɝ�vU\u0019��uR�)J\u0006\u0004E��\u0016R\u0015S����\u000f(r�)�J�`����,��pC���f�\u0001�%�(\u0018)G������b��\u001a*�\u0006A�\u0002�Ҷb>@[`���\u0015�SBF�\u0002�\u0004�\f\u001f\fc�;��R���lm�\u0018\b���\n�w8\u0019$���`+w�AÜ)+��\u0006nJ�d��9�\u000b�\u001e�Y#\r�'�k���D��:T�\u0001�\u0013�)�����\u0004��P\\ɜ_��W\u0012��>�7� �;\u0010Q\u0018���\u001e����e9GyJ�aLF1ɖIJ�1M\u001e�\t��\u001c��09�V�O�ڎ�t�L\bM3:$׶G�&����6kw\f'\u0001�[i|X����\b�m�����A�c\u0003�Z[��vN�w!K�mW�\u0015����\u000fPK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�Xs�{Y�\u0005\u0000\u0000�\u001b\u0000\u0000\u0013\u0000\u0004\u0000xl/theme/theme1.xmlSV\u0000\u0000�YOo�6\u0014��S\u0010���l)u�:E��햦\r\u0012�C��DK�)Q 餾\r�q��aݰˀ�v\u0018�\u0015h�]�O����\u0001�\n{�c���4i3lC�-������Q�z�A��!\u0011��c9�\u001b\u0016\"��\u0003��\u001d��pp�m!�p\u0012`�\u0013ұfDZ�6?��7TDb��<�\u001b�cEJ�\u001b�-}���2OI\u0002kc.b�`(B;\u0010�\b���n6\u001akv�ib�\u0004����xL}��\u0019Kksμ��+Q2��8�s�:E�\r&N�#g��\u0004:Ĭc���\u001f\r�\u0003e!�������?��y�^\u00101UC��\r�OIW\u0012\u0004�fN'�т�\u0019��W�\u0017��\u0005�U\\�����\u0005�\u001c�}\u001f,uV���t�\n            <5P�ʻ��\u001an\u0015��o��׻ݮ�^���xw\u0005�n��[�\n�]�U��[��Z\u0005�-�k+����5���A\u0011��d\u0005��s\u0011�\u0005d��\r#�\r��|\u0003,Q���\n�D���\u0018��b\u0000�<�X�\u0004�YJ��\u0007\\\u000f�#Aq&\u0000o\u0010��\u0014S�\\��d!�\u000b����Q�!#��W�x��)z�����g�\u000f>~����O\u0006�\u001b8\tu�}��7��?�~���f�����鯿|a\u0006*\u001d��'�?{��������\u0001�%�H�\u000fiL$�E��>��6�\u00002\u0012�\u0018F�V(p\u0004H\u0003���\n��\f3\u0013�K�λ+�\u0000��ק�+�\u001eDb��\u0001�\u0013�\u0015�.�˅ќ�L�n�4\t���T��c|h��;\u0011��4��LM,{\u0011���� �8$\tQ([�\u0013B\fd�(��u���K>V�\u001eE]L�.\u0019ґ2\u0013ݠ1�efR\u0010B]���]����~�\u001cV��\u0010��X\u0012Vq�u\n                <U86j�c�#ob\u0015��<�\t��p� �!a\u001c�\u0003\"��涘U���P��a�e���\u0014�NLț�s\u001d��'�\bǩQg�D:�C9�-��\u001eWF%x5C�1�\u0001'��K�:_Zߡad� ��T�R��j>��\u0018����J\u001d�䴲�(���e{\u000e߂C̔<'�u\u001d�X���4�#�\u0015�+��\n�.V�\\����,Ŷ�k�l���{L\u0019;P3Fnʼ�K0/\u0018�d>ȉ\u0016}~\u001a�c)��\u000b\u0005Ο���c���\b� ��%��d\u001dJ�r\t�\u000b��w~E�`s>���j�\u0007�tK�o.��P�Z\u0019��\nk]y;aN\u0001<�4�3K�N�fkބ�A8{��5\u000bѰQ0#A����<,\u0017\u001e\"\u0019န1r��8�3���z�i��[o'�,A�Ź5�\u000b�Rc%J�j:��:BG����,��c����8\u0005~2+U��I��Ui�k�����m�4j\r��H�T�XF\u0005U�4\u001d�,�ozn懋1�P�ΦE����Z�'CK�c⫚��\\�SE�A\u0014\u001c�\u0011��}\fz���\n����9\u001f\b�P��x��/���k�2;0K#\\֤�\u0016�\u0002�?/t�G�zv��ohJ�\u0002M��]S��\u000b\rn+ȯ^�\u0006\b��=ڱ�P\u0011�*�F�\u001f\bh\u001crY�\u0017���TB,{���J\u000e�u��Q\u0014�0R�4D�B�S� dO�v�������9���,ԕi�;\"��\r��]��P4�&�#r�ɠ٦�\u001a���p���t>��\u0007KA�yz\u0011W+��Q��v*��m�-nzg>jS����\u000b\n7\u0015>[��C�\u000f�G��\u0012�F��.�o19\u0002�ۚq\u0019���Z��]\u0013�l>5g�j�}��7w�g�w����\u0014���L>Z�3����m�\u001fM���{�\u0007p)����\u0000>��t�oPK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X��ul�\u0000\u0000\u0000�\u0001\u0000\u0000\u0014\u0000\u0004\u0000xl/sharedStrings.xmlSV\u0000\u0000mѱN\u00031\f\u0006������\\�@\b�R\t$�Nea\u000b=s\t��#v\u0010}{�퀔����mK��_L�\u0007\n�L�^�:��\u000ey�4��m�z��\u0015����L��#�޺\u001b�,j�\u0012�:�LO��!\u0000z^�\th�|�^沌��\u0002~�\u0000 �̦�\u001e\f�HZU��\u0015^r%���kg9:+n��\u0011gͩ�\bP+\u0003,ķ����-\n����b���1yf���KLiq��Y˵�w-�Q���\u0011\b��{\r��\u0017E�/�7�[�\u001fPK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X��Z%7\u0002\u0000\u0000�\u0006\u0000\u0000\r\u0000\u0004\u0000xl/styles.xmlSV\u0000\u0000�UKo�0\u0010��WX�7,[�j# J\u000fH=4������\u0003X�\u0007��-�__\u001b�\u000b���)R\u000e��o��<�1�ͨ$9�u�蜦W\u001bJ@׆\u000b���׮|��\u0012�Ls&���\u001e�ћ�]��(�\u0003@�\u0019�]�jo�-8�\u0007�\u0001�.�\u001db�$��@1wez���\u0018�\u0018zն��{\u0018w�I�d��|J\u0014\u0013�\u0016�\u001eT�Б�\f\u001as��I�5F/HJ#Pd\u0015909����Њ=��!���2ٟ��N��Hc�m����f�\u0002���)n�`2@I\f;-�'!�\n                    <g��\u0011(��!�եW�,�=,����wk�1�~\\m�\u0016\u001f�2���[�#BE&�A����\u000b+�>\tFD���\u0005k�f2P�v̂��Aʇp���\u0005�ؐx&�xh'\t՟D��,F��\u0004�5[�^�~��c�7�e���\t�{y,M�\u001fQ�\u001bT\u0005������\u0013,�׉c�o�h��5ͽ5\b5Nc�v\u0000�h��4�\u001e�l!��\u001c�_ä�\u0007;6o����u��\u0017�\u0015O>j���\u0006��4���\u001e/\u000f%\b#�4�\"���۲~��S��uV��Δb��7�G�/\rM���\u0017�\u0019��:�L�A\\M�Ŭ�Q\u0012���ޅFI�\u001cA5\b�B?3瞓��廍��\u0018�C�\u0006��3��E�\u000e\\\f�\u000b=y݋���k�\u0017ש�d�\u0011\u0015\u0000PK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X�c�]�\u0001\u0000\u0000�\u0002\u0000\u0000\u000f\u0000\u0004\u0000xl/workbook.xmlSV\u0000\u0000�RMo�0\f��W\u0018��v�f؂8\u0005�.[�}aM��\"�5QI\u0014D9i��G)���4_(>���ы�\u0007�-$F\n�:=�T\u0003���p׫����;�p��jG\u0001z�\b�Η�\u0016;J�\u001b��F�s��H,&`H[P\u0005\fܫ1�8o[6#x�'\u0014!Hd��u\u00167ݵ,\u001cmy\u0004�޵o��m�5�C�y��\u001a4\fh����!�}�\u0004NgY�G����\u0001\u001d��lt�ߴ�y\u001f�j����b\u0006۫3qi\u0007�\u0000i�\u001f&třu3�.�l�#5�\u0013�K�G�_�@I*�\u0016a���h�q\u000bk��(��L+t\u0019ҥ��)�\u0014��9M\" �u��&{\f���5hǒ�#�>S�'\nY�k�ȹ#��*Wz�sPT�h^�g��Y\u0004�լ�^[dܠ��ث�vP�j��Uov�M�*Ԇ����+\u0019T�i��HW��V8�,\f\u0018�\u0016�Xp\u0019�\u0014A�\u0014�����\u0015�{U���\u0017䣃z\u001f)?L�]\b�=|!m�P�o\u0018X\u001d�����+,\u0003PK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X�tm\u001e�\u0003\u0000\u0000G\n\u0000\u0000\u0018\u0000\u0004\u0000xl/worksheets/sheet1.xmlSV\u0000\u0000�VMw�:\u0010��W�x��+�\u0004BB\r=\tyi{N^�!y�Z�c�\u0013Yr%\u0019H}G�G�͂�\u0005��FW��4#��\u000e\u0019';P�I1����# \"\u00193��{�?���6TĔK\u0001s�\u0015��i�.�K��S\u0000C\u0010`�s\u001a�`�@�ځg�BϽԘ|��:J!�z s\u00108�H�Q����\u001a���!e�\u001f\r��~F��\u0010f�\u001c\f�$,�;\u0019\u0015\u0019\bS�(�Ԡ&��\\�h��,�X�=���(ޕ#\r^0��e,RR��\f\"�U��*���#���< 8Dp\"MYt�����\"��p9�f�83�\u000e�#Y4��\u0015R�\r�}D]4j��}��e\"�\"t��Z��0�\tX)��\f\t��\u0002�{\n                        <y^�X�mj��_�~3/f����\u0012\u0005�ܻ\tfwc\u001b�\u0002�3���;1t�\u0004\u001c\"\u0003����u#�\u001d��.<�:��ϊ�\u000f�\u0006O�Q\u0005�ε�/%��B�*�l#�\u0007H�\u00128�+[9\u000eܲ���A9����������Q��fz�\u00063\u0011CB\u000bnp�/P�\u001f\u000f\u0010��#�\u001f,6)�����t�*�\u000f�\u0003���\u001b\u001e�p��!�Hr��Iư�G������\u0012s:\u0019Lъ\nmdV�S%ü���`�\u0012�,\u0002j�\"TrOT�o9��\u001e��5L#�#�1\u001a\\a�\"\u001bc'�Y�{\u001a���0�wv�*�\u001f\u0011\u001cG,�\u0011�㈻~�E\u0013�#����\u001c��A0i\u0004�z�㎀2bԊ�t\u0004�1.;\u0002�\u0011��\u0002.�t\u0003.z��\u000e�~�U�?�ÿ\u001f\u0011\fO\u000b\u0018���q\u001f�s@nO�tN��D�EGÉ�qG�ߪ�\\1a\u001esw��[kI(�XN��\tLUbXX9��Tm\u0019���d��\u0006SW��@mb\u0013r��d4�x5o��l�\u0018H]�z��HiZv�2R)r��\u001c�\u0013���~�}D1�E��7�TFQf0\u0013\u0011�� \u0018b�I�y��-rvݣ���Y!��\"�@�$\n\r�'ܖģrLc�\u0017�)�G�\u001a��J\u0005��7�Y��B^�q��\u000eD��f��7n��\u00073)~\u0015���r�\u0015�W���\u0014�e�_��Y�q����,����׎&��JYˌ�ְ-8U堋\u000bF�q\u0013�o0\u0016�$�w�6IĽ�\u001cl�\u0015bk\u0017�\u0012~۰�u��6�V4S�,g4���v�\u0017��_\u0005+��&�,����\u001bp�\u001bPK\u0003\u0004\u0014\u0000\u0000\b\b\u0000�b�X�KR\"x\u0000\u0000\u0000�\u0000\u0000\u0000#\u0000\u0004\u0000xl/worksheets/_rels/sheet1.xml.relsSV\u0000\u0000M�1\u000e\u0002!\u0010\u0000{_A��@\u000bc�q��\u0000�\u000f�p+\u0010a!,1�{)-'��y����$\u0016�p�\f(bW�����~ݟAIG�0\u0015&\u000b_\u0012X��|��}4\u0012b\u00155&,\u0016B�����@\u0019e*�x�gi\u0019���uE�BO�h�I��\u0007��\u0007PK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�XG�D�Z\u0001\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X\u0017�78�\u0000\u0000\u0000K\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000�\u0001\u0000\u0000_rels/.relsPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X�$�V�\u0000\u0000\u0000�\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000�\u0002\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X�/�\\�\u0001\u0000\u0000B\u0003\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000�\u0003\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X�>��f\u0001\u0000\u0000�\u0002\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000�\u0005\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�Xs�{Y�\u0005\u0000\u0000�\u001b\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000\u001f\u0007\u0000\u0000xl/theme/theme1.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X��ul�\u0000\u0000\u0000�\u0001\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000\u000f\r\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X��Z%7\u0002\u0000\u0000�\u0006\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000\u001e\u000e\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X�c�]�\u0001\u0000\u0000�\u0002\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000�\u0010\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X�tm\u001e�\u0003\u0000\u0000G\n\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000b\u0012\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0003\u0006\u0014\u0000\u0000\b\b\u0000�b�X�KR\"x\u0000\u0000\u0000�\u0000\u0000\u0000#\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000`\u0016\u0000\u0000xl/worksheets/_rels/sheet1.xml.relsPK\u0005\u0006\u0000\u0000\u0000\u0000\u000b\u0000\u000b\u0000�\u0002\u0000\u0000\u001d\u0017\u0000\u0000\u0000\u0000"}],"_postman_id":"6277c832-4fb3-4c7b-99ae-18556cb7a468"}],"id":"d9fc4190-6be6-44e2-b942-246d06a80c0b","_postman_id":"d9fc4190-6be6-44e2-b942-246d06a80c0b","description":""},{"name":"V2","item":[{"name":"List all tasks for Project","id":"21245ea5-853f-4605-b0af-52ab81174cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id","tasks"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"id":"630f5906-08d2-40aa-a4c8-6db76f3d3b47","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"f169a779-48ac-4d17-89b5-c674b1d32d77","type":"string","value":"{{PROJECT_ID}}","key":"project_id"}]}},"response":[{"id":"df7000f7-79b1-45bc-89ba-57d12d0c83a3","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects",":project_id","tasks"],"variable":[{"id":"630f5906-08d2-40aa-a4c8-6db76f3d3b47","key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"id":"f169a779-48ac-4d17-89b5-c674b1d32d77","key":"project_id","value":"{{PROJECT_ID}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Feb 2022 15:40:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=K+mR2+EBWdw79hLXVCyWoGniwBmoog+qBIoeZEhJa1c1WyNUxis/b8KqILKKPg8NWHot/WcBB+1no2cxwFaszwEaVFNx8xj9dtEDq3xLkHAoOW0iS/wnn6DP36ZR; Expires=Thu, 03 Mar 2022 15:40:21 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=K+mR2+EBWdw79hLXVCyWoGniwBmoog+qBIoeZEhJa1c1WyNUxis/b8KqILKKPg8NWHot/WcBB+1no2cxwFaszwEaVFNx8xj9dtEDq3xLkHAoOW0iS/wnn6DP36ZR; Expires=Thu, 03 Mar 2022 15:40:21 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"3fad3000-1188-49ea-89d2-1b8d05621026\",\n            \"attributes\": {\n                \"target_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/cb535acc-62aa-41fe-b08e-acaafe38f0a3/tasks/3fad3000-1188-49ea-89d2-1b8d05621026/download\",\n                \"target_language\": \"da\",\n                \"source_language\": \"en\",\n                \"type\": \"internal_review\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #27 internal_review en to da.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2022-02-09T00:00:00.000000Z\",\n                    \"method\": \"digital\",\n                    \"amount\": 0,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk/pdf?s=ap\",\n                    \"hosted_invoice_url\": \"https://invoice.stripe.com/i/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk?s=ap\"\n                },\n                \"supplier\": null,\n                \"progress\": 1,\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 3,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v1\",\n                \"string_library_id\": \"6203b1640da6f03c1a03e062\",\n                \"created_at\": \"2022-02-09T12:09:11.000000Z\",\n                \"updated_at\": \"2022-02-10T04:00:32.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"28457ef6-3657-433e-8dd1-536733f73534\",\n            \"attributes\": {\n                \"target_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/cb535acc-62aa-41fe-b08e-acaafe38f0a3/tasks/28457ef6-3657-433e-8dd1-536733f73534/download\",\n                \"target_language\": \"da\",\n                \"source_language\": \"en\",\n                \"type\": \"translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #27 translation en to da.json\",\n                \"word_count\": 472,\n                \"deadline\": \"2022-02-17T00:00:00.000000Z\",\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 7012,\n                    \"amount_euro\": 6136,\n                    \"total\": 7012,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2022-02-09T00:00:00.000000Z\",\n                    \"method\": \"digital\",\n                    \"amount\": 7012,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 8765,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk/pdf?s=ap\",\n                    \"hosted_invoice_url\": \"https://invoice.stripe.com/i/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk?s=ap\"\n                },\n                \"supplier\": {\n                    \"type\": \"supplier\",\n                    \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                    \"attributes\": {\n                        \"first_name\": \"Marianne A.\",\n                        \"last_name\": \"H.\",\n                        \"avatar\": null,\n                        \"created_at\": \"2020-03-26T12:00:25.000000Z\",\n                        \"updated_at\": \"2021-11-23T10:26:42.000000Z\"\n                    }\n                },\n                \"progress\": 1,\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 2,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v1\",\n                \"string_library_id\": null,\n                \"created_at\": \"2022-02-09T12:09:11.000000Z\",\n                \"updated_at\": \"2022-02-09T12:19:41.000000Z\"\n            }\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"aa6c506f-6894-45a1-8641-2976afcd2ad5\",\n            \"attributes\": {\n                \"target_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/cb535acc-62aa-41fe-b08e-acaafe38f0a3/tasks/aa6c506f-6894-45a1-8641-2976afcd2ad5/download\",\n                \"target_language\": \"da\",\n                \"source_language\": \"en\",\n                \"type\": \"machine_translation\",\n                \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #27 machine_translation en to da.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 0,\n                    \"amount_euro\": 0,\n                    \"total\": 0,\n                    \"total_euro\": 0,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2022-02-09T00:00:00.000000Z\",\n                    \"method\": \"digital\",\n                    \"amount\": 0,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 0,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk/pdf?s=ap\",\n                    \"hosted_invoice_url\": \"https://invoice.stripe.com/i/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk?s=ap\"\n                },\n                \"supplier\": null,\n                \"progress\": 1,\n                \"is_rated\": false,\n                \"is_content\": true,\n                \"order\": 1,\n                \"revision_status\": \"translated\",\n                \"api_version\": \"v1\",\n                \"string_library_id\": null,\n                \"created_at\": \"2022-02-09T12:09:11.000000Z\",\n                \"updated_at\": \"2022-02-09T12:11:42.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"21245ea5-853f-4605-b0af-52ab81174cdc"},{"name":"Show single task details for Project","id":"688158fd-e837-4dfb-96cb-47fcef42d12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks/:task_id","description":"<p>Get the Project details of the authenticated customer</p>\n","urlObject":{"path":["teams",":team_name","projects",":project_id","tasks",":task_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"id":"8f928023-48fb-458e-a02c-659e85732921","type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"7d56c883-bbfe-43cc-b8b9-e523218745e0","type":"string","value":"{{PROJECT_ID}}","key":"project_id"},{"id":"7d83d12f-fcbf-4953-abe7-f7453af3aa18","type":"string","value":"{{TASK_ID}}","key":"task_id"}]}},"response":[{"id":"a5eb6162-08ad-4304-ae54-7e0c3c27895f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name/projects/:project_id/tasks/:task_id","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name","projects",":project_id","tasks",":task_id"],"variable":[{"id":"8f928023-48fb-458e-a02c-659e85732921","key":"team_name","value":"{{TEAM_NAME}}","type":"string"},{"id":"7d56c883-bbfe-43cc-b8b9-e523218745e0","key":"project_id","value":"{{PROJECT_ID}}","type":"string"},{"id":"7d83d12f-fcbf-4953-abe7-f7453af3aa18","key":"task_id","value":"{{TASK_ID}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Feb 2022 15:41:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=c8sXQOcDPRS5VbCYGnm6pn4CtiAY42AD5h0gnNZtItqznCNbS1k06wzIwUmbqBfNEyiwZdgxnGzV09c1qLM0DJfPVVvCSsvsvryNeSSqA2EGxS9gLmHKS6+bKq/G; Expires=Thu, 03 Mar 2022 15:41:11 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=c8sXQOcDPRS5VbCYGnm6pn4CtiAY42AD5h0gnNZtItqznCNbS1k06wzIwUmbqBfNEyiwZdgxnGzV09c1qLM0DJfPVVvCSsvsvryNeSSqA2EGxS9gLmHKS6+bKq/G; Expires=Thu, 03 Mar 2022 15:41:11 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"237"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"task\",\n        \"id\": \"3fad3000-1188-49ea-89d2-1b8d05621026\",\n        \"attributes\": {\n            \"target_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/cb535acc-62aa-41fe-b08e-acaafe38f0a3/tasks/3fad3000-1188-49ea-89d2-1b8d05621026/download\",\n            \"target_language\": \"da\",\n            \"source_language\": \"en\",\n            \"type\": \"internal_review\",\n            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #27 internal_review en to da.json\",\n            \"word_count\": 472,\n            \"deadline\": null,\n            \"status\": \"COMPLETED\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": \"2022-02-09T00:00:00.000000Z\",\n                \"method\": \"digital\",\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 0,\n                \"invoice_url\": \"https://pay.stripe.com/invoice/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk/pdf?s=ap\",\n                \"hosted_invoice_url\": \"https://invoice.stripe.com/i/acct_1GjjhbHuluxQrqxu/test_YWNjdF8xR2pqaGJIdWx1eFFycXh1LF9MN1R6cHZIbXNSM2d6UURnTHZaUGhvRHBoY0J4eFJOLDM0OTQ5NDkz0200FhrH6Wgk?s=ap\"\n            },\n            \"supplier\": null,\n            \"progress\": 1,\n            \"is_rated\": false,\n            \"is_content\": true,\n            \"order\": 3,\n            \"revision_status\": \"translated\",\n            \"api_version\": \"v1\",\n            \"string_library_id\": \"6203b1640da6f03c1a03e062\",\n            \"created_at\": \"2022-02-09T12:09:11.000000Z\",\n            \"updated_at\": \"2022-02-10T04:00:32.000000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"688158fd-e837-4dfb-96cb-47fcef42d12a"}],"id":"f2e1074a-cbaa-4649-abc7-41e55d13bc5b","_postman_id":"f2e1074a-cbaa-4649-abc7-41e55d13bc5b","description":""}],"id":"74dd86c9-c55f-40b2-8bbf-c2e2ae149863","_postman_id":"74dd86c9-c55f-40b2-8bbf-c2e2ae149863","description":""},{"name":"Account","item":[{"name":"Get the Company Billing details","id":"c1efa059-e749-473e-ac97-d138ede8ae67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/billing","description":"<p>Retrieve the billing details for the account.</p>\n","urlObject":{"path":["api","v1","teams",":team_name","billing"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"cbb840ce-3316-42b7-b1e3-57456fb9e0d7","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/billing","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_name","billing"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","description":"Can be retreived from the `api/v1/user` endpoint, as part of the account for which this project should be created"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:18:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=nxx2mjFfnraFZajrrKi4kbCcyVxkApbqCDCPBW2QCo3jJhg36JY3b+sBrh8cE0KVTYB6gCsFXgRf5VuJY0YI0PJHbSq3oYLwSFerf19G4bvkA+bc0kJ2SEOraL+F; Expires=Thu, 03 Sep 2020 09:18:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=nxx2mjFfnraFZajrrKi4kbCcyVxkApbqCDCPBW2QCo3jJhg36JY3b+sBrh8cE0KVTYB6gCsFXgRf5VuJY0YI0PJHbSq3oYLwSFerf19G4bvkA+bc0kJ2SEOraL+F; Expires=Thu, 03 Sep 2020 09:18:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c9da807b-21d2-4277-a6c2-dc4611e6695d\",\n        \"type\": \"billing\",\n        \"attributes\": {\n            \"address\": \"Fake Address\",\n            \"postcode\": \"2100\",\n            \"city\": \"Copenhagen\",\n            \"country\": \"DK\",\n            \"currency\": \"USD\",\n            \"automation_price_limit\": 50000,\n            \"payment_service_id\": \"cus_HuVZvyrcpx6Idc\",\n            \"vat_number\": \"DK12345678\",\n            \"has_valid_vat\": true,\n            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n            \"updated_at\": \"2020-08-27T08:35:14.000000Z\",\n            \"methods\": [\n                {\n                    \"id\": \"2c4c1cdf-7d70-42aa-bf9c-7a04e673d68b\",\n                    \"type\": \"billing_method_card\",\n                    \"attributes\": {\n                        \"is_default\": true,\n                        \"method\": \"digital\",\n                        \"payment_method_token\": \"pm_1HKgZwHbEySjdvVGaRuely7g\",\n                        \"created_at\": \"2020-08-27T08:35:29.000000Z\",\n                        \"updated_at\": \"2020-08-27T08:35:30.000000Z\",\n                        \"card\": {\n                            \"brand\": \"visa\",\n                            \"last4\": \"4242\",\n                            \"country\": \"US\",\n                            \"exp_year\": 2024,\n                            \"exp_month\": 4\n                        }\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"c1efa059-e749-473e-ac97-d138ede8ae67"},{"name":"Update the Company Billing details","id":"aca7b66d-50a3-4233-83ec-43098176ff6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"billing\",\n        \"attributes\": {\n            \"postalcode\": 2200,\n            \"address\": \"Fake Address\",\n            \"city\": \"Copenhagen\",\n            \"country\": \"DK\",\n            \"currency\": \"USD\",\n            \"automation_price_limit\": 10000,\n            \"vat_number\": \"DK12345678\",\n            \"invoice_settings\": {\n                \"humanai\": \"default\" // Values: default or sub_account \n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/billing","description":"<p>Update the company billing details. Note that the <code>automation_price_limit</code> is always in EUR and in cents. \nIf the desired amount should be <code>100 EUR</code>, the value for <code>automation_price_limit</code> should be <code>10000</code></p>\n","urlObject":{"path":["api","v1","teams",":team_name","billing"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"322abdc0-59c2-4337-b3fa-436dd2a4b860","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"billing\",\n\t\t\"attributes\": {\n\t\t\t\"postalcode\": 2200,\n\t\t\t\"address\": \"Fake Address\",\n\t\t\t\"city\": \"Copenhagen\",\n\t\t\t\"country\": \"DK\",\n\t\t\t\"currency\": \"USD\",\n\t\t\t\"automation_price_limit\": 10000,\n\t\t\t\"vat_number\": \"DK12345678\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/billing","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_name","billing"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:19:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=bFtErT5qP0KbqBsBV9Re9XkUS10bPC17Z8kSDoki/GEVB3cVFDPladeeZa29Pi0s7RjFxxP4ue94MVA/0yh8h+310/RinAQalRHr5rlozEnIU5tcqXiPtQj1JSpz; Expires=Thu, 03 Sep 2020 09:19:48 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=bFtErT5qP0KbqBsBV9Re9XkUS10bPC17Z8kSDoki/GEVB3cVFDPladeeZa29Pi0s7RjFxxP4ue94MVA/0yh8h+310/RinAQalRHr5rlozEnIU5tcqXiPtQj1JSpz; Expires=Thu, 03 Sep 2020 09:19:48 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c9da807b-21d2-4277-a6c2-dc4611e6695d\",\n        \"type\": \"billing\",\n        \"attributes\": {\n            \"address\": \"Fake Address\",\n            \"postcode\": \"2100\",\n            \"city\": \"Copenhagen\",\n            \"country\": \"DK\",\n            \"currency\": \"USD\",\n            \"automation_price_limit\": 10000,\n            \"payment_service_id\": \"cus_HuVZvyrcpx6Idc\",\n            \"vat_number\": \"DK12345678\",\n            \"has_valid_vat\": true,\n            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n            \"updated_at\": \"2020-08-27T09:19:48.000000Z\",\n            \"methods\": [\n                {\n                    \"id\": \"2c4c1cdf-7d70-42aa-bf9c-7a04e673d68b\",\n                    \"type\": \"billing_method_card\",\n                    \"attributes\": {\n                        \"is_default\": true,\n                        \"method\": \"digital\",\n                        \"payment_method_token\": \"pm_1HKgZwHbEySjdvVGaRuely7g\",\n                        \"created_at\": \"2020-08-27T08:35:29.000000Z\",\n                        \"updated_at\": \"2020-08-27T08:35:30.000000Z\",\n                        \"card\": {\n                            \"brand\": \"visa\",\n                            \"last4\": \"4242\",\n                            \"country\": \"US\",\n                            \"exp_year\": 2024,\n                            \"exp_month\": 4\n                        }\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"aca7b66d-50a3-4233-83ec-43098176ff6f"},{"name":"Create a sub-account","id":"6bb9ba5d-715b-4f25-9a69-faa0a9a6473c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"sub_account\",\n\t\t\"attributes\": {\n\t\t\t\"company_name\": \"Finance\",\n\t\t\t\"email\": \"finance@my-company.com\",\n\t\t\t\"team_identifier\": \"finance\",\n\t\t\t\"first_name\": \"CFO\",\n\t\t\t\"last_name\": \"Customer\",\n\t\t\t\"settings\": {\n\t\t\t\t\"price_list\": true,\n\t\t\t\t\"translation_team\": true,\n\t\t\t\t\"translation_memory\": true,\n\t\t\t\t\"project_template\": true,\n\t\t\t\t\"billing\": true,\n\t\t\t\t\"billing_methods\": true\t\n\t\t\t}\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/accounts","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name","accounts"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"806eb91e-d34c-4bb9-b602-39917ae857ec","type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[],"_postman_id":"6bb9ba5d-715b-4f25-9a69-faa0a9a6473c"},{"name":"Onboard sub-account","id":"e3b44549-4b45-463c-bb83-3646731cbd5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[type]","value":"sub_account","type":"text"},{"key":"data[attributes][company_name]","value":"New Sub-account Onboarding","type":"text"},{"key":"data[attributes][email]","value":"onboarding@sub-account.com","type":"text"},{"key":"data[attributes][team_identifier]","value":"onboarding-sub-account","type":"text"},{"key":"data[attributes][area_of_expertise][0]","value":"Technical","type":"text"},{"key":"data[attributes][area_of_expertise][1]","value":"Legal","type":"text"},{"key":"data[attributes][translation_assets][translation_memories][0]","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/home/aleksandra/Downloads/en_US-de_DE.tmx"],"value":null},{"key":"data[attributes][translation_assets][term_banks][0]","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/home/aleksandra/Downloads/terms (1).tbx"],"value":null}]},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/accounts/sub-account/onboard","description":"<p>Onboard a sub-account without any user interaction</p>\n<p>When Translation memory or Term bank is provider, webhook is being sent (if configured) to inform you that the account is ready to be used.</p>\n","urlObject":{"path":["teams",":team_name","accounts","sub-account","onboard"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[],"_postman_id":"e3b44549-4b45-463c-bb83-3646731cbd5d"},{"name":"Update Account Details","id":"5418672c-d2a8-4612-9d69-ad95fece1c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"account\",\n    \"id\": \"{{CUSTOMER_ACCOUNT_ID}}\",\n    \"attributes\": {\n    \t\"company_name\": \"Copenhagen LTD\",\n    \t\"receipt_email\": \"mail@cph.com\",\n        \"area_of_expertise\": [\"Medical\", \"Social Sciences\"]\n    }\n  }\n}"},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name","description":"<p>Update the account details</p>\n","urlObject":{"path":["teams",":team_name"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"d36a5d13-7f1b-4f00-bca6-7d7837d1dc35","type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[],"_postman_id":"5418672c-d2a8-4612-9d69-ad95fece1c86"}],"id":"772310cd-e7e9-4908-be87-81b5eaa2ce6f","_postman_id":"772310cd-e7e9-4908-be87-81b5eaa2ce6f","description":""},{"name":"Settings","item":[{"name":"API settings and values","id":"0b4053a4-d488-4117-b28e-80dcf88c55bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/settings","description":"<p><code>language_code</code>:\nThis contain the supported values for <code>source_language</code> and <code>target_languages</code> when creating a project. The <code>source</code> key in the response is used for <code>source_language</code> and the <code>target</code> key for <code>target_languages</code></p>\n<p><code>supported_file</code>:\nThis contain the supported file formats that the API could process</p>\n","urlObject":{"path":["settings"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[]}},"response":[{"id":"523b1bcc-b2ad-4e82-abc7-476fec1213f3","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:20:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=6W7G/BIXOWl7uW+Fh1n+jhDEYn5zK8GiwNUCpmK+7/35XgnbqsZGi2Y9xNUlr9YZ8ny7m/7DVJuyq1XVLbMBYXMU8VzmFvM7AAEnsCvtHTszErd1qeHiwA/Veejp; Expires=Thu, 03 Sep 2020 09:20:46 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=6W7G/BIXOWl7uW+Fh1n+jhDEYn5zK8GiwNUCpmK+7/35XgnbqsZGi2Y9xNUlr9YZ8ny7m/7DVJuyq1XVLbMBYXMU8VzmFvM7AAEnsCvtHTszErd1qeHiwA/Veejp; Expires=Thu, 03 Sep 2020 09:20:46 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"language_code\",\n            \"attributes\": {\n                \"source\": {\n                    \"aa\": {\n                        \"name\": \"Afar\",\n                        \"code\": \"aa\"\n                    },\n                    \"af\": {\n                        \"name\": \"Afrikaans\",\n                        \"code\": \"af\"\n                    },\n                    \"sq\": {\n                        \"name\": \"Albanian\",\n                        \"code\": \"sq\"\n                    },\n                    \"am\": {\n                        \"name\": \"Amharic\",\n                        \"code\": \"am\"\n                    },\n                    \"ar\": {\n                        \"name\": \"Arabic\",\n                        \"code\": \"ar\"\n                    },\n                    \"hy\": {\n                        \"name\": \"Armenian\",\n                        \"code\": \"hy\"\n                    },\n                    \"az\": {\n                        \"name\": \"Azerbaijani\",\n                        \"code\": \"az\"\n                    },\n                    \"bm\": {\n                        \"name\": \"Bambara\",\n                        \"code\": \"bm\"\n                    },\n                    \"eu\": {\n                        \"name\": \"Basque\",\n                        \"code\": \"eu\"\n                    },\n                    \"be\": {\n                        \"name\": \"Belarusian\",\n                        \"code\": \"be\"\n                    },\n                    \"bn\": {\n                        \"name\": \"Bengali\",\n                        \"code\": \"bn\"\n                    },\n                    \"byn\": {\n                        \"name\": \"Blin (Bilin)\",\n                        \"code\": \"byn\"\n                    },\n                    \"bs\": {\n                        \"name\": \"Bosnian\",\n                        \"code\": \"bs\"\n                    },\n                    \"bg\": {\n                        \"name\": \"Bulgarian\",\n                        \"code\": \"bg\"\n                    },\n                    \"my\": {\n                        \"name\": \"Burmese\",\n                        \"code\": \"my\"\n                    },\n                    \"ca\": {\n                        \"name\": \"Catalan\",\n                        \"code\": \"ca\"\n                    },\n                    \"ce\": {\n                        \"name\": \"Chechen\",\n                        \"code\": \"ce\"\n                    },\n                    \"zh_CN\": {\n                        \"name\": \"Chinese (Simplified)\",\n                        \"code\": \"zh_CN\"\n                    },\n                    \"zh_HK\": {\n                        \"name\": \"Chinese (Traditional)\",\n                        \"code\": \"zh_HK\"\n                    },\n                    \"hr\": {\n                        \"name\": \"Croatian\",\n                        \"code\": \"hr\"\n                    },\n                    \"cs\": {\n                        \"name\": \"Czech\",\n                        \"code\": \"cs\"\n                    },\n                    \"da\": {\n                        \"name\": \"Danish\",\n                        \"code\": \"da\"\n                    },\n                    \"prs\": {\n                        \"name\": \"Dari\",\n                        \"code\": \"prs\"\n                    },\n                    \"dv_MV\": {\n                        \"name\": \"Dhivehi\",\n                        \"code\": \"dv_MV\"\n                    },\n                    \"nl_NL\": {\n                        \"name\": \"Dutch\",\n                        \"code\": \"nl_NL\"\n                    },\n                    \"dz\": {\n                        \"name\": \"Dzongkha\",\n                        \"code\": \"dz\"\n                    },\n                    \"en\": {\n                        \"name\": \"English\",\n                        \"code\": \"en\"\n                    },\n                    \"eo\": {\n                        \"name\": \"Esperanto\",\n                        \"code\": \"eo\"\n                    },\n                    \"et\": {\n                        \"name\": \"Estonian\",\n                        \"code\": \"et\"\n                    },\n                    \"fo\": {\n                        \"name\": \"Faeroese\",\n                        \"code\": \"fo\"\n                    },\n                    \"fa\": {\n                        \"name\": \"Farsi\",\n                        \"code\": \"fa\"\n                    },\n                    \"fil\": {\n                        \"name\": \"Filipino\",\n                        \"code\": \"fil\"\n                    },\n                    \"fi\": {\n                        \"name\": \"Finnish\",\n                        \"code\": \"fi\"\n                    },\n                    \"fr\": {\n                        \"name\": \"French\",\n                        \"code\": \"fr\"\n                    },\n                    \"fy\": {\n                        \"name\": \"Frisian\",\n                        \"code\": \"fy\"\n                    },\n                    \"ff\": {\n                        \"name\": \"Fula\",\n                        \"code\": \"ff\"\n                    },\n                    \"gl\": {\n                        \"name\": \"Galician\",\n                        \"code\": \"gl\"\n                    },\n                    \"ka\": {\n                        \"name\": \"Georgian\",\n                        \"code\": \"ka\"\n                    },\n                    \"de\": {\n                        \"name\": \"German\",\n                        \"code\": \"de\"\n                    },\n                    \"el\": {\n                        \"name\": \"Greek\",\n                        \"code\": \"el\"\n                    },\n                    \"kl\": {\n                        \"name\": \"Greenlandic\",\n                        \"code\": \"kl\"\n                    },\n                    \"gu\": {\n                        \"name\": \"Gujarati\",\n                        \"code\": \"gu\"\n                    },\n                    \"ha\": {\n                        \"name\": \"Hausa\",\n                        \"code\": \"ha\"\n                    },\n                    \"he\": {\n                        \"name\": \"Hebrew\",\n                        \"code\": \"he\"\n                    },\n                    \"hi\": {\n                        \"name\": \"Hindi\",\n                        \"code\": \"hi\"\n                    },\n                    \"hu\": {\n                        \"name\": \"Hungarian\",\n                        \"code\": \"hu\"\n                    },\n                    \"is\": {\n                        \"name\": \"Icelandic\",\n                        \"code\": \"is\"\n                    },\n                    \"ig\": {\n                        \"name\": \"Igbo\",\n                        \"code\": \"ig\"\n                    },\n                    \"id\": {\n                        \"name\": \"Indonesian\",\n                        \"code\": \"id\"\n                    },\n                    \"iu\": {\n                        \"name\": \"Inuktitut\",\n                        \"code\": \"iu\"\n                    },\n                    \"it\": {\n                        \"name\": \"Italian\",\n                        \"code\": \"it\"\n                    },\n                    \"ja\": {\n                        \"name\": \"Japanese\",\n                        \"code\": \"ja\"\n                    },\n                    \"jv\": {\n                        \"name\": \"Javanese\",\n                        \"code\": \"jv\"\n                    },\n                    \"kn\": {\n                        \"name\": \"Kannada\",\n                        \"code\": \"kn\"\n                    },\n                    \"kk\": {\n                        \"name\": \"Kazakh\",\n                        \"code\": \"kk\"\n                    },\n                    \"km\": {\n                        \"name\": \"Khmer\",\n                        \"code\": \"km\"\n                    },\n                    \"rw\": {\n                        \"name\": \"Kinyarwanda\",\n                        \"code\": \"rw\"\n                    },\n                    \"rn\": {\n                        \"name\": \"Kirundi\",\n                        \"code\": \"rn\"\n                    },\n                    \"ko\": {\n                        \"name\": \"Korean\",\n                        \"code\": \"ko\"\n                    },\n                    \"kri\": {\n                        \"name\": \"Krio\",\n                        \"code\": \"kri\"\n                    },\n                    \"kmr_SY\": {\n                        \"name\": \"Kurmanji (Syria)\",\n                        \"code\": \"kmr_SY\"\n                    },\n                    \"kmr_TR\": {\n                        \"name\": \"Kurmanji (Turkey)\",\n                        \"code\": \"kmr_TR\"\n                    },\n                    \"kz\": {\n                        \"name\": \"Kyrgyz\",\n                        \"code\": \"kz\"\n                    },\n                    \"lo\": {\n                        \"name\": \"Lao\",\n                        \"code\": \"lo\"\n                    },\n                    \"la\": {\n                        \"name\": \"Latin\",\n                        \"code\": \"la\"\n                    },\n                    \"lv\": {\n                        \"name\": \"Latvian\",\n                        \"code\": \"lv\"\n                    },\n                    \"ln\": {\n                        \"name\": \"Lingala\",\n                        \"code\": \"ln\"\n                    },\n                    \"lt\": {\n                        \"name\": \"Lithuanian\",\n                        \"code\": \"lt\"\n                    },\n                    \"lb\": {\n                        \"name\": \"Luxembourgish\",\n                        \"code\": \"lb\"\n                    },\n                    \"mk\": {\n                        \"name\": \"Macedonian\",\n                        \"code\": \"mk\"\n                    },\n                    \"mg\": {\n                        \"name\": \"Malagasy\",\n                        \"code\": \"mg\"\n                    },\n                    \"ms\": {\n                        \"name\": \"Malay\",\n                        \"code\": \"ms\"\n                    },\n                    \"ml\": {\n                        \"name\": \"Malayalam\",\n                        \"code\": \"ml\"\n                    },\n                    \"mt\": {\n                        \"name\": \"Maltese\",\n                        \"code\": \"mt\"\n                    },\n                    \"man\": {\n                        \"name\": \"Mandingo (Mandinka)\",\n                        \"code\": \"man\"\n                    },\n                    \"mr\": {\n                        \"name\": \"Marathi\",\n                        \"code\": \"mr\"\n                    },\n                    \"ro_MD\": {\n                        \"name\": \"Moldovian\",\n                        \"code\": \"ro_MD\"\n                    },\n                    \"mn_MN\": {\n                        \"name\": \"Mongolian\",\n                        \"code\": \"mn_MN\"\n                    },\n                    \"ne_NP\": {\n                        \"name\": \"Nepali\",\n                        \"code\": \"ne_NP\"\n                    },\n                    \"nb_NO\": {\n                        \"name\": \"Norwegian (Bokmål)\",\n                        \"code\": \"nb_NO\"\n                    },\n                    \"nn_NO\": {\n                        \"name\": \"Norwegian (Nynorsk)\",\n                        \"code\": \"nn_NO\"\n                    },\n                    \"om\": {\n                        \"name\": \"Oromo\",\n                        \"code\": \"om\"\n                    },\n                    \"ps\": {\n                        \"name\": \"Pashto\",\n                        \"code\": \"ps\"\n                    },\n                    \"fa_IR\": {\n                        \"name\": \"Persian (Farsi)\",\n                        \"code\": \"fa_IR\"\n                    },\n                    \"pl\": {\n                        \"name\": \"Polish\",\n                        \"code\": \"pl\"\n                    },\n                    \"pt\": {\n                        \"name\": \"Portuguese\",\n                        \"code\": \"pt\"\n                    },\n                    \"pa\": {\n                        \"name\": \"Punjabi\",\n                        \"code\": \"pa\"\n                    },\n                    \"ro\": {\n                        \"name\": \"Romanian\",\n                        \"code\": \"ro\"\n                    },\n                    \"ru\": {\n                        \"name\": \"Russian\",\n                        \"code\": \"ru\"\n                    },\n                    \"se_FI\": {\n                        \"name\": \"Sami\",\n                        \"code\": \"se_FI\"\n                    },\n                    \"sr\": {\n                        \"name\": \"Serbian\",\n                        \"code\": \"sr\"\n                    },\n                    \"si_LK\": {\n                        \"name\": \"Sinhalese\",\n                        \"code\": \"si_LK\"\n                    },\n                    \"sk\": {\n                        \"name\": \"Slovak\",\n                        \"code\": \"sk\"\n                    },\n                    \"sl\": {\n                        \"name\": \"Slovenian\",\n                        \"code\": \"sl\"\n                    },\n                    \"so\": {\n                        \"name\": \"Somali\",\n                        \"code\": \"so\"\n                    },\n                    \"ckb\": {\n                        \"name\": \"Sorani\",\n                        \"code\": \"ckb\"\n                    },\n                    \"st\": {\n                        \"name\": \"Sotho\",\n                        \"code\": \"st\"\n                    },\n                    \"es\": {\n                        \"name\": \"Spanish\",\n                        \"code\": \"es\"\n                    },\n                    \"sw\": {\n                        \"name\": \"Swahili\",\n                        \"code\": \"sw\"\n                    },\n                    \"sv\": {\n                        \"name\": \"Swedish\",\n                        \"code\": \"sv\"\n                    },\n                    \"tl\": {\n                        \"name\": \"Tagalog\",\n                        \"code\": \"tl\"\n                    },\n                    \"ta\": {\n                        \"name\": \"Tamil\",\n                        \"code\": \"ta\"\n                    },\n                    \"te\": {\n                        \"name\": \"Telugu \",\n                        \"code\": \"te\"\n                    },\n                    \"th\": {\n                        \"name\": \"Thai\",\n                        \"code\": \"th\"\n                    },\n                    \"bo\": {\n                        \"name\": \"Tibetan\",\n                        \"code\": \"bo\"\n                    },\n                    \"tig\": {\n                        \"name\": \"Tigre\",\n                        \"code\": \"tig\"\n                    },\n                    \"ti\": {\n                        \"name\": \"Tigrinya\",\n                        \"code\": \"ti\"\n                    },\n                    \"tr\": {\n                        \"name\": \"Turkish\",\n                        \"code\": \"tr\"\n                    },\n                    \"tk\": {\n                        \"name\": \"Turkmen\",\n                        \"code\": \"tk\"\n                    },\n                    \"tw\": {\n                        \"name\": \"Twi\",\n                        \"code\": \"tw\"\n                    },\n                    \"uk\": {\n                        \"name\": \"Ukrainian\",\n                        \"code\": \"uk\"\n                    },\n                    \"ur\": {\n                        \"name\": \"Urdu\",\n                        \"code\": \"ur\"\n                    },\n                    \"uz\": {\n                        \"name\": \"Uzbek\",\n                        \"code\": \"uz\"\n                    },\n                    \"vi\": {\n                        \"name\": \"Vietnamese\",\n                        \"code\": \"vi\"\n                    },\n                    \"cy\": {\n                        \"name\": \"Welsh\",\n                        \"code\": \"cy\"\n                    },\n                    \"wo\": {\n                        \"name\": \"Wolof\",\n                        \"code\": \"wo\"\n                    },\n                    \"yi\": {\n                        \"name\": \"Yiddish\",\n                        \"code\": \"yi\"\n                    },\n                    \"yo\": {\n                        \"name\": \"Yoruba\",\n                        \"code\": \"yo\"\n                    },\n                    \"zu\": {\n                        \"name\": \"Zulu\",\n                        \"code\": \"zu\"\n                    }\n                },\n                \"target\": {\n                    \"aa\": {\n                        \"name\": \"Afar\",\n                        \"code\": \"aa\"\n                    },\n                    \"af\": {\n                        \"name\": \"Afrikaans\",\n                        \"code\": \"af\"\n                    },\n                    \"sq\": {\n                        \"name\": \"Albanian\",\n                        \"code\": \"sq\"\n                    },\n                    \"am\": {\n                        \"name\": \"Amharic\",\n                        \"code\": \"am\"\n                    },\n                    \"ar\": {\n                        \"name\": \"Arabic\",\n                        \"code\": \"ar\"\n                    },\n                    \"ar_EG\": {\n                        \"name\": \"Arabic (Egypt)\",\n                        \"code\": \"ar_EG\"\n                    },\n                    \"ar_MA\": {\n                        \"name\": \"Arabic (Morocco)\",\n                        \"code\": \"ar_MA\"\n                    },\n                    \"ar_SY\": {\n                        \"name\": \"Arabic (Syria)\",\n                        \"code\": \"ar_SY\"\n                    },\n                    \"ar_SD\": {\n                        \"name\": \"Arabic (Sudan)\",\n                        \"code\": \"ar_SD\"\n                    },\n                    \"hy\": {\n                        \"name\": \"Armenian\",\n                        \"code\": \"hy\"\n                    },\n                    \"az\": {\n                        \"name\": \"Azerbaijani\",\n                        \"code\": \"az\"\n                    },\n                    \"bm\": {\n                        \"name\": \"Bambara\",\n                        \"code\": \"bm\"\n                    },\n                    \"eu\": {\n                        \"name\": \"Basque\",\n                        \"code\": \"eu\"\n                    },\n                    \"be\": {\n                        \"name\": \"Belarusian\",\n                        \"code\": \"be\"\n                    },\n                    \"bn\": {\n                        \"name\": \"Bengali\",\n                        \"code\": \"bn\"\n                    },\n                    \"byn\": {\n                        \"name\": \"Blin (Bilin)\",\n                        \"code\": \"byn\"\n                    },\n                    \"bs\": {\n                        \"name\": \"Bosnian\",\n                        \"code\": \"bs\"\n                    },\n                    \"bg\": {\n                        \"name\": \"Bulgarian\",\n                        \"code\": \"bg\"\n                    },\n                    \"my\": {\n                        \"name\": \"Burmese\",\n                        \"code\": \"my\"\n                    },\n                    \"ca\": {\n                        \"name\": \"Catalan\",\n                        \"code\": \"ca\"\n                    },\n                    \"ce\": {\n                        \"name\": \"Chechen\",\n                        \"code\": \"ce\"\n                    },\n                    \"zh_CN\": {\n                        \"name\": \"Chinese (Simplified)\",\n                        \"code\": \"zh_CN\"\n                    },\n                    \"zh_HK\": {\n                        \"name\": \"Chinese (Traditional)\",\n                        \"code\": \"zh_HK\"\n                    },\n                    \"hr\": {\n                        \"name\": \"Croatian\",\n                        \"code\": \"hr\"\n                    },\n                    \"cs\": {\n                        \"name\": \"Czech\",\n                        \"code\": \"cs\"\n                    },\n                    \"da\": {\n                        \"name\": \"Danish\",\n                        \"code\": \"da\"\n                    },\n                    \"prs\": {\n                        \"name\": \"Dari\",\n                        \"code\": \"prs\"\n                    },\n                    \"dv_MV\": {\n                        \"name\": \"Dhivehi\",\n                        \"code\": \"dv_MV\"\n                    },\n                    \"nl_BE\": {\n                        \"name\": \"Dutch (Belgium)\",\n                        \"code\": \"nl_BE\"\n                    },\n                    \"nl_NL\": {\n                        \"name\": \"Dutch (Standard)\",\n                        \"code\": \"nl_NL\"\n                    },\n                    \"dz\": {\n                        \"name\": \"Dzongkha\",\n                        \"code\": \"dz\"\n                    },\n                    \"en_AU\": {\n                        \"name\": \"English (Australia)\",\n                        \"code\": \"en_AU\"\n                    },\n                    \"en_GB\": {\n                        \"name\": \"English (United Kingdom)\",\n                        \"code\": \"en_GB\"\n                    },\n                    \"en_US\": {\n                        \"name\": \"English (United States)\",\n                        \"code\": \"en_US\"\n                    },\n                    \"en_ZA\": {\n                        \"name\": \"English (South Africa)\",\n                        \"code\": \"en_ZA\"\n                    },\n                    \"eo\": {\n                        \"name\": \"Esperanto\",\n                        \"code\": \"eo\"\n                    },\n                    \"et\": {\n                        \"name\": \"Estonian\",\n                        \"code\": \"et\"\n                    },\n                    \"fo\": {\n                        \"name\": \"Faeroese\",\n                        \"code\": \"fo\"\n                    },\n                    \"fa\": {\n                        \"name\": \"Farsi\",\n                        \"code\": \"fa\"\n                    },\n                    \"fil\": {\n                        \"name\": \"Filipino\",\n                        \"code\": \"fil\"\n                    },\n                    \"fi\": {\n                        \"name\": \"Finnish\",\n                        \"code\": \"fi\"\n                    },\n                    \"fr_FR\": {\n                        \"name\": \"French (Standard)\",\n                        \"code\": \"fr_FR\"\n                    },\n                    \"fr_BE\": {\n                        \"name\": \"French (Belgium)\",\n                        \"code\": \"fr_BE\"\n                    },\n                    \"fr_CA\": {\n                        \"name\": \"French (Canada)\",\n                        \"code\": \"fr_CA\"\n                    },\n                    \"fr_CH\": {\n                        \"name\": \"French (Switzerland)\",\n                        \"code\": \"fr_CH\"\n                    },\n                    \"fy\": {\n                        \"name\": \"Frisian\",\n                        \"code\": \"fy\"\n                    },\n                    \"ff\": {\n                        \"name\": \"Fula\",\n                        \"code\": \"ff\"\n                    },\n                    \"gl\": {\n                        \"name\": \"Galician\",\n                        \"code\": \"gl\"\n                    },\n                    \"ka\": {\n                        \"name\": \"Georgian\",\n                        \"code\": \"ka\"\n                    },\n                    \"de\": {\n                        \"name\": \"German\",\n                        \"code\": \"de\"\n                    },\n                    \"el\": {\n                        \"name\": \"Greek\",\n                        \"code\": \"el\"\n                    },\n                    \"kl\": {\n                        \"name\": \"Greenlandic\",\n                        \"code\": \"kl\"\n                    },\n                    \"gu\": {\n                        \"name\": \"Gujarati\",\n                        \"code\": \"gu\"\n                    },\n                    \"ha\": {\n                        \"name\": \"Hausa\",\n                        \"code\": \"ha\"\n                    },\n                    \"he\": {\n                        \"name\": \"Hebrew\",\n                        \"code\": \"he\"\n                    },\n                    \"hi\": {\n                        \"name\": \"Hindi\",\n                        \"code\": \"hi\"\n                    },\n                    \"hu\": {\n                        \"name\": \"Hungarian\",\n                        \"code\": \"hu\"\n                    },\n                    \"is\": {\n                        \"name\": \"Icelandic\",\n                        \"code\": \"is\"\n                    },\n                    \"ig\": {\n                        \"name\": \"Igbo\",\n                        \"code\": \"ig\"\n                    },\n                    \"id\": {\n                        \"name\": \"Indonesian\",\n                        \"code\": \"id\"\n                    },\n                    \"iu\": {\n                        \"name\": \"Inuktitut\",\n                        \"code\": \"iu\"\n                    },\n                    \"it_IT\": {\n                        \"name\": \"Italian (Standard)\",\n                        \"code\": \"it_IT\"\n                    },\n                    \"it_CH\": {\n                        \"name\": \"Italian (Switzerland)\",\n                        \"code\": \"it_CH\"\n                    },\n                    \"ja\": {\n                        \"name\": \"Japanese\",\n                        \"code\": \"ja\"\n                    },\n                    \"jv\": {\n                        \"name\": \"Javanese\",\n                        \"code\": \"jv\"\n                    },\n                    \"kn\": {\n                        \"name\": \"Kannada\",\n                        \"code\": \"kn\"\n                    },\n                    \"kk\": {\n                        \"name\": \"Kazakh\",\n                        \"code\": \"kk\"\n                    },\n                    \"km\": {\n                        \"name\": \"Khmer\",\n                        \"code\": \"km\"\n                    },\n                    \"rw\": {\n                        \"name\": \"Kinyarwanda\",\n                        \"code\": \"rw\"\n                    },\n                    \"rn\": {\n                        \"name\": \"Kirundi\",\n                        \"code\": \"rn\"\n                    },\n                    \"ko\": {\n                        \"name\": \"Korean\",\n                        \"code\": \"ko\"\n                    },\n                    \"kri\": {\n                        \"name\": \"Krio\",\n                        \"code\": \"kri\"\n                    },\n                    \"kmr_SY\": {\n                        \"name\": \"Kurmanji (Syria)\",\n                        \"code\": \"kmr_SY\"\n                    },\n                    \"kmr_TR\": {\n                        \"name\": \"Kurmanji (Turkey)\",\n                        \"code\": \"kmr_TR\"\n                    },\n                    \"kz\": {\n                        \"name\": \"Kyrgyz\",\n                        \"code\": \"kz\"\n                    },\n                    \"lo\": {\n                        \"name\": \"Lao\",\n                        \"code\": \"lo\"\n                    },\n                    \"la\": {\n                        \"name\": \"Latin\",\n                        \"code\": \"la\"\n                    },\n                    \"lv\": {\n                        \"name\": \"Latvian\",\n                        \"code\": \"lv\"\n                    },\n                    \"ln\": {\n                        \"name\": \"Lingala\",\n                        \"code\": \"ln\"\n                    },\n                    \"lt\": {\n                        \"name\": \"Lithuanian\",\n                        \"code\": \"lt\"\n                    },\n                    \"lb\": {\n                        \"name\": \"Luxembourgish\",\n                        \"code\": \"lb\"\n                    },\n                    \"mk\": {\n                        \"name\": \"Macedonian\",\n                        \"code\": \"mk\"\n                    },\n                    \"mg\": {\n                        \"name\": \"Malagasy\",\n                        \"code\": \"mg\"\n                    },\n                    \"ms\": {\n                        \"name\": \"Malay\",\n                        \"code\": \"ms\"\n                    },\n                    \"ml\": {\n                        \"name\": \"Malayalam\",\n                        \"code\": \"ml\"\n                    },\n                    \"mt\": {\n                        \"name\": \"Maltese\",\n                        \"code\": \"mt\"\n                    },\n                    \"man\": {\n                        \"name\": \"Mandingo (Mandinka)\",\n                        \"code\": \"man\"\n                    },\n                    \"mr\": {\n                        \"name\": \"Marathi\",\n                        \"code\": \"mr\"\n                    },\n                    \"ro_MD\": {\n                        \"name\": \"Moldovian\",\n                        \"code\": \"ro_MD\"\n                    },\n                    \"mn_MN\": {\n                        \"name\": \"Mongolian\",\n                        \"code\": \"mn_MN\"\n                    },\n                    \"ne_NP\": {\n                        \"name\": \"Nepali\",\n                        \"code\": \"ne_NP\"\n                    },\n                    \"nb_NO\": {\n                        \"name\": \"Norwegian (Bokmål)\",\n                        \"code\": \"nb_NO\"\n                    },\n                    \"nn_NO\": {\n                        \"name\": \"Norwegian (Nynorsk)\",\n                        \"code\": \"nn_NO\"\n                    },\n                    \"om\": {\n                        \"name\": \"Oromo\",\n                        \"code\": \"om\"\n                    },\n                    \"ps\": {\n                        \"name\": \"Pashto\",\n                        \"code\": \"ps\"\n                    },\n                    \"fa_IR\": {\n                        \"name\": \"Persian (Farsi)\",\n                        \"code\": \"fa_IR\"\n                    },\n                    \"pl\": {\n                        \"name\": \"Polish\",\n                        \"code\": \"pl\"\n                    },\n                    \"pt_BR\": {\n                        \"name\": \"Portuguese (Brazil)\",\n                        \"code\": \"pt_BR\"\n                    },\n                    \"pt_PT\": {\n                        \"name\": \"Portuguese (European)\",\n                        \"code\": \"pt_PT\"\n                    },\n                    \"pa\": {\n                        \"name\": \"Punjabi\",\n                        \"code\": \"pa\"\n                    },\n                    \"ro_RO\": {\n                        \"name\": \"Romanian\",\n                        \"code\": \"ro_RO\"\n                    },\n                    \"rm_CH\": {\n                        \"name\": \"Romansh (Switzerland)\",\n                        \"code\": \"rm_CH\"\n                    },\n                    \"rom\": {\n                        \"name\": \"Romani\",\n                        \"code\": \"rom\"\n                    },\n                    \"ru\": {\n                        \"name\": \"Russian\",\n                        \"code\": \"ru\"\n                    },\n                    \"se_FI\": {\n                        \"name\": \"Sami\",\n                        \"code\": \"se_FI\"\n                    },\n                    \"sr\": {\n                        \"name\": \"Serbian\",\n                        \"code\": \"sr\"\n                    },\n                    \"sr_ME\": {\n                        \"name\": \"Serbian (Montenegro)\",\n                        \"code\": \"sr_ME\"\n                    },\n                    \"si_LK\": {\n                        \"name\": \"Sinhalese\",\n                        \"code\": \"si_LK\"\n                    },\n                    \"sk\": {\n                        \"name\": \"Slovak\",\n                        \"code\": \"sk\"\n                    },\n                    \"sl\": {\n                        \"name\": \"Slovenian\",\n                        \"code\": \"sl\"\n                    },\n                    \"so\": {\n                        \"name\": \"Somali\",\n                        \"code\": \"so\"\n                    },\n                    \"ckb\": {\n                        \"name\": \"Sorani\",\n                        \"code\": \"ckb\"\n                    },\n                    \"st\": {\n                        \"name\": \"Sotho\",\n                        \"code\": \"st\"\n                    },\n                    \"es_ES\": {\n                        \"name\": \"Spanish (European)\",\n                        \"code\": \"es_ES\"\n                    },\n                    \"es_419\": {\n                        \"name\": \"Spanish (Latin America)\",\n                        \"code\": \"es_419\"\n                    },\n                    \"es_MX\": {\n                        \"name\": \"Spanish (Mexico)\",\n                        \"code\": \"es_MX\"\n                    },\n                    \"sw\": {\n                        \"name\": \"Swahili\",\n                        \"code\": \"sw\"\n                    },\n                    \"sv\": {\n                        \"name\": \"Swedish\",\n                        \"code\": \"sv\"\n                    },\n                    \"tl\": {\n                        \"name\": \"Tagalog\",\n                        \"code\": \"tl\"\n                    },\n                    \"ta\": {\n                        \"name\": \"Tamil\",\n                        \"code\": \"ta\"\n                    },\n                    \"te\": {\n                        \"name\": \"Telugu \",\n                        \"code\": \"te\"\n                    },\n                    \"th\": {\n                        \"name\": \"Thai\",\n                        \"code\": \"th\"\n                    },\n                    \"bo\": {\n                        \"name\": \"Tibetan\",\n                        \"code\": \"bo\"\n                    },\n                    \"tig\": {\n                        \"name\": \"Tigre\",\n                        \"code\": \"tig\"\n                    },\n                    \"ti\": {\n                        \"name\": \"Tigrinya\",\n                        \"code\": \"ti\"\n                    },\n                    \"zh_TW\": {\n                        \"name\": \"Traditional Chinese (Taiwan)\",\n                        \"code\": \"zh_TW\"\n                    },\n                    \"tr\": {\n                        \"name\": \"Turkish\",\n                        \"code\": \"tr\"\n                    },\n                    \"tk\": {\n                        \"name\": \"Turkmen\",\n                        \"code\": \"tk\"\n                    },\n                    \"tw\": {\n                        \"name\": \"Twi\",\n                        \"code\": \"tw\"\n                    },\n                    \"uk\": {\n                        \"name\": \"Ukrainian\",\n                        \"code\": \"uk\"\n                    },\n                    \"ur\": {\n                        \"name\": \"Urdu\",\n                        \"code\": \"ur\"\n                    },\n                    \"uz\": {\n                        \"name\": \"Uzbek\",\n                        \"code\": \"uz\"\n                    },\n                    \"vi\": {\n                        \"name\": \"Vietnamese\",\n                        \"code\": \"vi\"\n                    },\n                    \"cy\": {\n                        \"name\": \"Welsh\",\n                        \"code\": \"cy\"\n                    },\n                    \"wo\": {\n                        \"name\": \"Wolof\",\n                        \"code\": \"wo\"\n                    },\n                    \"yi\": {\n                        \"name\": \"Yiddish\",\n                        \"code\": \"yi\"\n                    },\n                    \"yo\": {\n                        \"name\": \"Yoruba\",\n                        \"code\": \"yo\"\n                    },\n                    \"zu\": {\n                        \"name\": \"Zulu\",\n                        \"code\": \"zu\"\n                    }\n                },\n                \"all\": {\n                    \"aa\": {\n                        \"name\": \"Afar\",\n                        \"code\": \"aa\"\n                    },\n                    \"af\": {\n                        \"name\": \"Afrikaans\",\n                        \"code\": \"af\"\n                    },\n                    \"sq\": {\n                        \"name\": \"Albanian\",\n                        \"code\": \"sq\"\n                    },\n                    \"am\": {\n                        \"name\": \"Amharic\",\n                        \"code\": \"am\"\n                    },\n                    \"ar\": {\n                        \"name\": \"Arabic\",\n                        \"code\": \"ar\"\n                    },\n                    \"hy\": {\n                        \"name\": \"Armenian\",\n                        \"code\": \"hy\"\n                    },\n                    \"az\": {\n                        \"name\": \"Azerbaijani\",\n                        \"code\": \"az\"\n                    },\n                    \"bm\": {\n                        \"name\": \"Bambara\",\n                        \"code\": \"bm\"\n                    },\n                    \"eu\": {\n                        \"name\": \"Basque\",\n                        \"code\": \"eu\"\n                    },\n                    \"be\": {\n                        \"name\": \"Belarusian\",\n                        \"code\": \"be\"\n                    },\n                    \"bn\": {\n                        \"name\": \"Bengali\",\n                        \"code\": \"bn\"\n                    },\n                    \"byn\": {\n                        \"name\": \"Blin (Bilin)\",\n                        \"code\": \"byn\"\n                    },\n                    \"bs\": {\n                        \"name\": \"Bosnian\",\n                        \"code\": \"bs\"\n                    },\n                    \"bg\": {\n                        \"name\": \"Bulgarian\",\n                        \"code\": \"bg\"\n                    },\n                    \"my\": {\n                        \"name\": \"Burmese\",\n                        \"code\": \"my\"\n                    },\n                    \"ca\": {\n                        \"name\": \"Catalan\",\n                        \"code\": \"ca\"\n                    },\n                    \"ce\": {\n                        \"name\": \"Chechen\",\n                        \"code\": \"ce\"\n                    },\n                    \"zh_CN\": {\n                        \"name\": \"Chinese (Simplified)\",\n                        \"code\": \"zh_CN\"\n                    },\n                    \"zh_HK\": {\n                        \"name\": \"Chinese (Traditional)\",\n                        \"code\": \"zh_HK\"\n                    },\n                    \"hr\": {\n                        \"name\": \"Croatian\",\n                        \"code\": \"hr\"\n                    },\n                    \"cs\": {\n                        \"name\": \"Czech\",\n                        \"code\": \"cs\"\n                    },\n                    \"da\": {\n                        \"name\": \"Danish\",\n                        \"code\": \"da\"\n                    },\n                    \"prs\": {\n                        \"name\": \"Dari\",\n                        \"code\": \"prs\"\n                    },\n                    \"dv_MV\": {\n                        \"name\": \"Dhivehi\",\n                        \"code\": \"dv_MV\"\n                    },\n                    \"nl_NL\": {\n                        \"name\": \"Dutch (Standard)\",\n                        \"code\": \"nl_NL\"\n                    },\n                    \"dz\": {\n                        \"name\": \"Dzongkha\",\n                        \"code\": \"dz\"\n                    },\n                    \"en\": {\n                        \"name\": \"English\",\n                        \"code\": \"en\"\n                    },\n                    \"eo\": {\n                        \"name\": \"Esperanto\",\n                        \"code\": \"eo\"\n                    },\n                    \"et\": {\n                        \"name\": \"Estonian\",\n                        \"code\": \"et\"\n                    },\n                    \"fo\": {\n                        \"name\": \"Faeroese\",\n                        \"code\": \"fo\"\n                    },\n                    \"fa\": {\n                        \"name\": \"Farsi\",\n                        \"code\": \"fa\"\n                    },\n                    \"fil\": {\n                        \"name\": \"Filipino\",\n                        \"code\": \"fil\"\n                    },\n                    \"fi\": {\n                        \"name\": \"Finnish\",\n                        \"code\": \"fi\"\n                    },\n                    \"fr\": {\n                        \"name\": \"French\",\n                        \"code\": \"fr\"\n                    },\n                    \"fy\": {\n                        \"name\": \"Frisian\",\n                        \"code\": \"fy\"\n                    },\n                    \"ff\": {\n                        \"name\": \"Fula\",\n                        \"code\": \"ff\"\n                    },\n                    \"gl\": {\n                        \"name\": \"Galician\",\n                        \"code\": \"gl\"\n                    },\n                    \"ka\": {\n                        \"name\": \"Georgian\",\n                        \"code\": \"ka\"\n                    },\n                    \"de\": {\n                        \"name\": \"German\",\n                        \"code\": \"de\"\n                    },\n                    \"el\": {\n                        \"name\": \"Greek\",\n                        \"code\": \"el\"\n                    },\n                    \"kl\": {\n                        \"name\": \"Greenlandic\",\n                        \"code\": \"kl\"\n                    },\n                    \"gu\": {\n                        \"name\": \"Gujarati\",\n                        \"code\": \"gu\"\n                    },\n                    \"ha\": {\n                        \"name\": \"Hausa\",\n                        \"code\": \"ha\"\n                    },\n                    \"he\": {\n                        \"name\": \"Hebrew\",\n                        \"code\": \"he\"\n                    },\n                    \"hi\": {\n                        \"name\": \"Hindi\",\n                        \"code\": \"hi\"\n                    },\n                    \"hu\": {\n                        \"name\": \"Hungarian\",\n                        \"code\": \"hu\"\n                    },\n                    \"is\": {\n                        \"name\": \"Icelandic\",\n                        \"code\": \"is\"\n                    },\n                    \"ig\": {\n                        \"name\": \"Igbo\",\n                        \"code\": \"ig\"\n                    },\n                    \"id\": {\n                        \"name\": \"Indonesian\",\n                        \"code\": \"id\"\n                    },\n                    \"iu\": {\n                        \"name\": \"Inuktitut\",\n                        \"code\": \"iu\"\n                    },\n                    \"it\": {\n                        \"name\": \"Italian\",\n                        \"code\": \"it\"\n                    },\n                    \"ja\": {\n                        \"name\": \"Japanese\",\n                        \"code\": \"ja\"\n                    },\n                    \"jv\": {\n                        \"name\": \"Javanese\",\n                        \"code\": \"jv\"\n                    },\n                    \"kn\": {\n                        \"name\": \"Kannada\",\n                        \"code\": \"kn\"\n                    },\n                    \"kk\": {\n                        \"name\": \"Kazakh\",\n                        \"code\": \"kk\"\n                    },\n                    \"km\": {\n                        \"name\": \"Khmer\",\n                        \"code\": \"km\"\n                    },\n                    \"rw\": {\n                        \"name\": \"Kinyarwanda\",\n                        \"code\": \"rw\"\n                    },\n                    \"rn\": {\n                        \"name\": \"Kirundi\",\n                        \"code\": \"rn\"\n                    },\n                    \"ko\": {\n                        \"name\": \"Korean\",\n                        \"code\": \"ko\"\n                    },\n                    \"kri\": {\n                        \"name\": \"Krio\",\n                        \"code\": \"kri\"\n                    },\n                    \"kmr_SY\": {\n                        \"name\": \"Kurmanji (Syria)\",\n                        \"code\": \"kmr_SY\"\n                    },\n                    \"kmr_TR\": {\n                        \"name\": \"Kurmanji (Turkey)\",\n                        \"code\": \"kmr_TR\"\n                    },\n                    \"kz\": {\n                        \"name\": \"Kyrgyz\",\n                        \"code\": \"kz\"\n                    },\n                    \"lo\": {\n                        \"name\": \"Lao\",\n                        \"code\": \"lo\"\n                    },\n                    \"la\": {\n                        \"name\": \"Latin\",\n                        \"code\": \"la\"\n                    },\n                    \"lv\": {\n                        \"name\": \"Latvian\",\n                        \"code\": \"lv\"\n                    },\n                    \"ln\": {\n                        \"name\": \"Lingala\",\n                        \"code\": \"ln\"\n                    },\n                    \"lt\": {\n                        \"name\": \"Lithuanian\",\n                        \"code\": \"lt\"\n                    },\n                    \"lb\": {\n                        \"name\": \"Luxembourgish\",\n                        \"code\": \"lb\"\n                    },\n                    \"mk\": {\n                        \"name\": \"Macedonian\",\n                        \"code\": \"mk\"\n                    },\n                    \"mg\": {\n                        \"name\": \"Malagasy\",\n                        \"code\": \"mg\"\n                    },\n                    \"ms\": {\n                        \"name\": \"Malay\",\n                        \"code\": \"ms\"\n                    },\n                    \"ml\": {\n                        \"name\": \"Malayalam\",\n                        \"code\": \"ml\"\n                    },\n                    \"mt\": {\n                        \"name\": \"Maltese\",\n                        \"code\": \"mt\"\n                    },\n                    \"man\": {\n                        \"name\": \"Mandingo (Mandinka)\",\n                        \"code\": \"man\"\n                    },\n                    \"mr\": {\n                        \"name\": \"Marathi\",\n                        \"code\": \"mr\"\n                    },\n                    \"ro_MD\": {\n                        \"name\": \"Moldovian\",\n                        \"code\": \"ro_MD\"\n                    },\n                    \"mn_MN\": {\n                        \"name\": \"Mongolian\",\n                        \"code\": \"mn_MN\"\n                    },\n                    \"ne_NP\": {\n                        \"name\": \"Nepali\",\n                        \"code\": \"ne_NP\"\n                    },\n                    \"nb_NO\": {\n                        \"name\": \"Norwegian (Bokmål)\",\n                        \"code\": \"nb_NO\"\n                    },\n                    \"nn_NO\": {\n                        \"name\": \"Norwegian (Nynorsk)\",\n                        \"code\": \"nn_NO\"\n                    },\n                    \"om\": {\n                        \"name\": \"Oromo\",\n                        \"code\": \"om\"\n                    },\n                    \"ps\": {\n                        \"name\": \"Pashto\",\n                        \"code\": \"ps\"\n                    },\n                    \"fa_IR\": {\n                        \"name\": \"Persian (Farsi)\",\n                        \"code\": \"fa_IR\"\n                    },\n                    \"pl\": {\n                        \"name\": \"Polish\",\n                        \"code\": \"pl\"\n                    },\n                    \"pt\": {\n                        \"name\": \"Portuguese\",\n                        \"code\": \"pt\"\n                    },\n                    \"pa\": {\n                        \"name\": \"Punjabi\",\n                        \"code\": \"pa\"\n                    },\n                    \"ro\": {\n                        \"name\": \"Romanian\",\n                        \"code\": \"ro\"\n                    },\n                    \"ru\": {\n                        \"name\": \"Russian\",\n                        \"code\": \"ru\"\n                    },\n                    \"se_FI\": {\n                        \"name\": \"Sami\",\n                        \"code\": \"se_FI\"\n                    },\n                    \"sr\": {\n                        \"name\": \"Serbian\",\n                        \"code\": \"sr\"\n                    },\n                    \"si_LK\": {\n                        \"name\": \"Sinhalese\",\n                        \"code\": \"si_LK\"\n                    },\n                    \"sk\": {\n                        \"name\": \"Slovak\",\n                        \"code\": \"sk\"\n                    },\n                    \"sl\": {\n                        \"name\": \"Slovenian\",\n                        \"code\": \"sl\"\n                    },\n                    \"so\": {\n                        \"name\": \"Somali\",\n                        \"code\": \"so\"\n                    },\n                    \"ckb\": {\n                        \"name\": \"Sorani\",\n                        \"code\": \"ckb\"\n                    },\n                    \"st\": {\n                        \"name\": \"Sotho\",\n                        \"code\": \"st\"\n                    },\n                    \"es\": {\n                        \"name\": \"Spanish\",\n                        \"code\": \"es\"\n                    },\n                    \"sw\": {\n                        \"name\": \"Swahili\",\n                        \"code\": \"sw\"\n                    },\n                    \"sv\": {\n                        \"name\": \"Swedish\",\n                        \"code\": \"sv\"\n                    },\n                    \"tl\": {\n                        \"name\": \"Tagalog\",\n                        \"code\": \"tl\"\n                    },\n                    \"ta\": {\n                        \"name\": \"Tamil\",\n                        \"code\": \"ta\"\n                    },\n                    \"te\": {\n                        \"name\": \"Telugu \",\n                        \"code\": \"te\"\n                    },\n                    \"th\": {\n                        \"name\": \"Thai\",\n                        \"code\": \"th\"\n                    },\n                    \"bo\": {\n                        \"name\": \"Tibetan\",\n                        \"code\": \"bo\"\n                    },\n                    \"tig\": {\n                        \"name\": \"Tigre\",\n                        \"code\": \"tig\"\n                    },\n                    \"ti\": {\n                        \"name\": \"Tigrinya\",\n                        \"code\": \"ti\"\n                    },\n                    \"tr\": {\n                        \"name\": \"Turkish\",\n                        \"code\": \"tr\"\n                    },\n                    \"tk\": {\n                        \"name\": \"Turkmen\",\n                        \"code\": \"tk\"\n                    },\n                    \"tw\": {\n                        \"name\": \"Twi\",\n                        \"code\": \"tw\"\n                    },\n                    \"uk\": {\n                        \"name\": \"Ukrainian\",\n                        \"code\": \"uk\"\n                    },\n                    \"ur\": {\n                        \"name\": \"Urdu\",\n                        \"code\": \"ur\"\n                    },\n                    \"uz\": {\n                        \"name\": \"Uzbek\",\n                        \"code\": \"uz\"\n                    },\n                    \"vi\": {\n                        \"name\": \"Vietnamese\",\n                        \"code\": \"vi\"\n                    },\n                    \"cy\": {\n                        \"name\": \"Welsh\",\n                        \"code\": \"cy\"\n                    },\n                    \"wo\": {\n                        \"name\": \"Wolof\",\n                        \"code\": \"wo\"\n                    },\n                    \"yi\": {\n                        \"name\": \"Yiddish\",\n                        \"code\": \"yi\"\n                    },\n                    \"yo\": {\n                        \"name\": \"Yoruba\",\n                        \"code\": \"yo\"\n                    },\n                    \"zu\": {\n                        \"name\": \"Zulu\",\n                        \"code\": \"zu\"\n                    },\n                    \"ar_EG\": {\n                        \"name\": \"Arabic (Egypt)\",\n                        \"code\": \"ar_EG\"\n                    },\n                    \"ar_MA\": {\n                        \"name\": \"Arabic (Morocco)\",\n                        \"code\": \"ar_MA\"\n                    },\n                    \"ar_SY\": {\n                        \"name\": \"Arabic (Syria)\",\n                        \"code\": \"ar_SY\"\n                    },\n                    \"ar_SD\": {\n                        \"name\": \"Arabic (Sudan)\",\n                        \"code\": \"ar_SD\"\n                    },\n                    \"nl_BE\": {\n                        \"name\": \"Dutch (Belgium)\",\n                        \"code\": \"nl_BE\"\n                    },\n                    \"en_AU\": {\n                        \"name\": \"English (Australia)\",\n                        \"code\": \"en_AU\"\n                    },\n                    \"en_GB\": {\n                        \"name\": \"English (United Kingdom)\",\n                        \"code\": \"en_GB\"\n                    },\n                    \"en_US\": {\n                        \"name\": \"English (United States)\",\n                        \"code\": \"en_US\"\n                    },\n                    \"en_ZA\": {\n                        \"name\": \"English (South Africa)\",\n                        \"code\": \"en_ZA\"\n                    },\n                    \"fr_FR\": {\n                        \"name\": \"French (Standard)\",\n                        \"code\": \"fr_FR\"\n                    },\n                    \"fr_BE\": {\n                        \"name\": \"French (Belgium)\",\n                        \"code\": \"fr_BE\"\n                    },\n                    \"fr_CA\": {\n                        \"name\": \"French (Canada)\",\n                        \"code\": \"fr_CA\"\n                    },\n                    \"fr_CH\": {\n                        \"name\": \"French (Switzerland)\",\n                        \"code\": \"fr_CH\"\n                    },\n                    \"it_IT\": {\n                        \"name\": \"Italian (Standard)\",\n                        \"code\": \"it_IT\"\n                    },\n                    \"it_CH\": {\n                        \"name\": \"Italian (Switzerland)\",\n                        \"code\": \"it_CH\"\n                    },\n                    \"pt_BR\": {\n                        \"name\": \"Portuguese (Brazil)\",\n                        \"code\": \"pt_BR\"\n                    },\n                    \"pt_PT\": {\n                        \"name\": \"Portuguese (European)\",\n                        \"code\": \"pt_PT\"\n                    },\n                    \"ro_RO\": {\n                        \"name\": \"Romanian\",\n                        \"code\": \"ro_RO\"\n                    },\n                    \"rm_CH\": {\n                        \"name\": \"Romansh (Switzerland)\",\n                        \"code\": \"rm_CH\"\n                    },\n                    \"rom\": {\n                        \"name\": \"Romani\",\n                        \"code\": \"rom\"\n                    },\n                    \"sr_ME\": {\n                        \"name\": \"Serbian (Montenegro)\",\n                        \"code\": \"sr_ME\"\n                    },\n                    \"es_ES\": {\n                        \"name\": \"Spanish (European)\",\n                        \"code\": \"es_ES\"\n                    },\n                    \"es_419\": {\n                        \"name\": \"Spanish (Latin America)\",\n                        \"code\": \"es_419\"\n                    },\n                    \"es_MX\": {\n                        \"name\": \"Spanish (Mexico)\",\n                        \"code\": \"es_MX\"\n                    },\n                    \"zh_TW\": {\n                        \"name\": \"Traditional Chinese (Taiwan)\",\n                        \"code\": \"zh_TW\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"supported_file\",\n            \"attributes\": {\n                \"doc\": [\n                    \"application/msword\"\n                ],\n                \"docx\": [\n                    \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\"\n                ],\n                \"dotx\": [\n                    \"application/vnd.openxmlformats-officedocument.wordprocessingml.template\"\n                ],\n                \"docm\": [\n                    \"application/vnd.ms-word.document.macroenabled.12\"\n                ],\n                \"dotm\": [\n                    \"application/vnd.ms-word.template.macroenabled.12\"\n                ],\n                \"rtf\": [\n                    \"application/rtf\"\n                ],\n                \"ppt\": [\n                    \"application/vnd.ms-powerpoint\"\n                ],\n                \"pptx\": [\n                    \"application/vnd.openxmlformats-officedocument.presentationml.presentation\"\n                ],\n                \"potx\": [\n                    \"application/vnd.openxmlformats-officedocument.presentationml.template\"\n                ],\n                \"pptm\": [\n                    \"application/vnd.ms-powerpoint.presentation.macroenabled.12\"\n                ],\n                \"potm\": [\n                    \"application/vnd.ms-powerpoint.template.macroenabled.12\"\n                ],\n                \"xls\": [\n                    \"application/vnd.ms-excel\"\n                ],\n                \"xlsx\": [\n                    \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\"\n                ],\n                \"xltx\": [\n                    \"application/vnd.openxmlformats-officedocument.spreadsheetml.template\"\n                ],\n                \"xlsm\": [\n                    \"application/vnd.ms-excel.sheet.macroenabled.12\"\n                ],\n                \"xltm\": [\n                    \"application/vnd.ms-excel.template.macroenabled.12\"\n                ],\n                \"html\": [\n                    \"text/html\"\n                ],\n                \"htm\": [\n                    \"text/html\"\n                ],\n                \"idml\": [\n                    \"mimetypeapplication/vnd.adobe.indesign-idml-package\"\n                ],\n                \"icml\": [\n                    \"application/octet-stream\"\n                ],\n                \"mif\": [\n                    \"application/vnd.mif\"\n                ],\n                \"psd\": [\n                    \"image/vnd.adobe.photoshop\"\n                ],\n                \"svg\": [\n                    \"image/svg+xml\"\n                ],\n                \"ttx\": [\n                    \"application/octet-stream\"\n                ],\n                \"sdlxliff\": [\n                    \"application/octet-stream\"\n                ],\n                \"xml\": [\n                    \"application/xml\"\n                ],\n                \"xhtml\": [\n                    \"application/xhtml+xml\"\n                ],\n                \"xliff\": [\n                    \"application/xml\"\n                ],\n                \"markdown\": [\n                    \"text/markdown\"\n                ],\n                \"md\": [\n                    \"text/markdown\"\n                ],\n                \"pdf\": [\n                    \"application/pdf\"\n                ],\n                \"vtt\": [\n                    \"text/vtt\"\n                ],\n                \"txt\": [\n                    \"text/plain\"\n                ],\n                \"csv\": [\n                    \"text/csv\"\n                ],\n                \"srt\": [\n                    \"text/srt\"\n                ],\n                \"yaml\": [\n                    \"text/yaml\"\n                ],\n                \"json\": [\n                    \"application/json\"\n                ],\n                \"dtd\": [\n                    \"application/xml-dtd\"\n                ],\n                \"epub\": [\n                    \"application/epub+zip\"\n                ],\n                \"sub\": [\n                    \"image/vnd.dvb.subtitle\"\n                ],\n                \"ts\": [\n                    \"video/mp2t\"\n                ],\n                \"zip\": [\n                    \"application/zip\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"0b4053a4-d488-4117-b28e-80dcf88c55bf"}],"id":"e1f0f223-93eb-4ff2-a533-c09224b90be2","_postman_id":"e1f0f223-93eb-4ff2-a533-c09224b90be2","description":""},{"name":"Webhook Events","item":[{"name":"V1","item":[{"name":"Completed task callback","id":"22bef5e4-1784-4b05-a5e1-f2cdb00af184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"task.updated\",\n    \"data\": {\n        \"type\": \"task\",\n        \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n        \"attributes\": {\n            \"target_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/tasks/d4739c6c-fc0f-413f-b69d-caa288b30487/download\",\n            \"target_language\": \"da\",\n            \"type\": \"translation\",\n            \"file_name\": \"data.json\",\n            \"word_count\": 472,\n            \"deadline\": \"2020-11-20\",\n            \"status\": \"COMPLETED\",\n            \"price\": {\n                \"amount\": 7263,\n                \"amount_euro\": 6136,\n                \"total\": 7263,\n                \"total_euro\": 6136,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": \"2020-08-27\",\n                \"method\": \"digital\",\n                \"amount\": 7263,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 9079,\n                \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n            },\n            \"supplier_id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n            \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n            \"progress\": \"0\",\n            \"is_rated\": false,\n            \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n            \"updated_at\": \"2020-08-27T08:41:31.000000Z\"\n        },\n        \"relationships\": {\n            \"supplier\": {\n                \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                \"type\": \"supplier\"\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"supplier\",\n            \"id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n            \"attributes\": {\n                \"first_name\": \"Marianne\",\n                \"last_name\": \"A.\",\n                \"avatar\": null,\n                \"created_at\": \"2020-03-26T12:00:25.000000Z\",\n                \"updated_at\": \"2020-07-09T10:38:00.000000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"},"url":"https://www.example.com/callback/","description":"<p>Example of the payload that is being sent as webhook to the provided <code>callback_url</code> on project creation, or the globally configured webhook URL.</p>\n<p>Event name: <code>task.updated</code></p>\n<p>This webhook eventually will be sent on each status update on task level, but currently it is only triggered when a task <code>status</code> is <code>COMPLETED</code>.\nOn completed task, the translated content can be downloaded using the <code>target_content</code> field. For more details check <a href=\"#6277c832-4fb3-4c7b-99ae-18556cb7a468\">Download the task target content</a></p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22bef5e4-1784-4b05-a5e1-f2cdb00af184"},{"name":"Project requires price approval","id":"471d5a37-ad53-4ea1-b0db-53e7d59f3d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"project.status.approval_needed\",\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n        \"attributes\": {\n            \"name\": \"Application Form #1\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/download\",\n            \"file_name\": \"data.json\",\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": 14526,\n                \"amount_euro\": 12272,\n                \"total\": 14526,\n                \"total_euro\": 12272,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": null,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": null,\n                \"invoice_url\": null\n            },\n            \"status\": \"APPROVAL_NEEDED\",\n            \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n            \"folder_name\": \"X-FORCE\",\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"created_at\": \"2020-08-27T08:39:27.000000Z\",\n            \"updated_at\": \"2020-08-27T08:39:58.000000Z\"\n        },\n        \"relationships\": {\n            \"tasks\": [\n                {\n                    \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:41:31.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"APPROVAL_NEEDED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": null,\n                    \"currency\": null,\n                    \"vat_percent\": null,\n                    \"gross_amount\": null,\n                    \"invoice_url\": null\n                },\n                \"supplier_id\": null,\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:57.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.example.com/callback/","description":"<p>Example of the payload that is being sent as webhook to the provided <code>callback_url</code> on project creation, or the globally configured webhook URL.</p>\n<p>Event name: <code>project.status.approval_needed</code></p>\n<p>This webhook is sent after the project is priced, and the price is above the <code>automation price limit</code> from the EasyTranslate Dashboard. The next step from this webhook is to <a href=\"#f5df015d-c317-4c7f-9dde-11e03cfe411a\">Accept the project price</a> or <a href=\"#0ac11110-800d-4f4a-ad18-24255f4343a2\">Decline the project price</a></p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"471d5a37-ad53-4ea1-b0db-53e7d59f3d16"}],"id":"0cd43e84-f92a-4bbc-ba17-64392eb9d540","_postman_id":"0cd43e84-f92a-4bbc-ba17-64392eb9d540","description":""},{"name":"V2","item":[{"name":"Project requires price approval","id":"6d91f641-5289-4add-b0ed-a09c3ecf1174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"project.status.approval_needed\",\n    \"data\": {\n        \"type\": \"project\",\n        \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n        \"attributes\": {\n            \"name\": \"Application Form #1\",\n            \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/download\",\n            \"file_name\": \"data.json\",\n            \"customer_instructions\": null,\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": 14526,\n                \"amount_euro\": 12272,\n                \"total\": 14526,\n                \"total_euro\": 12272,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": \"2020-08-27\",\n                \"method\": \"digital\",\n                \"amount\": 14526,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 18158,\n                \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n            },\n            \"status\": \"ASSIGNED\",\n            \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n            \"folder_name\": \"X-FORCE\",\n            \"callback_url\": null,\n            \"progress\": {\n                \"percent\": 0.5,\n                \"completed_tasks\": 1\n            },\n            \"created_at\": \"2020-08-27T08:39:27.000000Z\",\n            \"updated_at\": \"2020-08-27T08:39:58.000000Z\"\n        },\n        \"relationships\": {\n            \"tasks\": [\n                {\n                    \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n                    \"type\": \"task\"\n                },\n                {\n                    \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n                    \"type\": \"task\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"task\",\n            \"id\": \"d4739c6c-fc0f-413f-b69d-caa288b30487\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"da\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"COMPLETED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 7263,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 9079,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"supplier_id\": \"70330f42-9c2c-4aaa-882d-fe46a17f960a\",\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:41:31.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"task\",\n            \"id\": \"df0f12b5-1db6-4822-a76b-882c0109283a\",\n            \"attributes\": {\n                \"target_content\": null,\n                \"target_language\": \"de\",\n                \"type\": \"translation\",\n                \"file_name\": \"data.json\",\n                \"word_count\": 472,\n                \"deadline\": null,\n                \"status\": \"ASSIGNED\",\n                \"price\": {\n                    \"amount\": 7263,\n                    \"amount_euro\": 6136,\n                    \"total\": 7263,\n                    \"total_euro\": 6136,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 7263,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 9079,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"supplier_id\": \"d2868128-ee54-4514-9c53-26a312649622\",\n                \"project_id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                \"progress\": \"0\",\n                \"is_rated\": false,\n                \"created_at\": \"2020-08-27T08:39:28.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:57.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.example.com/callback/","description":"<p>Example of the payload that is being sent as webhook to the provided <code>callback_url</code> on project creation, or the globally configured webhook URL.</p>\n<p>Event name: <code>project.status.approval_needed</code></p>\n<p>This webhook is sent after the project is priced, and the price is above the <code>automation price limit</code> from the EasyTranslate Dashboard. The next step from this webhook is to <a href=\"#f5df015d-c317-4c7f-9dde-11e03cfe411a\">Accept the project price</a> or <a href=\"#0ac11110-800d-4f4a-ad18-24255f4343a2\">Decline the project price</a></p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d91f641-5289-4add-b0ed-a09c3ecf1174"},{"name":"Project price accepted","id":"6a81207f-1ff3-4a47-b4dc-eebb5c6ce9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"projects\",\n        \"id\": \"a097c0f6-74af-4185-9a05-4635dd5fbe24\",\n        \"attributes\": {\n            \"name\": \"EasyProject from EasyTranslate Dashboard #29\",\n            \"identifier\": \"XFORCEDEADPOOL-P00045\",\n            \"source_language\": \"en\",\n            \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/x-force-deadpool/projects/a097c0f6-74af-4185-9a05-4635dd5fbe24/download\",\n            \"file_name\": \"(Project)EasyProject from EasyTranslate Dashboard #29 en to da,de.json\",\n            \"customer_instructions\": null,\n            \"target_languages\": [\n                \"da\",\n                \"de\"\n            ],\n            \"workflow\": {\n                \"id\": \"a561b4fe-d8d6-4b89-a97a-99ab23e2ea2d\",\n                \"type\": \"account_workflows\",\n                \"attributes\": {\n                    \"display_name\": \"Translate Yourself + MT\",\n                    \"description\": \"Translate your content with our Machine Translation Engine with the ability to make an internal revision afterwards by yourself\",\n                    \"identifier\": \"self+machine_translation\",\n                    \"is_predefined\": true,\n                    \"status\": \"active\",\n                    \"is_available\": true,\n                    \"created_at\": \"2020-11-25T14:24:06.000000Z\",\n                    \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                }\n            },\n            \"agent\": \"EasyTranslate Dashboard\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": 0,\n                \"currency\": null,\n                \"vat_percent\": null,\n                \"gross_amount\": 0,\n                \"invoice_url\": null,\n                \"hosted_invoice_url\": null\n            },\n            \"status\": \"PRICE_ACCEPTED\",\n            \"folder\": null,\n            \"callback_url\": \"https://webhook.site/850beba4-bfda-404b-ae35-b3232e12c364\",\n            \"customer\": {\n                \"type\": \"customer\",\n                \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"attributes\": {\n                    \"email\": \"deadpool@easytranslate.com\",\n                    \"first_name\": \"Captain\",\n                    \"last_name\": \"Deadpool\",\n                    \"phone\": \"+4571885836\",\n                    \"timezone\": \"Europe/Copenhagen\",\n                    \"avatar\": null,\n                    \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                    \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n                    \"access\": {\n                        \"roles\": null,\n                        \"permissions\": null,\n                        \"abilities\": null\n                    }\n                },\n                \"relationships\": []\n            },\n            \"progress\": {\n                \"percent\": 0,\n                \"completed_tasks\": 0\n            },\n            \"preferred_deadline\": null,\n            \"api_version\": \"v2\",\n            \"target_zip\": {\n                \"timestamp\": null,\n                \"path\": null\n            },\n            \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n            \"updated_at\": \"2022-02-24T15:51:05.000000Z\",\n            \"tasks\": [\n                {\n                    \"type\": \"task\",\n                    \"id\": \"4762d234-e404-42a3-b552-f8f9f1d9d86c\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"machine_translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #29 machine_translation en to da.json\",\n                        \"word_count\": 476,\n                        \"deadline\": null,\n                        \"status\": \"PRICE_ACCEPTED\",\n                        \"price\": {\n                            \"amount\": null,\n                            \"amount_euro\": null,\n                            \"total\": null,\n                            \"total_euro\": null,\n                            \"currency\": \"USD\"\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": null,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": null,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 1,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n                        \"updated_at\": \"2022-02-24T15:51:05.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"c9e1eb3f-bf42-4350-8171-1e1c2cc8538f\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"machine_translation\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #29 machine_translation en to de.json\",\n                        \"word_count\": 476,\n                        \"deadline\": null,\n                        \"status\": \"PRICE_ACCEPTED\",\n                        \"price\": {\n                            \"amount\": null,\n                            \"amount_euro\": null,\n                            \"total\": null,\n                            \"total_euro\": null,\n                            \"currency\": \"USD\"\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": null,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": null,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 1,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n                        \"updated_at\": \"2022-02-24T15:51:05.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"c9fab993-b8f5-4468-b949-a3cda752e440\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"da\",\n                        \"source_language\": \"en\",\n                        \"type\": \"internal_review\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #29 internal_review en to da.json\",\n                        \"word_count\": 476,\n                        \"deadline\": null,\n                        \"status\": \"PRICE_ACCEPTED\",\n                        \"price\": {\n                            \"amount\": null,\n                            \"amount_euro\": null,\n                            \"total\": null,\n                            \"total_euro\": null,\n                            \"currency\": \"USD\"\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": null,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": null,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 2,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n                        \"updated_at\": \"2022-02-24T15:51:05.000000Z\"\n                    }\n                },\n                {\n                    \"type\": \"task\",\n                    \"id\": \"cec5929d-0ec4-43b2-afc0-cdac3ef2e996\",\n                    \"attributes\": {\n                        \"target_content\": null,\n                        \"target_language\": \"de\",\n                        \"source_language\": \"en\",\n                        \"type\": \"internal_review\",\n                        \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #29 internal_review en to de.json\",\n                        \"word_count\": 476,\n                        \"deadline\": null,\n                        \"status\": \"PRICE_ACCEPTED\",\n                        \"price\": {\n                            \"amount\": null,\n                            \"amount_euro\": null,\n                            \"total\": null,\n                            \"total_euro\": null,\n                            \"currency\": \"USD\"\n                        },\n                        \"payment\": {\n                            \"date\": null,\n                            \"method\": null,\n                            \"amount\": null,\n                            \"currency\": null,\n                            \"vat_percent\": null,\n                            \"gross_amount\": null,\n                            \"invoice_url\": null,\n                            \"hosted_invoice_url\": null\n                        },\n                        \"supplier\": null,\n                        \"progress\": \"0\",\n                        \"is_rated\": false,\n                        \"is_content\": true,\n                        \"order\": 2,\n                        \"revision_status\": \"translated\",\n                        \"api_version\": \"v2\",\n                        \"string_library_id\": null,\n                        \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n                        \"updated_at\": \"2022-02-24T15:51:05.000000Z\"\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    },\n    \"event\": \"project.status.price_accepted\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.example.com/callback/","description":"<p>Example of the payload that is being sent as webhook to the provided <code>callback_url</code> on project creation, or the globally configured webhook URL.</p>\n<p>Event name: <code>project.status.approval_needed</code></p>\n<p>This webhook is sent after the project is priced, and the price is above the <code>automation price limit</code> from the EasyTranslate Dashboard. The next step from this webhook is to <a href=\"#f5df015d-c317-4c7f-9dde-11e03cfe411a\">Accept the project price</a> or <a href=\"#0ac11110-800d-4f4a-ad18-24255f4343a2\">Decline the project price</a></p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a81207f-1ff3-4a47-b4dc-eebb5c6ce9a0"},{"name":"Completed task callback","id":"684185e1-6dd9-418d-a79f-9b6cf495c653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"task\",\n        \"id\": \"c9e1eb3f-bf42-4350-8171-1e1c2cc8538f\",\n        \"attributes\": {\n            \"target_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/a097c0f6-74af-4185-9a05-4635dd5fbe24/tasks/c9e1eb3f-bf42-4350-8171-1e1c2cc8538f/download\",\n            \"target_language\": \"de\",\n            \"source_language\": \"en\",\n            \"type\": \"machine_translation\",\n            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #29 machine_translation en to de.json\",\n            \"customer_instructions\": null,\n            \"word_count\": 476,\n            \"deadline\": null,\n            \"status\": \"COMPLETED\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 0,\n                \"invoice_url\": null,\n                \"hosted_invoice_url\": null\n            },\n            \"supplier\": null,\n            \"progress\": 1,\n            \"is_rated\": false,\n            \"is_content\": true,\n            \"order\": 1,\n            \"revision_status\": \"translated\",\n            \"api_version\": \"v2\",\n            \"string_library_id\": null,\n            \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n            \"updated_at\": \"2022-02-24T15:51:16.000000Z\",\n            \"project\": {\n                \"type\": \"projects\",\n                \"id\": \"a097c0f6-74af-4185-9a05-4635dd5fbe24\",\n                \"attributes\": {\n                    \"name\": \"EasyProject from EasyTranslate Dashboard #29\",\n                    \"identifier\": \"XFORCEDEADPOOL-P00045\",\n                    \"source_language\": \"en\",\n                    \"source_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/a097c0f6-74af-4185-9a05-4635dd5fbe24/download\",\n                    \"file_name\": \"(Project)EasyProject from EasyTranslate Dashboard #29 en to da,de.json\",\n                    \"target_languages\": [\n                        \"da\",\n                        \"de\"\n                    ],\n                    \"workflow\": {\n                        \"id\": \"a561b4fe-d8d6-4b89-a97a-99ab23e2ea2d\",\n                        \"type\": \"account_workflows\",\n                        \"attributes\": {\n                            \"display_name\": \"Translate Yourself + MT\",\n                            \"description\": \"Translate your content with our Machine Translation Engine with the ability to make an internal revision afterwards by yourself\",\n                            \"identifier\": \"self+machine_translation\",\n                            \"is_predefined\": true,\n                            \"status\": \"active\",\n                            \"is_available\": true,\n                            \"created_at\": \"2020-11-25T14:24:06.000000Z\",\n                            \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                        }\n                    },\n                    \"agent\": \"EasyTranslate Dashboard\",\n                    \"price\": {\n                        \"amount\": 0,\n                        \"amount_euro\": 0,\n                        \"total\": 0,\n                        \"total_euro\": 0,\n                        \"currency\": \"USD\"\n                    },\n                    \"payment\": {\n                        \"date\": null,\n                        \"method\": null,\n                        \"amount\": 0,\n                        \"currency\": \"USD\",\n                        \"vat_percent\": 0.25,\n                        \"gross_amount\": 0,\n                        \"invoice_url\": null,\n                        \"hosted_invoice_url\": null\n                    },\n                    \"status\": \"COMPLETED\",\n                    \"folder\": null,\n                    \"callback_url\": \"https://webhook.site/850beba4-bfda-404b-ae35-b3232e12c364\",\n                    \"customer\": {\n                        \"type\": \"customer\",\n                        \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                        \"attributes\": {\n                            \"email\": \"deadpool@easytranslate.com\",\n                            \"first_name\": \"Captain\",\n                            \"last_name\": \"Deadpool\",\n                            \"phone\": \"+4571885836\",\n                            \"timezone\": \"Europe/Copenhagen\",\n                            \"avatar\": null,\n                            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                            \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n                            \"access\": {\n                                \"roles\": null,\n                                \"permissions\": null,\n                                \"abilities\": null\n                            }\n                        },\n                        \"relationships\": []\n                    },\n                    \"progress\": {\n                        \"percent\": 0.5,\n                        \"completed_tasks\": 2\n                    },\n                    \"preferred_deadline\": null,\n                    \"api_version\": \"v2\",\n                    \"target_zip\": {\n                        \"timestamp\": null,\n                        \"path\": null\n                    },\n                    \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n                    \"updated_at\": \"2022-02-24T15:51:21.000000Z\"\n                }\n            }\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    },\n    \"event\": \"task.updated\"\n}"},"url":"https://www.example.com/callback/","description":"<p>Example of the payload that is being sent as webhook to the provided <code>callback_url</code> on project creation, or the globally configured webhook URL.</p>\n<p>Event name: <code>task.updated</code></p>\n<p>This webhook eventually will be sent on each status update on task level, but currently it is only triggered when a task <code>status</code> is <code>COMPLETED</code>.\nOn completed task, the translated content can be downloaded using the <code>target_content</code> field. For more details check <a href=\"#6277c832-4fb3-4c7b-99ae-18556cb7a468\">Download the task target content</a></p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"684185e1-6dd9-418d-a79f-9b6cf495c653"},{"name":"Task is ready to be assigned/pre-assigned","id":"f1d70665-d104-43f8-9eab-10e719e165b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"User-Agent","value":"EasyTranslate/v1-sandbox","description":"<p>The <code>-sandbox</code> is not present on production environment</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"task\",\n        \"id\": \"c9e1eb3f-bf42-4350-8171-1e1c2cc8538f\",\n        \"attributes\": {\n            \"target_content\": null,\n            \"target_language\": \"de\",\n            \"source_language\": \"en\",\n            \"type\": \"ai_translation\",\n            \"file_name\": \"(Task)EasyProject from EasyTranslate Dashboard #29 ai_translation en to de.json\",\n            \"customer_instructions\": null,\n            \"word_count\": 476,\n            \"deadline\": null,\n            \"status\": \"PRICE_ACCEPTED\",\n            \"price\": {\n                \"amount\": 0,\n                \"amount_euro\": 0,\n                \"total\": 0,\n                \"total_euro\": 0,\n                \"currency\": \"USD\"\n            },\n            \"payment\": {\n                \"date\": null,\n                \"method\": null,\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"vat_percent\": 0.25,\n                \"gross_amount\": 0,\n                \"invoice_url\": null,\n                \"hosted_invoice_url\": null\n            },\n            \"supplier\": null,\n            \"progress\": 1,\n            \"is_rated\": false,\n            \"is_content\": true,\n            \"order\": 1,\n            \"revision_status\": \"translated\",\n            \"api_version\": \"v2\",\n            \"string_library_id\": null,\n            \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n            \"updated_at\": \"2022-02-24T15:51:16.000000Z\",\n            \"project\": {\n                \"type\": \"projects\",\n                \"id\": \"a097c0f6-74af-4185-9a05-4635dd5fbe24\",\n                \"attributes\": {\n                    \"name\": \"EasyProject from EasyTranslate Dashboard #29\",\n                    \"identifier\": \"XFORCEDEADPOOL-P00045\",\n                    \"source_language\": \"en\",\n                    \"source_content\": \"https://api.platform.testing.easytranslate.com/api/v1/teams/x-force-deadpool/projects/a097c0f6-74af-4185-9a05-4635dd5fbe24/download\",\n                    \"file_name\": \"(Project)EasyProject from EasyTranslate Dashboard #29 en to da,de.json\",\n                    \"target_languages\": [\n                        \"da\",\n                        \"de\"\n                    ],\n                    \"workflow\": {\n                        \"id\": \"a561b4fe-d8d6-4b89-a97a-99ab23e2ea2d\",\n                        \"type\": \"account_workflows\",\n                        \"attributes\": {\n                            \"display_name\": \"Translate Yourself + MT\",\n                            \"description\": \"Translate your content with our Machine Translation Engine with the ability to make an internal revision afterwards by yourself\",\n                            \"identifier\": \"self+machine_translation\",\n                            \"is_predefined\": true,\n                            \"status\": \"active\",\n                            \"is_available\": true,\n                            \"created_at\": \"2020-11-25T14:24:06.000000Z\",\n                            \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                        }\n                    },\n                    \"agent\": \"EasyTranslate Dashboard\",\n                    \"price\": {\n                        \"amount\": 0,\n                        \"amount_euro\": 0,\n                        \"total\": 0,\n                        \"total_euro\": 0,\n                        \"currency\": \"USD\"\n                    },\n                    \"payment\": {\n                        \"date\": null,\n                        \"method\": null,\n                        \"amount\": 0,\n                        \"currency\": \"USD\",\n                        \"vat_percent\": 0.25,\n                        \"gross_amount\": 0,\n                        \"invoice_url\": null,\n                        \"hosted_invoice_url\": null\n                    },\n                    \"status\": \"COMPLETED\",\n                    \"folder\": null,\n                    \"callback_url\": \"https://webhook.site/850beba4-bfda-404b-ae35-b3232e12c364\",\n                    \"customer\": {\n                        \"type\": \"customer\",\n                        \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                        \"attributes\": {\n                            \"email\": \"deadpool@easytranslate.com\",\n                            \"first_name\": \"Captain\",\n                            \"last_name\": \"Deadpool\",\n                            \"phone\": \"+4571885836\",\n                            \"timezone\": \"Europe/Copenhagen\",\n                            \"avatar\": null,\n                            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                            \"updated_at\": \"2021-08-26T08:06:34.000000Z\",\n                            \"access\": {\n                                \"roles\": null,\n                                \"permissions\": null,\n                                \"abilities\": null\n                            }\n                        },\n                        \"relationships\": []\n                    },\n                    \"progress\": {\n                        \"percent\": 0.5,\n                        \"completed_tasks\": 2\n                    },\n                    \"preferred_deadline\": null,\n                    \"api_version\": \"v2\",\n                    \"target_zip\": {\n                        \"timestamp\": null,\n                        \"path\": null\n                    },\n                    \"created_at\": \"2022-02-24T15:49:34.000000Z\",\n                    \"updated_at\": \"2022-02-24T15:51:21.000000Z\"\n                }\n            }\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    },\n    \"event\": \"task.assignment.needed\"\n}"},"url":"https://www.example.com/callback/","description":"<p>Example of the payload that is being sent as webhook to the provided <code>callback_url</code> on project creation, or the globally configured webhook URL.</p>\n<p>Event name: <code>task.assignment.needed</code></p>\n<p>This webhook is being sent if your workflow has configured to work with internal suppliers, but it doesn't have any of them set in the workflow. This is information that is informing you that the tasks needs to be assigned manually in order to continue with translation</p>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1d70665-d104-43f8-9eab-10e719e165b3"}],"id":"efed52c4-8588-48b6-ab6c-0c0f4ab5fbdb","_postman_id":"efed52c4-8588-48b6-ab6c-0c0f4ab5fbdb","description":""}],"id":"97e5a457-6153-4e46-ad6c-1793cf02fa5f","description":"<p>Webhooks are request sent from EasyTranslate to provided webhook endpoint. Webhook endpoint can be provided on project creation using the <code>callback_url</code> parameter, or it can be set globally on account level.</p>\n<p>Please note that the <code>https://wwww.example.com/callback</code> URL that is provided bellow in the examples, is example URL that EasyTranslate should send request when certain action is required or occured</p>\n","event":[{"listen":"prerequest","script":{"id":"b25a1f0a-3fcb-4e5d-81e2-f667856cafba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ba63faa-ba34-4d9b-8988-6c6873ee1122","type":"text/javascript","exec":[""]}}],"_postman_id":"97e5a457-6153-4e46-ad6c-1793cf02fa5f"},{"name":"Team","item":[{"name":"V1","item":[{"name":"Show logged user with account details","id":"6cad2491-81f3-4557-8ecb-52b4c791ba1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/user","description":"<p>Show the account details for the authenticated user. This will include multiple accounts if the user is invited in more than one account.</p>\n","urlObject":{"path":["teams",":team_name","user"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"14daaf59-7da3-4016-b1fc-99b77ffdd648","type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"771a5380-9ced-48d0-8771-c25a39115842","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/user","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","user"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:29:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=lKA7pMGE8FICWf2EfmxYPd7LsFMlzV5cM3PiKMhqjB0l+qyVpDZoJVTs01Qor9ottPBK5tqJhjJXaNXDX4Jws3jkLWVmDmSRftvKdMcFw60gDOc8xsRrK6j7Op+g; Expires=Thu, 03 Sep 2020 09:29:19 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=lKA7pMGE8FICWf2EfmxYPd7LsFMlzV5cM3PiKMhqjB0l+qyVpDZoJVTs01Qor9ottPBK5tqJhjJXaNXDX4Jws3jkLWVmDmSRftvKdMcFw60gDOc8xsRrK6j7Op+g; Expires=Thu, 03 Sep 2020 09:29:19 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"customer\",\n        \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n        \"attributes\": {\n            \"email\": \"deadpool@easytranslate.com\",\n            \"first_name\": \"Captain\",\n            \"last_name\": \"Deadpool\",\n            \"phone\": \"+451231231\",\n            \"timezone\": \"Europe/Copenhagen\",\n            \"avatar\": null,\n            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n            \"updated_at\": \"2020-08-27T08:34:13.000000Z\"\n        },\n        \"relationships\": {\n            \"accounts\": [\n                {\n                    \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n                    \"type\": \"account\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"account\",\n            \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n            \"attributes\": {\n                \"company_name\": \"Deadpool\",\n                \"company_email\": \"deadpool@easytranslate.com\",\n                \"team_identifier\": \"deadpool\",\n                \"is_parent\": true,\n                \"invoice_language\": \"en\",\n                \"receipt_email\": \"deadpool@easytranslate.com\",\n                \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:34:16.000000Z\",\n                \"alerts\": {\n                    \"conversations\": []\n                },\n                \"project_workflows\":{\n                    \"translation\":{\n                        \"display_name\":\"Translation\",\n                        \"identifier\":\"translation\",\n                        \"is_available\":true\n                    },\n                    \"self+machine_translation\":{\n                        \"display_name\":\"Translate Yourself + MT\",\n                        \"identifier\":\"self+machine_translation\",\n                        \"is_available\":true\n                    },\n                    \"translation+review\":{\n                        \"display_name\":\"Translation + Review\",\n                        \"identifier\":\"translation+review\",\n                        \"is_available\":true\n                    }\n                },\n                \"language_pairs\": {\n                    \"translation\": {\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Swedish\",\n                                    \"code\": \"sv\"\n                                },\n                                {\n                                    \"name\": \"Dutch (Standard)\",\n                                    \"code\": \"nl_NL\"\n                                }\n                            ]\n                        },\n                        \"da\": {\n                            \"name\": \"Danish\",\n                            \"code\": \"da\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"English (United Kingdom)\",\n                                    \"code\": \"en_GB\"\n                                }\n                            ]\n                        }\n                    },\n                    \"review\": {\n                        \"en\": {\n                            \"name\": \"English\",\n                            \"code\": \"en\",\n                            \"target_languages\": [\n                                {\n                                    \"name\": \"Danish\",\n                                    \"code\": \"da\"\n                                }\n                            ]\n                        }\n                    }\n                }\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"6cad2491-81f3-4557-8ecb-52b4c791ba1a"},{"name":"Update logged team account details","id":"594e4625-ec4d-4ba7-8d06-43285509fc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"account\",\n\t\t\"id\": \"{{CUSTOMER_ACCOUNT_ID}}\",\n\t\t\"attributes\": {\n\t\t\t\"company_name\": \"Acme Inc.\",\n\t\t\t\"company_email\": \"acme@inc.com\",\n\t\t\t\"invoice_language\": \"en\",\n\t\t\t\"receipt_email\": \"acme@inc.com\",\n            \"meta\": {\n                \"business_unit_id\": 155\n            }\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/","description":"<p>Update the account details.</p>\n<p>The <code>data.attributes.meta</code> field is optional.</p>\n","urlObject":{"path":["teams",":team_name",""],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"2036d25f-b706-42b6-b219-ccd9a634fb95","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"account\",\n\t\t\"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n\t\t\"attributes\": {\n\t\t\t\"company_name\": \"Deadpool\",\n\t\t\t\"company_email\": \"deadpool@easytranslate.com\",\n\t\t\t\"invoice_language\": \"en\",\n\t\t\t\"receipt_email\": \"deadpool-receipt@easytranslate.com\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name",""],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:31:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7eY/IPEUqkQa5MJ+6UfxA/5gf3zo0lW1Gpfd3LtT5doSttIgkLEb8YUm+3i7YAZqA4JsBxVYnNfVSXUZHneLh271ZYpr12DTHxiFjJYsdMXCt43atoXtZ+uGmKnt; Expires=Thu, 03 Sep 2020 09:31:17 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7eY/IPEUqkQa5MJ+6UfxA/5gf3zo0lW1Gpfd3LtT5doSttIgkLEb8YUm+3i7YAZqA4JsBxVYnNfVSXUZHneLh271ZYpr12DTHxiFjJYsdMXCt43atoXtZ+uGmKnt; Expires=Thu, 03 Sep 2020 09:31:17 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"account\",\n        \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n        \"attributes\": {\n            \"company_name\": \"Deadpool\",\n            \"company_email\": \"deadpool@easytranslate.com\",\n            \"team_identifier\": \"deadpool\",\n            \"is_parent\": true,\n            \"invoice_language\": \"en\",\n            \"receipt_email\": \"deadpool-receipt@easytranslate.com\",\n            \"meta\": {\n                \"business_unit_id\": 155\n            },\n            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n            \"updated_at\": \"2020-08-27T09:31:17.000000Z\",\n            \"alerts\": {\n                \"conversations\": []\n            }\n        },\n        \"relationships\": []\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"594e4625-ec4d-4ba7-8d06-43285509fc7b"},{"name":"Show logged team account details","id":"9d7208a1-5360-4f78-8523-7c6aa8185c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/","description":"<p>Show the team details. The <code>language_pairs</code> attribute is useful for building the UI or API requests to create new projects, since this attribute is holding the details about the available language pairs that the account supports.</p>\n","urlObject":{"path":["teams",":team_name",""],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"407d6bf6-89a9-46d0-a4cc-f1213b15a481","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name",""],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:31:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=1OFgi2t/HJ5z9rIgUrLvlF7k7MxTfBU8F6qVal8XMtpXK8TdBnrBB+qVvsYygr8NC+lFnLpvxN0QgB35wgY+zcJQMjYLY/HQ8C+rPSoMQPyPVhvF2UCzNFerb5sw; Expires=Thu, 03 Sep 2020 09:31:43 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=1OFgi2t/HJ5z9rIgUrLvlF7k7MxTfBU8F6qVal8XMtpXK8TdBnrBB+qVvsYygr8NC+lFnLpvxN0QgB35wgY+zcJQMjYLY/HQ8C+rPSoMQPyPVhvF2UCzNFerb5sw; Expires=Thu, 03 Sep 2020 09:31:43 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"account\",\n        \"id\": \"9b405081-cad8-4553-b0be-6f440853bb7e\",\n        \"attributes\": {\n            \"company_name\": \"Deadpool\",\n            \"company_email\": \"deadpool@easytranslate.com\",\n            \"team_identifier\": \"deadpool\",\n            \"is_parent\": true,\n            \"invoice_language\": \"en\",\n            \"receipt_email\": \"deadpool-receipt@easytranslate.com\",\n            \"created_at\": \"2020-08-27T08:34:13.000000Z\",\n            \"updated_at\": \"2020-08-27T09:31:17.000000Z\",\n            \"alerts\": {\n                \"conversations\": []\n            },\n            \"project_workflows\":{\n                \"translation\":{\n                    \"display_name\":\"Translation\",\n                    \"identifier\":\"translation\",\n                    \"is_available\":true\n                },\n                \"self+machine_translation\":{\n                    \"display_name\":\"Translate Yourself + MT\",\n                    \"identifier\":\"self+machine_translation\",\n                    \"is_available\":true\n                },\n                \"translation+review\":{\n                    \"display_name\":\"Translation + Review\",\n                    \"identifier\":\"translation+review\",\n                    \"is_available\":true\n                }\n            },\n            \"language_pairs\": {\n                \"translation\": {\n                    \"en\": {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"target_languages\": [\n                            {\n                                \"name\": \"Swedish\",\n                                \"code\": \"sv\"\n                            },\n                            {\n                                \"name\": \"Dutch (Standard)\",\n                                \"code\": \"nl_NL\"\n                            }\n                        ]\n                    },\n                    \"da\": {\n                        \"name\": \"Danish\",\n                        \"code\": \"da\",\n                        \"target_languages\": [\n                            {\n                                \"name\": \"English (United Kingdom)\",\n                                \"code\": \"en_GB\"\n                            }\n                        ]\n                    }\n                },\n                \"review\": {\n                    \"en\": {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"target_languages\": [\n                            {\n                                \"name\": \"Danish\",\n                                \"code\": \"da\"\n                            }\n                        ]\n                    }\n                }\n            }\n        },\n        \"relationships\": []\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"9d7208a1-5360-4f78-8523-7c6aa8185c7f"}],"id":"752a86b2-b35a-4d1c-b61b-1b139b1e7e1c","_postman_id":"752a86b2-b35a-4d1c-b61b-1b139b1e7e1c","description":""},{"name":"V2","item":[{"name":"V2 Show logged team account details","id":"f25f6708-6b1c-4f83-8e7f-1c9f38fbb9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name","description":"<p>Get the account details of the authenticated user</p>\n","urlObject":{"path":["teams",":team_name"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"query":[],"variable":[{"id":"5a69eaea-4480-46ad-9851-7d9918699681","type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"84aa8ad4-8068-46ae-9d5f-77732a2f534b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ACCESS_TOKEN}}","type":"text"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v2/teams/:team_name","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v2"],"path":["teams",":team_name"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Feb 2022 10:36:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=FH9US7PW50bmW6v6TG/4XkTD1z7BryDsKEwZGMmk0upQ2YBphEbqWP9L2C3QkU8ayK7fzKj4RqGIvf75OjGD2JkunucukhGiDv91Y5IPC4AKYiGDwuo3KvTMqZbd; Expires=Wed, 16 Feb 2022 10:36:02 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=FH9US7PW50bmW6v6TG/4XkTD1z7BryDsKEwZGMmk0upQ2YBphEbqWP9L2C3QkU8ayK7fzKj4RqGIvf75OjGD2JkunucukhGiDv91Y5IPC4AKYiGDwuo3KvTMqZbd; Expires=Wed, 16 Feb 2022 10:36:02 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"account\",\n        \"id\": \"379b4546-0863-4ee9-8551-19bf66548d86\",\n        \"attributes\": {\n            \"company_name\": \"X-Force\",\n            \"company_email\": \"deadpool+sub@easytranslate.com\",\n            \"phone\": \"+451231231\",\n            \"team_identifier\": \"x-force-deadpool\",\n            \"is_parent\": false,\n            \"invoice_language\": null,\n            \"receipt_email\": \"deadpool+sub@easytranslate.com\",\n            \"alerts\": {\n                \"conversations\": []\n            },\n            \"subscription\": {\n                \"id\": \"e60b9eec-9ef4-41a5-ade1-4afe27156aff\",\n                \"type\": \"account_subscriptions\",\n                \"attributes\": {\n                    \"plan_identifier\": \"laas\",\n                    \"plan_name\": \"LaaS\",\n                    \"status\": \"active\",\n                    \"started_at\": \"2021-02-24T12:57:40.000000Z\",\n                    \"ends_at\": null,\n                    \"trial_ends_at\": null,\n                    \"is_active\": true,\n                    \"tiers\": {\n                        \"supplier_team\": {\n                            \"tier\": \"freemium\",\n                            \"usage\": 14\n                        },\n                        \"string_library_keys\": {\n                            \"tier\": \"freemium\",\n                            \"usage\": 32\n                        },\n                        \"automation_workflows\": {\n                            \"tier\": \"freemium\",\n                            \"usage\": 76\n                        },\n                        \"caas_generated_words\": {\n                            \"tier\": \"freemium\",\n                            \"usage\": 0\n                        },\n                        \"supplier_translated_words\": {\n                            \"tier\": \"freemium\",\n                            \"usage\": 426525\n                        }\n                    },\n                    \"created_at\": \"2021-02-24T12:57:40.000000Z\",\n                    \"updated_at\": \"2022-01-27T12:18:31.000000Z\"\n                }\n            },\n            \"meta\": {\n                \"business_unit_id\": 155\n            },\n            \"created_at\": \"2020-12-04T12:16:44.000000Z\",\n            \"updated_at\": \"2021-01-22T12:40:59.000000Z\",\n            \"language_pairs\": {\n                \"translation+review\": [],\n                \"translation\": {\n                    \"en\": {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"target_languages\": [\n                            {\n                                \"name\": \"Danish\",\n                                \"code\": \"da\"\n                            },\n                            {\n                                \"name\": \"German (Standard)\",\n                                \"code\": \"de\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"project_filters\": {\n                \"customer_id\": [\n                    {\n                        \"value\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                        \"name\": \"Captain Deadpool\"\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"value\": \"APPROVAL_NEEDED\",\n                        \"name\": \"Approval Needed\"\n                    },\n                    {\n                        \"value\": \"COMPLETED\",\n                        \"name\": \"Completed\"\n                    },\n                    {\n                        \"value\": \"CANCELLED_BY_CUSTOMER\",\n                        \"name\": \"Cancelled By Customer\"\n                    },\n                    {\n                        \"value\": \"PRICE_ACCEPTED\",\n                        \"name\": \"Price Accepted\"\n                    },\n                    {\n                        \"value\": \"CREATED\",\n                        \"name\": \"Created\"\n                    }\n                ],\n                \"agent\": [\n                    {\n                        \"value\": \"EasyTranslate Dashboard\",\n                        \"name\": \"EasyTranslate Dashboard\"\n                    },\n                    {\n                        \"value\": \"LaaS Backend\",\n                        \"name\": \"LaaS Backend\"\n                    }\n                ],\n                \"created_date\": [\n                    {\n                        \"value\": \"2022-02-09\",\n                        \"name\": \"09/02/2022\"\n                    },\n                    {\n                        \"value\": \"2022-02-08\",\n                        \"name\": \"08/02/2022\"\n                    },\n                    {\n                        \"value\": \"2022-02-07\",\n                        \"name\": \"07/02/2022\"\n                    },\n                    {\n                        \"value\": \"2022-02-06\",\n                        \"name\": \"06/02/2022\"\n                    },\n                    {\n                        \"value\": \"2021-08-17\",\n                        \"name\": \"17/08/2021\"\n                    },\n                    {\n                        \"value\": \"2021-08-10\",\n                        \"name\": \"10/08/2021\"\n                    },\n                    {\n                        \"value\": \"2021-05-14\",\n                        \"name\": \"14/05/2021\"\n                    },\n                    {\n                        \"value\": \"2021-05-13\",\n                        \"name\": \"13/05/2021\"\n                    },\n                    {\n                        \"value\": \"2021-05-12\",\n                        \"name\": \"12/05/2021\"\n                    },\n                    {\n                        \"value\": \"2021-03-18\",\n                        \"name\": \"18/03/2021\"\n                    }\n                ]\n            },\n            \"workflows\": [\n                {\n                    \"id\": \"f6b92f65-0df2-4179-bb8e-bc679b93b988\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"WPML Plugin\",\n                        \"description\": \"Best workflow EU\",\n                        \"identifier\": \"x-force-deadpool_wpml-plugin-7ifdFBxCrL\",\n                        \"is_predefined\": false,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2022-02-07T10:27:26.000000Z\",\n                        \"updated_at\": \"2022-02-07T15:15:05.000000Z\"\n                    }\n                },\n                {\n                    \"id\": \"2f71ddad-2a41-4bb2-a19a-4abf19f2af0b\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"Translate TYS\",\n                        \"description\": \"Translate Yourself Workflow\",\n                        \"identifier\": \"x-force-deadpool_translate-tys-N93IZz4x8H\",\n                        \"is_predefined\": false,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2021-11-26T09:19:26.000000Z\",\n                        \"updated_at\": \"2021-11-26T09:19:52.000000Z\"\n                    }\n                },\n                {\n                    \"id\": \"04081b1b-da14-495d-bb8b-5b9d39b09bc3\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"CaaS Content\",\n                        \"description\": \"Generate content for your product from list of keywords (specification)\",\n                        \"identifier\": \"caas_content\",\n                        \"is_predefined\": true,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2021-05-13T12:51:02.000000Z\",\n                        \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                    }\n                },\n                {\n                    \"id\": \"a561b4fe-d8d6-4b89-a97a-99ab23e2ea2d\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"Translate Yourself + MT\",\n                        \"description\": \"Translate your content with our Machine Translation Engine with the ability to make an internal revision afterwards by yourself\",\n                        \"identifier\": \"self+machine_translation\",\n                        \"is_predefined\": true,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2020-11-25T14:24:06.000000Z\",\n                        \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                    }\n                },\n                {\n                    \"id\": \"eee9fbb6-84c7-48b4-903b-5539d49cc64d\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"Translation + Review\",\n                        \"description\": \"Translate your content using our suppliers, then other supplier will make a revision of the translation, with the ability to make an internal revision afterwards by yourself\",\n                        \"identifier\": \"translation+review\",\n                        \"is_predefined\": true,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2020-11-25T14:24:06.000000Z\",\n                        \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                    }\n                },\n                {\n                    \"id\": \"bbba80eb-974e-4d35-be9c-1c6ba185a9ad\",\n                    \"type\": \"account_workflows\",\n                    \"attributes\": {\n                        \"display_name\": \"Translation\",\n                        \"description\": \"Translate your content using our suppliers with the ability to make an internal revision afterwards by yourself\",\n                        \"identifier\": \"translation\",\n                        \"is_predefined\": true,\n                        \"status\": \"active\",\n                        \"is_available\": true,\n                        \"created_at\": \"2020-11-25T14:24:05.000000Z\",\n                        \"updated_at\": \"2021-09-28T09:58:38.000000Z\"\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2022 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"f25f6708-6b1c-4f83-8e7f-1c9f38fbb9bd"}],"id":"f1a3ecf4-fc4a-41a3-b571-5f621af51322","_postman_id":"f1a3ecf4-fc4a-41a3-b571-5f621af51322","description":""}],"id":"d3e05409-a76e-4d5f-881d-0f62f5e2f153","_postman_id":"d3e05409-a76e-4d5f-881d-0f62f5e2f153","description":""},{"name":"Project Folder","item":[{"name":"List all project folders for team account","id":"5e64acca-ea15-4bd8-ac8a-d4e62081dc7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders","description":"<p>List all folders that are created for the team account</p>\n","urlObject":{"path":["teams",":team_name","folders"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"f11762c9-19e5-4ca4-b7c5-1846dfb7f103","type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"c8bd5c58-6def-4750-abc7-9007d62dd40d","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","folders"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 09:32:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=HuCELcBtG50cUFasFjtz9veW/DqGiXiMXoUkWAM1q53LEG5F2VULk0Judlk3hZM7EY2x51cz6sEknCLKC4N1BQJCzg7w9viUkc6wS+HJ8BW388uK+7cGkr3Lozai; Expires=Thu, 03 Sep 2020 09:32:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=HuCELcBtG50cUFasFjtz9veW/DqGiXiMXoUkWAM1q53LEG5F2VULk0Judlk3hZM7EY2x51cz6sEknCLKC4N1BQJCzg7w9viUkc6wS+HJ8BW388uK+7cGkr3Lozai; Expires=Thu, 03 Sep 2020 09:32:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"project-folder\",\n            \"id\": \"c0925b03-4a9b-4867-9522-0b74bf043172\",\n            \"attributes\": {\n                \"name\": \"Francis\",\n                \"total_projects\": 0,\n                \"created_at\": \"2020-08-27T08:38:53.000000Z\",\n                \"updated_at\": \"2020-08-27T08:38:53.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"project-folder\",\n            \"id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n            \"attributes\": {\n                \"name\": \"X-FORCE\",\n                \"total_projects\": 2,\n                \"created_at\": \"2020-08-27T08:38:23.000000Z\",\n                \"updated_at\": \"2020-08-27T08:38:23.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"5e64acca-ea15-4bd8-ac8a-d4e62081dc7c"},{"name":"Show single project folder","id":"a7d88709-94a2-4bf0-b4d0-e431972cbb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders/:project_folder_id","description":"<p>Show a project folder with the projects inside</p>\n","urlObject":{"path":["teams",":team_name","folders",":project_folder_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"string","value":"{{PROJECT_FOLDER_ID}}","key":"project_folder_id"}]}},"response":[{"id":"9afebe18-e679-4fa7-9a32-513da7a2ad90","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders/:project_folder_id","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","folders",":project_folder_id"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"},{"key":"project_folder_id","value":"{{PROJECT_FOLDER_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 10:31:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=lYUoJznYzOdPP7t/SreJvfZncWaRxlx9qAcBM5kSv4X5x1b+VM3dXC7XfPhhgjK5Z3+U8yZYYaO+yYhdN+K1PCVxpx38uyV6qYSNn/GwGbDHWBO+txrS6fXbC4s5; Expires=Thu, 03 Sep 2020 10:31:53 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=lYUoJznYzOdPP7t/SreJvfZncWaRxlx9qAcBM5kSv4X5x1b+VM3dXC7XfPhhgjK5Z3+U8yZYYaO+yYhdN+K1PCVxpx38uyV6qYSNn/GwGbDHWBO+txrS6fXbC4s5; Expires=Thu, 03 Sep 2020 10:31:53 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n        \"attributes\": {\n            \"name\": \"X-FORCE\",\n            \"total_projects\": 2,\n            \"created_at\": \"2020-08-27T08:38:23.000000Z\",\n            \"updated_at\": \"2020-08-27T08:38:23.000000Z\"\n        },\n        \"relationships\": {\n            \"projects\": [\n                {\n                    \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                    \"type\": \"project\"\n                },\n                {\n                    \"id\": \"0cb8c2b2-a88c-44ac-b34e-5141a6b1921d\",\n                    \"type\": \"project\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"project\",\n            \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n            \"attributes\": {\n                \"name\": \"Application Form #1\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/download\",\n                \"file_name\": \"data.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 14526,\n                    \"amount_euro\": 12272,\n                    \"total\": 14526,\n                    \"total_euro\": 12272,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 14526,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 18158,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"status\": \"ASSIGNED\",\n                \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n                \"folder_name\": \"X-FORCE\",\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0.5,\n                    \"completed_tasks\": 1\n                },\n                \"created_at\": \"2020-08-27T08:39:27.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:58.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"project\",\n            \"id\": \"0cb8c2b2-a88c-44ac-b34e-5141a6b1921d\",\n            \"attributes\": {\n                \"name\": \"Updated Application Form #1\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/0cb8c2b2-a88c-44ac-b34e-5141a6b1921d/download\",\n                \"file_name\": \"data.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 14526,\n                    \"amount_euro\": 12272,\n                    \"total\": 14526,\n                    \"total_euro\": 12272,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 14526,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 18158,\n                    \"invoice_url\": null\n                },\n                \"status\": \"PRICE_ACCEPTED\",\n                \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n                \"folder_name\": \"X-FORCE\",\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"created_at\": \"2020-08-27T08:40:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:40:20.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"a7d88709-94a2-4bf0-b4d0-e431972cbb28"},{"name":"Create new project folder","id":"0de3c612-4627-4def-8f4c-dfec9483a7d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"attributes\": {\n            \"name\": \"Superhero stuff\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders","description":"<p>Create new project. Use the update existing project folder endpoint to put existing projects inside the folder.</p>\n","urlObject":{"path":["teams",":team_name","folders"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"faad3222-95bd-4375-8aa6-7500e76a5171","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"attributes\": {\n            \"name\": \"Superhero stuff\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","folders"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 10:33:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=yP7bR9aUcXGzsxrB3Pju5UVOibIEZnnxIAOAIhdSfFsFhfORCke7O3Cr8UD5b4xgwdf/eKivcCTQtsPyEbQJAMoYkEn0EV50h5HZZ+UlStpRIWVyV7Sune+6CJCz; Expires=Thu, 03 Sep 2020 10:33:06 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=yP7bR9aUcXGzsxrB3Pju5UVOibIEZnnxIAOAIhdSfFsFhfORCke7O3Cr8UD5b4xgwdf/eKivcCTQtsPyEbQJAMoYkEn0EV50h5HZZ+UlStpRIWVyV7Sune+6CJCz; Expires=Thu, 03 Sep 2020 10:33:06 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"id\": \"8a5e2e24-5a19-4a98-8a16-2ddff207ac23\",\n        \"attributes\": {\n            \"name\": \"Superhero stuff\",\n            \"total_projects\": 0,\n            \"created_at\": \"2020-08-27T10:33:06.000000Z\",\n            \"updated_at\": \"2020-08-27T10:33:06.000000Z\"\n        },\n        \"relationships\": []\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"0de3c612-4627-4def-8f4c-dfec9483a7d3"},{"name":"Update existing project folder","id":"30fd980e-ccb9-43e7-be11-e34cd3e66b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"attributes\": {\n            \"name\": \"X-FORCE\", // Optional\n            \"included_project_ids\": [\n                \"{{PROJECT_ID}}\"\n            ],\n            \"excluded_project_ids\": [\n                \"{{PROJECT_ID}}\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders/:project_folder_id","description":"<p>Update existing project folder and move/remove projects.\nThe fields <code>included_project_ids</code> and <code>excluded_project_ids</code> can be used with the <code>PATCH</code> HTTP method and they are not required at the same time. \nBut those fields can never be empty.</p>\n","urlObject":{"path":["teams",":team_name","folders",":project_folder_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"string","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"string","value":"{{PROJECT_FOLDER_ID}}","key":"project_folder_id"}]}},"response":[{"id":"aa3bc0ff-805e-4fcb-aee8-b0b9948c1a76","name":"200 - OK","originalRequest":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"attributes\": {\n            \"name\": \"X-FORCE\", // Optional\n            \"included_project_ids\": [\n                \"{{PROJECT_ID}}\"\n            ],\n            \"excluded_project_ids\": [\n                \"{{PROJECT_ID}}\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/folders/:project_folder_id","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","folders",":project_folder_id"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"},{"key":"project_folder_id","value":"{{PROJECT_FOLDER_ID}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"project-folder\",\n        \"id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n        \"attributes\": {\n            \"name\": \"X-FORCE\",\n            \"total_projects\": 2,\n            \"created_at\": \"2020-08-27T08:38:23.000000Z\",\n            \"updated_at\": \"2020-08-27T08:38:23.000000Z\"\n        },\n        \"relationships\": {\n            \"projects\": [\n                {\n                    \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n                    \"type\": \"project\"\n                },\n                {\n                    \"id\": \"0cb8c2b2-a88c-44ac-b34e-5141a6b1921d\",\n                    \"type\": \"project\"\n                }\n            ]\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"project\",\n            \"id\": \"ef1e29b6-6dcf-424b-858f-aa7f75a3cf65\",\n            \"attributes\": {\n                \"name\": \"Application Form #1\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/ef1e29b6-6dcf-424b-858f-aa7f75a3cf65/download\",\n                \"file_name\": \"data.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 14526,\n                    \"amount_euro\": 12272,\n                    \"total\": 14526,\n                    \"total_euro\": 12272,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": \"2020-08-27\",\n                    \"method\": \"digital\",\n                    \"amount\": 14526,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 18158,\n                    \"invoice_url\": \"https://pay.stripe.com/invoice/acct_19n4RfHbEySjdvVG/invst_HuVfvi1eU4LZeX1rQCLXwXJ5mBp2DXQ/pdf\"\n                },\n                \"status\": \"ASSIGNED\",\n                \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n                \"folder_name\": \"X-FORCE\",\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0.5,\n                    \"completed_tasks\": 1\n                },\n                \"created_at\": \"2020-08-27T08:39:27.000000Z\",\n                \"updated_at\": \"2020-08-27T08:39:58.000000Z\"\n            },\n            \"relationships\": []\n        },\n        {\n            \"type\": \"project\",\n            \"id\": \"0cb8c2b2-a88c-44ac-b34e-5141a6b1921d\",\n            \"attributes\": {\n                \"name\": \"Updated Application Form #1\",\n                \"customer_id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                \"source_language\": \"en\",\n                \"source_content\": \"https://api.platform.sandbox.easytranslate.com/api/v1/teams/deadpool/projects/0cb8c2b2-a88c-44ac-b34e-5141a6b1921d/download\",\n                \"file_name\": \"data.json\",\n                \"target_languages\": [\n                    \"da\",\n                    \"de\"\n                ],\n                \"agent\": \"EasyTranslate Dashboard\",\n                \"price\": {\n                    \"amount\": 14526,\n                    \"amount_euro\": 12272,\n                    \"total\": 14526,\n                    \"total_euro\": 12272,\n                    \"currency\": \"USD\"\n                },\n                \"payment\": {\n                    \"date\": null,\n                    \"method\": null,\n                    \"amount\": 14526,\n                    \"currency\": \"USD\",\n                    \"vat_percent\": 0.25,\n                    \"gross_amount\": 18158,\n                    \"invoice_url\": null\n                },\n                \"status\": \"PRICE_ACCEPTED\",\n                \"folder_id\": \"27cf582a-9b22-41bf-a0ce-c9efefb66622\",\n                \"folder_name\": \"X-FORCE\",\n                \"callback_url\": null,\n                \"progress\": {\n                    \"percent\": 0,\n                    \"completed_tasks\": 0\n                },\n                \"created_at\": \"2020-08-27T08:40:13.000000Z\",\n                \"updated_at\": \"2020-08-27T08:40:20.000000Z\"\n            },\n            \"relationships\": []\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2020 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"30fd980e-ccb9-43e7-be11-e34cd3e66b1c"}],"id":"03c79e54-7dcc-4cd3-a029-9b52a0444357","description":"<p>Organize projects on folder level</p>\n","event":[{"listen":"prerequest","script":{"id":"44c665c2-94f6-47cc-bf36-e954f55c0119","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8a098c72-92f3-4f70-8883-556fe1f29ef0","type":"text/javascript","exec":[""]}}],"_postman_id":"03c79e54-7dcc-4cd3-a029-9b52a0444357"},{"name":"Content Generation","item":[{"name":"Create content","event":[{"listen":"test","script":{"id":"61b6b63b-b284-4b4c-9ccc-ded3288e0428","exec":[""],"type":"text/javascript"}}],"id":"f1bff165-4a54-4474-bc8e-2bc4f8b2ddc1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"text/event-stream","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"content_generation\",\n        \"attributes\": {\n            \"prompt\": \"Write a compelling product description\",\n            \"max_tokens\": 340,\n            \"temperature\": 0.5,\n            \"presence_penalty\": 0,\n            \"frequency_penalty\": 0,\n            \"main_subject\": \"My product name\",\n            \"content_brief\": \"This is the perfect product for everyone\",\n            \"keywords\": [\n                \"Newest product\",\n                \"elegant design\",\n                \"stunning camera\",\n                \"breathtaking videos\"\n            ],\n             \"content_type\": [\n                \"Newest product\",\n                \"elegant design\",\n                \"stunning camera\",\n                \"breathtaking videos\"\n            ],\n            \"tone_of_voice\": [\n                \"funny\",\n                \"informal\"\n            ],\n            \"language\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/caas/generate","description":"<p><strong>Note: This endpoint is returning an SSE (Server-Sent Event). You can read more about SSE</strong> <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events\">here</a><strong>.</strong></p>\n<p>Payload attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>prompt</strong></th>\n<th><strong>Required</strong>. The actual instruction about your content. This will use the rest of the attributes to generate the content you need.</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>max_tokens</strong></td>\n<td><strong>Optional</strong>. Default is <strong>600</strong>. How long the output of the text should be. Please note that this doesn't mean the AI is done generating content, but it will stop writting when the tokens is above this number.  <br />Minimum value: <strong>16</strong>  <br />Maximum value: <strong>2048</strong></td>\n</tr>\n<tr>\n<td><strong>temperature</strong></td>\n<td><strong>Optional</strong>. Default is <strong>0.5</strong>.  <br />How creative our AI should be, higher values like 0.8 will make the output more random and creative, while lower values like 0.2 will make it more focused and deterministic.  <br />Minimum value: **0  <br />**Maximum value: <strong>1</strong></td>\n</tr>\n<tr>\n<td><strong>presence_penalty</strong></td>\n<td><strong>Optional.</strong> Default is <strong>0</strong>.  <br />Positive values penalize new words based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics  <br />Minimum value: <strong>-2.0</strong>  <br />Maximum value: <strong>2.0</strong></td>\n</tr>\n<tr>\n<td><strong>frequency_penalty</strong></td>\n<td><strong>Optional</strong>. Default is <strong>0</strong>.  <br />Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.  <br />Minimum value: **-2.0  <br />**Maximum value: <strong>2.0</strong></td>\n</tr>\n<tr>\n<td><strong>main_subject</strong></td>\n<td><strong>Optional.</strong> Default is <code>null</code>.  <br />The title of your content. For example, if your content should be about specific product, good example is the name of the product.</td>\n</tr>\n<tr>\n<td><strong>content_brief</strong></td>\n<td><strong>Optional</strong>. Default is <code>null</code>.  <br />Short description for the content that you are trying to generate, to give more context.</td>\n</tr>\n<tr>\n<td><strong>keywords</strong></td>\n<td><strong>Optional</strong>. Default is <code>null</code>.  <br />List of keywords that should be mentioned as part of the generated content. This will give the AI good context about the content, since the sentences will relate to the keywords and it will attempt to enrich them.</td>\n</tr>\n<tr>\n<td><strong>tone_of_voice</strong></td>\n<td><strong>Optional</strong>. Default is <code>null</code>.  <br />List of strings, what should be the tone of voice of the generated content. If you are in doubt about this one, good example is to prompt it with a value of <code>[\"Joe Rogan\"]</code> and check how the output tone was changed entirely.</td>\n</tr>\n<tr>\n<td><strong>language</strong></td>\n<td><strong>Optional</strong>. Default is <code>null</code>.  <br />Setting the language will modify the output for the given language. If this value is unset, it will attempt to underestand the field under <code>prompt</code> and use that language to generate the content.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Increasing the <code>temperature</code>, <code>presence_penalty</code> and <code>frequency_penalty</code> will result in more creative and unique output.</p>\n","urlObject":{"path":["teams",":team_name","caas","generate"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"1263516a-1a46-4877-b5d6-e92d6b105bfe","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/event-stream","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"content_generation\",\n        \"attributes\": {\n            \"prompt\": \"Short Hello World sentence\",\n            \"max_tokens\": 340,\n            \"temperature\": 0.5,\n            \"presence_penalty\": 0,\n            \"frequency_penalty\": 0,\n            \"main_subject\": \"My product name\",\n            \"content_brief\": \"This is the perfect product for everyone\",\n            \"keywords\": [\n                \"Newest product\",\n                \"elegant design\",\n                \"stunning camera\",\n                \"breathtaking videos\"\n            ],\n            \"tone_of_voice\": [\n                \"funny\",\n                \"informal\"\n            ],\n            \"language\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/caas/generate","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","caas","generate"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 08 May 2023 13:30:43 GMT"},{"key":"Content-Type","value":"text/event-stream; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=TrJl6KDtMPUbuhDKv9c44LnmH7XoJROfdUKzdicJsOFnGuQbohbgVAiPzdfJO2kgzv7iyvrBnyHrMl4tUc0gM3vjPVjAqoei8sVrXF07UtTbD1J2dDyRb1so5hrn; Expires=Mon, 15 May 2023 13:30:42 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=TrJl6KDtMPUbuhDKv9c44LnmH7XoJROfdUKzdicJsOFnGuQbohbgVAiPzdfJO2kgzv7iyvrBnyHrMl4tUc0gM3vjPVjAqoei8sVrXF07UtTbD1J2dDyRb1so5hrn; Expires=Mon, 15 May 2023 13:30:42 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests; frame-ancestors 'figma.com';"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"data: {\"data\":{\"attributes\":{\"generated_content\":\"\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\"Hey\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" there\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\",\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" world\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\"!\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" Say\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" hello\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" to\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" our\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" newest\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" product\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" with\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" an\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" elegant\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" design\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\",\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" a\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" stunning\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" camera\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" for\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" breathtaking\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" videos\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" -\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" the\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" perfect\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" treat\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" for\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\" everyone\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\"!\",\"finish_reason\":null}}}\n\ndata: {\"data\":{\"attributes\":{\"generated_content\":\"\",\"finish_reason\":\"stop\"}}}\n\ndata: [DONE]\n\n"}],"_postman_id":"f1bff165-4a54-4474-bc8e-2bc4f8b2ddc1"}],"id":"20b2117d-4e27-4779-8bd2-fa822b6898fc","_postman_id":"20b2117d-4e27-4779-8bd2-fa822b6898fc","description":""},{"name":"Translation Assets","item":[{"name":"Translation Memory","item":[{"name":"Import Translation Memory from file","id":"a14a9d08-bf85-4604-a11d-5c04d515cd75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[type]","value":"translation_memory","type":"text","description":"<p>Required.</p>\n"},{"key":"data[attributes][name]","value":"My first Translation Memory","description":"<p>Required. The name of the TM that should be created</p>\n","type":"text"},{"key":"data[attributes][content][0]","type":"text","value":"ZW5fVVMsZGUsY29udGV4dApTVEFJTkxFU1MgU1RFRUwsRURFTFNUQUhMLERFIFRNIHVwZGF0ZQpS\nZWd1bGFyIFJlY3Rhbmd1bGFyIFdpZGUsUmVndWxhciBSZWN0YW5ndWxhciBXaWRlLFByb2plY3Qg\nKCMxMDExOTU3MCkKIkNhbXBpbmcsIEVudHJ5LWxldmVsIGJhY2twYWNraW5nLCBQYWRkbGluZyIs\nIkNhbXBpbmcsIEJhY2twYWNraW5nIGbDvHIgRWluc3RlaWdlciwgUGFkZGVsbiIsUHJvamVjdCAo\nIzEwMTE5NTcwKQpTdGF5IGJldHRlciBwcm90ZWN0ZWQgZnJvbSB0aGUgd2VhdGhlciAtIHR3aW4g\nc3Rvcm0gZmxhcHMgYmxvY2sgd2luZCBhbmQgcmFpbiBvciBvcGVuIGZvciBhZGRlZCBzaGFkZS4s\nIkJsZWliIGJlc3NlciB2b3IgZGVtIFdldHRlciBnZXNjaMO8dHp0IOKAlCBkaWUgYmVpZGVuIFN0\ndXJta2xhcHBlbiBibG9ja2llcmVuIFdpbmQgdW5kIFJlZ2VuIG9kZXIgbGFzc2VuIHNpY2ggw7Zm\nZm5lbiwgdW0genVzw6R0emxpY2hlbiBTY2hhdHRlbiB6dSBzcGVuZGVuLiIsUHJvamVjdCAoIzEw\nMTE5NTcwKQoiVWx0cmFsaWdodCBhbmQgY29tcGFjdCwgdGhlIE1pbmltYWxpc3QgVGFycCBpcyBw\nZXJmZWN0IGZvciBhZHZlbnR1cmVycyBzZWVraW5nIGEgdmVyc2F0aWxlLCB1bHRyYWxpZ2h0IHNo\nZWx0ZXIuIiwiRGFzIHVsdHJhbGVpY2h0ZSB1bmQga29tcGFrdGUgTWluaW1hbGlzdCBUYXJwIGlz\ndCBwZXJmZWt0IGbDvHIgQWJlbnRldXJlciwgZGllIGVpbmVuIHZpZWxzZWl0aWdlbiwgdWx0cmFs\nZWljaHRlbiBVbnRlcnNjaGx1cGYgc3VjaGVuLiIsUHJvamVjdCAoIzEwMTE5NTcwKQpTdGF5IGJl\ndHRlciBwcm90ZWN0ZWQgaW4gd2VhdGhlciAtIHR3aW4gc3Rvcm0gZmxhcHMgYmxvY2sgd2luZCBh\nbmQgcmFpbiBvciBvcGVuIHRvIGluY3JlYXNlIHNoYWRlIGNvdmVyYWdlIGluIGNoYW5naW5nIGNv\nbmRpdGlvbnMsIkJsZWliIGJlc3NlciB2b3IgZGVtIFdldHRlciBnZXNjaMO8dHp0IOKAlCBkaWUg\nYmVpZGVuIFN0dXJta2xhcHBlbiBibG9ja2llcmVuIFdpbmQgdW5kIFJlZ2VuIG9kZXIgbGFzc2Vu\nIHNpY2ggw7ZmZm5lbiwgdW0gZGVuIFNjaGF0dGVuIGJlaSB3ZWNoc2VsbmRlbiBCZWRpbmd1bmdl\nbiB6dSBlcmjDtmhlbi4iLFByb2plY3QgKCMxMDExOTU3MCkKIlVsdHJhbGlnaHQgYW5kIHZlcnNh\ndGlsZSAtIHR3aW4gc3Rvcm0gZmxhcHMgYmxvY2sgd2luZCwgcmFpbiBvciBwcm92aWRlIHNoYWRl\nLiIsIlVsdHJhbGVpY2h0IHVuZCB2aWVsc2VpdGlnIOKAlCB6d2VpIFN0dXJta2xhcHBlbiBibG9j\na2llcmVuIFdpbmQsIFJlZ2VuIG9kZXIgc3BlbmRlbiBTY2hhdHRlbi4iLFByb2plY3QgKCMxMDEx\nOTU3MCkKIkVhc3ksIHNlY3VyZSBwaXRjaGluZyAtIGNpcmN1bGFyIGJhciB0YWNrcyBob2xkIHRy\nZWtraW5nIHBvbGUgdGlwcyB3aGlsZSBhZGp1c3RhYmxlIGd1eSBsaW5lcyB0ZW5zaW9uIHF1aWNr\nbHkgYXQgcmVpbmZvcmNlZCB0aWUtb3V0IHBvaW50cyIsIkVpbmZhY2hlciwgc2ljaGVyZXIgQXVm\nYmF1IOKAlCBydW5kZSBMZW5rZXJuw6RnZWwgaGFsdGVuIGRpZSBTcGl0emVuIGRlciBUcmVra2lu\nZ3N0w7Zja2UgZmVzdCwgd8OkaHJlbmQgZGllIHZlcnN0ZWxsYmFyZW4gQWJzcGFubmxlaW5lbiBh\nbiB2ZXJzdMOkcmt0ZW4gQW5zY2hsw7xzc2VuIHNjaG5lbGwgZ2VzcGFubnQgd2VyZGVuLiIsUHJv\namVjdCAoIzEwMTE5NTcwKQpWZXJzYXRpbGUgb3ZlcmhlYWQgc2V0dXAgLSBjZW50cmFsIGhhbmcg\nbG9vcCBlbmFibGVzIHN1c3BlbnNpb24gZnJvbSBicmFuY2hlcyBmb3IgYWx0ZXJuYXRpdmUgcGl0\nY2ggY29uZmlndXJhdGlvbnMsVmllbHNlaXRpZ2Ugw5xiZXJrb3BmLUF1ZmjDpG5ndW5nIOKAkyBk\naWUgemVudHJhbGUgQXVmaMOkbmdlc2NobGF1ZmUgZXJtw7ZnbGljaHQgZGllIEF1ZmjDpG5ndW5n\nIGFuIMOEc3RlbiBmw7xyIGFsdGVybmF0aXZlIEF1ZnN0ZWxsa29uZmlndXJhdGlvbmVuLixQcm9q\nZWN0ICgjMTAxMTk1NzApCkR1YWwtdXNlIHN0b3JhZ2Ugc2FjayAtIHJlaW5mb3JjZWQgc3R1ZmYg\nc2FjayBhdHRhY2hlcyB0byB0YXJwIGFuZCBmdW5jdGlvbnMgYXMgYSBwb2xlIHBvY2tldCBmb3Ig\nYnJhbmNoZXMgb3IgcGFkZGxlcyB3aGVuIHBvbGVzIGFyZW7igJl0IGF2YWlsYWJsZSwiQXVmYmV3\nYWhydW5nc2JldXRlbCBtaXQgZG9wcGVsdGVtIFZlcndlbmR1bmdzendlY2sg4oCUIGRlciB2ZXJz\ndMOkcmt0ZSBTdHVmZiBTYWNrIGzDpHNzdCBzaWNoIGFuIGRlciBQbGFuZSBiZWZlc3RpZ2VuIHVu\nZCBkaWVudCBhbHMgU3RvY2t0YXNjaGUgZsO8ciDDhHN0ZSBvZGVyIFBhZGRlbCwgd2VubiBTdGFu\nZ2VuIG5pY2h0IHZlcmbDvGdiYXIgc2luZC4iLFByb2plY3QgKCMxMDExOTU3MCkKIkFkdmFuY2Vk\nIEZhYnJpYyAtIFVsdHJhLVNpbCBMUyAxNUQgbnlsb24vMzBEIHBvbHllc3RlciByaXBzdG9wIHJl\nZHVjZXMgd2F0ZXIgYWJzb3JwdGlvbiwgZHJpZXMgZmFzdGVyLCBhbmQgZW5zdXJlcyBhIHRpZ2h0\nZXIsIGxvdy1zdHJldGNoIHBpdGNoIiwiSG9jaGVudHdpY2tlbHRlcyBHZXdlYmUg4oCTIFVsdHJh\nLVNpbCBMUyAxNUQtTnlsb24vMzBELVBvbHllc3Rlci1SaXBzdG9wIHJlZHV6aWVydCBkaWUgV2Fz\nc2VyYXVmbmFobWUsIHRyb2NrbmV0IHNjaG5lbGxlciB1bmQgc29yZ3QgZsO8ciBlaW5lIHN0cmFm\nZmVyZSwgZGVobnVuZ3Nhcm1lIFNwYW5udW5nLiIsUHJvamVjdCAoIzEwMTE5NTcwKQoiVGFuZ2xl\nLWZyZWUgcGFja2Rvd24gLSBhdHRhY2hlZCB0b2dnbGVzIGxldCB5b3UgcXVpY2tseSByZW1vdmUg\nZ3V5IGxpbmVzIGZvciBmYXN0ZXIsIGNsZWFuZXIgdGFycCBzdG9yYWdlIixWZXJ3aWNrbHVuZ3Nm\ncmVpZXMgWnVzYW1tZW5wYWNrZW4g4oCTIGRpZSBhbmdlYnJhY2h0ZW4gVG9nZ2xlIGVybcO2Z2xp\nY2hlbiBlaW4gc2NobmVsbGVzIEVudGZlcm5lbiBkZXIgQWJzcGFubmxlaW5lbiBmw7xyIGVpbmUg\nc2NobmVsbGVyZSB1bmQgc2F1YmVyZXJlIExhZ2VydW5nIGRlciBUYXJwLixQcm9qZWN0ICgjMTAx\nMTk1NzApCkFkZCBpbnNlY3QgcHJvdGVjdGlvbiAtIG9wdGlvbmFsIEVzY2FwaXN0IE1lc2ggQnVn\nIFNoZWx0ZXIgZWFzaWx5IGF0dGFjaGVzIGFuZCBzdXNwZW5kcyBmcm9tIHRoZSB0YXJwIGZvciBm\ndWxsIGNvdmVyYWdlIGluIGJ1Z2d5IGVudmlyb25tZW50cyxJbnNla3RlbnNjaHV0eiBoaW56dWbD\nvGdlbiDigJMgZGFzIG9wdGlvbmFsZSBFc2NhcGlzdCBNZXNoIEJ1ZyBTaGVsdGVyIGzDpHNzdCBz\naWNoIGVpbmZhY2ggYW4gZGVyIFBsYW5lIGJlZmVzdGlnZW4gdW5kIGF1ZmjDpG5nZW4gdW5kIGJp\nZXRldCBzbyB2b2xsc3TDpG5kaWdlbiBTY2h1dHogaW4gaW5zZWt0ZW5yZWljaGVuIFVtZ2VidW5n\nZW4uLFByb2plY3QgKCMxMDExOTU3MCkKUGFja2VkIFdlaWdodDogMTQuMm96IHwgNDAzZywiUGFj\na2dld2ljaHQ6IDE0LDIgb3ogfCA0MDMgZyIsUHJvamVjdCAoIzEwMTE5NTcwKQpVbHRyYWxpZ2h0\nIGJhY2twYWNraW5nLFVsdHJhbGVpY2h0LUJhY2twYWNraW5nLFByb2plY3QgKCMxMDExOTU3MCkK\nIkxvd2VyIGltcGFjdCBtYXRlcmlhbHMg4oCTIFVsdHJhLVNpbCBMUyBmYWJyaWMgaXMgcmVjeWNs\nZWQsIGJsdWVzaWduIEFQUFJPVkVEIGFuZCBub24tUEZBUy4iLCJVbXdlbHRmcmV1bmRsaWNoZXJl\nIE1hdGVyaWFsaWVuIOKAlCBkYXMgVWx0cmEtU2lsIExTIEdld2ViZSBpc3QgcmVjeWNlbHQsIGJs\ndWVzaWduIEFQUFJPVkVEIHVuZCBmcmVpIHZvbiBQRkFTIixQcm9qZWN0ICgjMTAxMTk1NzApCkJl\nc3QgVXNlOiBVbHRyYWxpZ2h0IGJhY2twYWNraW5nLEVpbnNhdHpiZXJlaWNoOiBVbHRyYWxlaWNo\ndC1CYWNrcGFja2luZyxQcm9qZWN0ICgjMTAxMTk1NzApClByb2R1Y3QgV2VpZ2h0OiAxMy41b3og\nfCAzODRnLCJQcm9kdWt0Z2V3aWNodDogMTMsNSBveiB8IDM4NCBnIixQcm9qZWN0ICgjMTAxMTk1\nNzApClBhY2tlZCBTaXplOjMuNSB4IDcuMSB4IDMuNSBpbiB8IDE4IHggOSB4IDkgY20sIlBhY2tt\nYcOfOiAzLDUgeCA3LDEgeCAzLDUgaW4gfCAxOCB4IDkgeCA5IGNtIixQcm9qZWN0ICgjMTAxMTk1\nNzApClBhY2tlZCBTaXplOiA0LjUgeCA3LjUgeCA0LjUgaW4gfCAxOSB4IDExLjUgeCAxMS41IGNt\nLCJQYWNrbWHDnzogNCw1IHggNyw1IHggNCw1IGluIHwgMTkgeCAxMSw1IHggMTEsNSBjbSIsUHJv\namVjdCAoIzEwMTE5NTcwKQpQYWNrZWQgU2l6ZTogNC41IHggNy41IHggNC41IGluIHwgMTkgeCAx\nMS41IHggMTEuNSBjbSwiUGFja21hw586IDQsNSB4IDcsNSB4IDQsNSBpbiB8IDE5IHggMTEsNSB4\nIDExLDUgY20iLFByb2plY3QgKCMxMDExOTU3MCkKTWluaW1hbGlzdCBjYXJyeS4sTWluaW1hbGlz\ndGlzY2hlcyBUcmFnZW4uLFByb2plY3QgKCMxMDExOTU3MCkKTWF4aW11bSBzaGVsdGVyLixNYXhp\nbWFsZXIgU2NodXR6LixQcm9qZWN0ICgjMTAxMTk1NzApCiJTdHJldGNoLXJlc2lzdGFudCBVbHRy\nYS1TaWwgTFMgZmFicmljIGVuc3VyZXMgYSB0aWdodCwgcmVsaWFibGUgc2hlbHRlci4iLCJEYXMg\nZGVobmZlc3RlIFVsdHJhLVNpbCBMUyBHZXdlYmUgc29yZ3QgZsO8ciBlaW5lbiBlbmdlbiwgenV2\nZXJsw6Rzc2lnZW4gU2NodXR6LiIsUHJvamVjdCAoIzEwMTE5NTcwKQpPbmUgU2l6ZSxFaW5oZWl0\nc2dyw7bDn2UsUHJvamVjdCAoIzEwMTE5NTcwKQpTaXplLEdyw7bDn2UsUHJvamVjdCAoIzEwMTE5\nNTcwKQpUYXJwIEJvZHk6IDEwMCUgTnlsb247IFN0dWZmIFNhY2s6IDEwMCUgTnlsb24sVGFycGvD\ntnJwZXI6IDEwMCAlIE55bG9uOyBTdHVmZiBTYWNrOiAxMDAgJSBOeWxvbixQcm9qZWN0ICgjMTAx\nMTk1NzApCkZlYXR1cmVzLEZlYXR1cmVzLFByb2plY3QgKCMxMDExOTU3MCkKUmFwaWQgdGVuc2lv\nbmluZyAtIHJlaW5mb3JjZWQgdGllLW91dCBwb2ludHMgd2l0aCBhZGp1c3RhYmxlIGxpbmUgdGVu\nc2lvbmVycyBlbmFibGUgcHJlY2lzZSBwaXRjaCBjb250cm9sIGFuZCBvcHRpbWFsIGZhYnJpYyB0\nZW5zaW9uLFNjaG5lbGxlcyBTcGFubmVuIOKAkyB2ZXJzdMOkcmt0ZSBWZXJ6dXJydW5nc3B1bmt0\nZSBtaXQgZWluc3RlbGxiYXJlbiBTZWlsc3Bhbm5lcm4gZXJtw7ZnbGljaGVuIGVpbmUgcHLDpHpp\nc2UgTmVpZ3VuZ3NzdGV1ZXJ1bmcgdW5kIG9wdGltYWxlIFN0b2Zmc3Bhbm51bmcuLFByb2plY3Qg\nKCMxMDExOTU3MCkKUi12YWx1ZTogNS4zLCJSLVdlcnQ6IDUsMyIsUHJvamVjdCAoIzEwMTE5NTcw\nKQpQYWNrZWQgU2l6ZTogNi4zIHggMTEgeCA2LjMgaW4gfCAyOCB4IDE2IHggMTYgY20sIlBhY2tt\nYcOfOiA2LDMgeCAxMSB4IDYsMyBpbiB8IDI4IHggMTYgeCAxNiBjbSIsUHJvamVjdCAoIzEwMTE5\nNTcwKQpNaW5pbWFsaXN0IFRhcnAsTWluaW1hbGlzdCBUYXJwLFByb2plY3QgKCMxMDExOTU3MCkK\nTWluaW1hbGlzdCBUYXJwIHwgU2VhIHRvIFN1bW1pdCxNaW5pbWFsaXN0IFRhcnAgfCBTZWEgdG8g\nU3VtbWl0LFByb2plY3QgKCMxMDExOTU3MCkKQ2FtcCBQbHVzIFNlbGYtSW5mbGF0aW5nIFNsZWVw\naW5nIE1hdCxDYW1wIFBsdXMgU2VsZi1JbmZsYXRpbmcgSXNvbWF0dGUsUHJvamVjdCAoIzEwMTE5\nNTcwKQpUaGUgQ2FtcCBQbHVzIFNlbGYgSW5mbGF0aW5nIE1hdCBkZWxpdmVycyBleHRyYSBjb21m\nb3J0IHdpdGggMzMlIG1vcmUgdGhpY2tuZXNzIHRoYW4gc3RhbmRhcmQgbWF0cyBhbmQgYWRqdXN0\nYWJsZSBmaXJtbmVzcyB0byBtYXRjaCB5b3VyIHNsZWVwIHN0eWxlLiwiRGllIHNlbGJzdGF1ZmJs\nYXNlbmRlIENhbXAgUGx1cyBNYXR0ZSBiaWV0ZXQgenVzw6R0emxpY2hlbiBLb21mb3J0LCBkYSBz\naWUgMzMgJSBkaWNrZXIgaXN0IGFscyBoZXJrw7ZtbWxpY2hlIE1hdHRlbiB1bmQgZGllIGVpbnN0\nZWxsYmFyZSBGZXN0aWdrZWl0IGFuIGRlaW5lbiBTY2hsYWZzdGlsIGFuZ2VwYXNzdCB3ZXJkZW4g\na2Fubi4iLFByb2plY3QgKCMxMDExOTU3MCkKQm9keS1tYXBwZWQgQWlyIFpvbmUgY29uc3RydWN0\naW9uIGtlZXBzIGluc3VsYXRpb24gd2hlcmUgaXTigJlzIG5lZWRlZCBhbmQgY3V0cyB3ZWlnaHQg\nd2hlcmUgaXTigJlzIG5vdC4sIkRpZSBrw7ZycGVybmFoZSBBaXIgWm9uZSBLb25zdHJ1a3Rpb24g\nc29yZ3QgZGFmw7xyLCBkYXNzIGRpZSBJc29saWVydW5nIGRvcnQgYmxlaWJ0LCB3byBzaWUgYmVu\nw7Z0aWd0IHdpcmQsIHVuZCByZWR1emllcnQgZGFzIEdld2ljaHQsIHdvIHNpZSBuaWNodCBiZW7D\ntnRpZ3Qgd2lyZC4iLFByb2plY3QgKCMxMDExOTU3MCkK","description":"<p>Required. base64 value of the content</p>\n"},{"key":"data[attributes][file_name][0]","value":"file-name.csv","description":"<p>Required. The name of the file with extension (CSV or TMX)</p>\n","type":"text"},{"key":"data[attributes][translation_memory_id]","value":"","description":"<p>Optional. Import to existing Translation Memory</p>\n","type":"text"},{"key":"data[attributes][content][1]","value":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHRteCBTWVNU\nRU0gInRteDE0LmR0ZCI+Cjx0bXggdmVyc2lvbj0iMS40Ij48aGVhZGVyIGFkbWlubGFuZz0iZW4t\nVVMiIGNyZWF0aW9udG9vbD0iWFRNIiBjcmVhdGlvbnRvb2x2ZXJzaW9uPSIkUmV2aXNpb24kIiBk\nYXRhdHlwZT0ieG1sIiBvLXRtZj0iWFRNIiBzcmNsYW5nPSJlbi1VUyIgc2VndHlwZT0ic2VudGVu\nY2UiPjxwcm9wIHR5cGU9InVzZXItZGVmaW5lZCI+Q1VTVE9NRVI6IE9uZWhvdXJUcmFuc2xhdGlv\nbl8yMDMyODE4MjM8L3Byb3A+PC9oZWFkZXI+PGJvZHk+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUw\nNTMwVDEzMTgzOFoiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA1MzBUMTMxODM4\nWiIgdHVpZD0iMjUwMDIwOTYzIj48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFIFRNIHVwZGF0ZTwv\ncHJvcD48cHJvcCB0eXBlPSJ4LXh0bS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDps\nYW5nPSJlbi1VUyI+PHNlZz5TVEFJTkxFU1MgU1RFRUw8L3NlZz48L3R1dj4KPHR1diB4bWw6bGFu\nZz0iZGUtREUiPjxzZWc+RURFTFNUQUhMPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRh\ndGU9IjIwMjUwNTMwVDEzMTgzOFoiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA1\nMzBUMTMxODM4WiIgdHVpZD0iMjUwMDIwOTY0Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFIFRN\nIHVwZGF0ZTwvcHJvcD48cHJvcCB0eXBlPSJ4LXh0bS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8\ndHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNlZz5ERVRPVVIgUkFOR0U8L3NlZz48L3R1dj4KPHR1diB4\nbWw6bGFuZz0iZGUtREUiPjxzZWc+REVUT1VSIFJFSUhFPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBj\ncmVhdGlvbmRhdGU9IjIwMjUwNjEzVDA4MjYwN1oiIGNyZWF0aW9uaWQ9ImEgciIgY2hhbmdlZGF0\nZT0iMjAyNTA2MTNUMDgyNjA3WiIgdHVpZD0iMjUxNDI1NDY5Ij48cHJvcCB0eXBlPSJ4LVByb2pl\nY3QiPkRFXzYuMTM8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJv\ncD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+U29ycnksIHlvdeKAmXZlIGV4Y2VlZGVkIHRo\nZSBhdmFpbGFibGUgc3RvY2sgZm9yIHRoaXMgcHJvZHVjdC48L3NlZz48L3R1dj4KPHR1diB4bWw6\nbGFuZz0iZGUtREUiPjxzZWc+TGVpZGVyIGhhc3QgZHUgZGVuIHZlcmbDvGdiYXJlbiBCZXN0YW5k\nIGbDvHIgZGllc2VzIFByb2R1a3Qgw7xiZXJzY2hyaXR0ZW4uPC9zZWc+PC90dXY+CjwvdHU+Cjx0\ndSBjcmVhdGlvbmRhdGU9IjIwMjUwNjEzVDA4MjYwN1oiIGNyZWF0aW9uaWQ9ImEgciIgY2hhbmdl\nZGF0ZT0iMjAyNTA2MTNUMDgyNjA3WiIgdHVpZD0iMjUxNDI1NDcwIj48cHJvcCB0eXBlPSJ4LVBy\nb2plY3QiPkRFXzYuMTM8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwv\ncHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+UGxlYXNlIGNvbnRhY3QgdXMgaGVyZSBp\nZiB5b3Ugd291bGQgbGlrZSB0byBvcmRlciBtb3JlIHRoYW4gMjAgdW5pdHMgb2YgdGhpcyBwcm9k\ndWN0Ljwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+PHNlZz5CaXR0ZSBrb250YWt0\naWVyZSB1bnMgaGllciwgd2VubiBkdSBtZWhyIGFscyAyMCBTdMO8Y2sgZGllc2VzIFByb2R1a3Rz\nIGJlc3RlbGxlbiBtw7ZjaHRlc3QuPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9\nIjIwMjUwNjEzVDA4MjYwN1oiIGNyZWF0aW9uaWQ9ImEgciIgY2hhbmdlZGF0ZT0iMjAyNTA2MTNU\nMDgyNjA3WiIgdHVpZD0iMjUxNDI1NDcxIj48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFXzYuMTM8\nL3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6\nbGFuZz0iZW4tVVMiPjxzZWc+UmVnaXN0ZXIgdG8gcmVjZWl2ZSBhIG5vdGlmaWNhdGlvbiB3aGVu\nIHRoaXMgaXRlbSBjb21lcyBiYWNrIGluIHN0b2NrLjwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5n\nPSJkZS1ERSI+PHNlZz5SZWdpc3RyaWVyZSBkaWNoLCB1bSBlaW5lIEJlbmFjaHJpY2h0aWd1bmcg\nenUgZXJoYWx0ZW4sIHdlbm4gZGllc2VyIEFydGlrZWwgd2llZGVyIGF1ZiB2ZXJmw7xnYmFyIGlz\ndC48L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA2MTNUMDgyNjA3WiIg\nY3JlYXRpb25pZD0iYSByIiBjaGFuZ2VkYXRlPSIyMDI1MDYxM1QwODI2MDdaIiB0dWlkPSIyNTE0\nMjU0NzIiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+REVfNi4xMzwvcHJvcD48cHJvcCB0eXBlPSJ4\nLXh0bS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNlZz5F\nbWFpbDwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+PHNlZz5FLU1haWw8L3NlZz48\nL3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA2MTNUMDgyNjA3WiIgY3JlYXRpb25p\nZD0iYSByIiBjaGFuZ2VkYXRlPSIyMDI1MDYxM1QwODI2MDdaIiB0dWlkPSIyNTE0MjU0NzMiPjxw\ncm9wIHR5cGU9IngtUHJvamVjdCI+REVfNi4xMzwvcHJvcD48cHJvcCB0eXBlPSJ4LXh0bS1zdGF0\ndXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNlZz5OT1RJRlkgTUUg\nV0hFTiBBVkFJTEFCTEU8L3NlZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+SU5G\nTywgU09CQUxEIFdJRURFUiBWRVJGw5xHQkFSPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlv\nbmRhdGU9IjIwMjUwNjEzVDA4MjYwN1oiIGNyZWF0aW9uaWQ9ImEgciIgY2hhbmdlZGF0ZT0iMjAy\nNTA2MTNUMDgyNjA3WiIgdHVpZD0iMjUxNDI1NDc0Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRF\nXzYuMTM8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1\ndiB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+WW91J3JlIGluISBXZSdsbCBsZXQgeW91IGtub3cgd2hl\nbiBpdCdzIGJhY2suPC9zZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPkFsbGVz\nIGtsYXIhIFdpciB3ZXJkZW4gZGljaCBpbmZvcm1pZXJlbiwgd2VubiBlciB3aWVkZXIgdmVyZsO8\nZ2JhciBpc3QuPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwNjEzVDA4\nMjYwN1oiIGNyZWF0aW9uaWQ9ImEgciIgY2hhbmdlZGF0ZT0iMjAyNTA2MTNUMDgyNjA3WiIgdHVp\nZD0iMjUxNDI1NDc1Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFXzYuMTM8L3Byb3A+PHByb3Ag\ndHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMi\nPjxzZWc+SSB3b3VsZCBsaWtlIHRvIHJlY2VpdmUgdXBkYXRlcyBhbmQgb2ZmZXJzPC9zZWc+PC90\ndXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPkljaCBtw7ZjaHRlIFVwZGF0ZXMgdW5kIEFu\nZ2Vib3RlIGVyaGFsdGVuPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUw\nNjEzVDA4MjYwN1oiIGNyZWF0aW9uaWQ9ImEgciIgY2hhbmdlZGF0ZT0iMjAyNTA2MTNUMDgyNjA3\nWiIgdHVpZD0iMjUxNDI1NDc2Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFXzYuMTM8L3Byb3A+\nPHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0i\nZW4tVVMiPjxzZWc+QWRkIG1lIHRvIHlvdXIgZW1haWwgbGlzdDwvc2VnPjwvdHV2Pgo8dHV2IHht\nbDpsYW5nPSJkZS1ERSI+PHNlZz5adXIgRS1NYWlsLUxpc3RlIGhpbnp1ZsO8Z2VuPC9zZWc+PC90\ndXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwNjE5VDA5NDQwOVoiIGNyZWF0aW9uaWQ9\nIkMgUyIgY2hhbmdlZGF0ZT0iMjAyNTA2MTlUMDk0NDA5WiIgdHVpZD0iMjUxOTQwMTg0Ij48cHJv\ncCB0eXBlPSJ4LVByb2plY3QiPkV0aGVyIExpZ2h0IFhSIHZzIFhUX1RyYW5zbGF0aW9uczwvcHJv\ncD48cHJvcCB0eXBlPSJ4LXh0bS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5n\nPSJlbi1VUyI+PHNlZz5UaGUgTmV3IHNsZWVwaW5nIG1hdHM8L3NlZz48L3R1dj4KPHR1diB4bWw6\nbGFuZz0iZGUtREUiPjxzZWc+RGllIG5ldWVuIFNjaGxhZm1hdHRlbjwvc2VnPjwvdHV2Pgo8L3R1\nPgo8dHUgY3JlYXRpb25kYXRlPSIyMDI1MDYxOVQwOTQ0MDlaIiBjcmVhdGlvbmlkPSJDIFMiIGNo\nYW5nZWRhdGU9IjIwMjUwNjE5VDA5NDQwOVoiIHR1aWQ9IjI1MTk0MDE4NSI+PHByb3AgdHlwZT0i\neC1Qcm9qZWN0Ij5FdGhlciBMaWdodCBYUiB2cyBYVF9UcmFuc2xhdGlvbnM8L3Byb3A+PHByb3Ag\ndHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMi\nPjxzZWc+RVRIRVIgTElHSFQgWFIgVlMuIFhUPC9zZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRl\nLURFIj48c2VnPkVUSEVSIExJR0hUIFhSIFZTLiBYVDwvc2VnPjwvdHV2Pgo8L3R1Pgo8dHUgY3Jl\nYXRpb25kYXRlPSIyMDI1MDYxOVQwOTQ0MDlaIiBjcmVhdGlvbmlkPSJDIFMiIGNoYW5nZWRhdGU9\nIjIwMjUwNjE5VDA5NDQwOVoiIHR1aWQ9IjI1MTk0MDE4NiI+PHByb3AgdHlwZT0ieC1Qcm9qZWN0\nIj5FdGhlciBMaWdodCBYUiB2cyBYVF9UcmFuc2xhdGlvbnM8L3Byb3A+PHByb3AgdHlwZT0ieC14\ndG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+NTUl\nIFNtYWxsZXIgcGFjayB2b2x1bWUuIDI4JSBNb3JlIGluc3VsYXRpdmUuIDMwZyBMaWdodGVyLjwv\nc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+PHNlZz41NSUga2xlaW5lcmVzIFBhY2t2\nb2x1bWVuLiAyOCUgYmVzc2VyIGlzb2xpZXJlbmQuIDMwZyBsZWljaHRlci48L3NlZz48L3R1dj4K\nPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA2MTlUMDk0NDA5WiIgY3JlYXRpb25pZD0iQyBT\nIiBjaGFuZ2VkYXRlPSIyMDI1MDYxOVQwOTQ0MDlaIiB0dWlkPSIyNTE5NDAxODciPjxwcm9wIHR5\ncGU9IngtUHJvamVjdCI+RXRoZXIgTGlnaHQgWFIgdnMgWFRfVHJhbnNsYXRpb25zPC9wcm9wPjxw\ncm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVu\nLVVTIj48c2VnPlNob3AgRXRoZXIgTGlnaHQgWFIgSW5zdWxhdGVkPC9zZWc+PC90dXY+Cjx0dXYg\neG1sOmxhbmc9ImRlLURFIj48c2VnPkVudGRlY2tlIGRpZSBFdGhlciBMaWdodCBYUiBJbnN1bGF0\nZWQ8L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA3MTdUMTcxODE0WiIg\nY3JlYXRpb25pZD0iQSBCIiBjaGFuZ2VkYXRlPSIyMDI1MDcxN1QxNzE4MTRaIiB0dWlkPSIyNTM3\nMjE3MTYiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+REUgdXBkYXRlIDE3IDc8L3Byb3A+PHByb3Ag\ndHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMi\nPjxzZWc+V2FudCB0byBhdm9pZCBnZXR0aW5nIGhhbmdyeSBvbiB5b3VyIG5leHQgdHJpcD88L3Nl\nZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+RHUgd2lsbHN0IGJlaSBkZWluZXIg\nbsOkY2hzdGVuIFRvdXIgbmljaHQgaGFuZ3J5IHdlcmRlbj88L3NlZz48L3R1dj4KPC90dT4KPHR1\nIGNyZWF0aW9uZGF0ZT0iMjAyNTA3MTdUMTcxODE0WiIgY3JlYXRpb25pZD0iQSBCIiBjaGFuZ2Vk\nYXRlPSIyMDI1MDcxN1QxNzE4MTRaIiB0dWlkPSIyNTM3MjE3MTciPjxwcm9wIHR5cGU9IngtUHJv\namVjdCI+REUgdXBkYXRlIDE3IDc8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHBy\nb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+UGFjayB0aGlzIGNvbXBhY3Qg\nYW5kIGxpZ2h0d2VpZ2h0IGNvb2sgc2V0Ljwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1E\nRSI+PHNlZz5QYWNrZSBkaWVzZXMga29tcGFrdGUgdW5kIGxlaWNodGUgS29jaHNldCBlaW4uPC9z\nZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwNzE3VDE3MTgxNFoiIGNyZWF0\naW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA3MTdUMTcxODE0WiIgdHVpZD0iMjUzNzIxNzE4\nIj48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFIHVwZGF0ZSAxNyA3PC9wcm9wPjxwcm9wIHR5cGU9\nIngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVuLVVTIj48c2Vn\nPlRSQUlMLVJFQURZIEtJVENIRU4gU0VUPC9zZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURF\nIj48c2VnPkbDnFIgREVOIFRSQUlMIEdFRUlHTkVURVMgS8OcQ0hFTlNFVDwvc2VnPjwvdHV2Pgo8\nL3R1Pgo8dHUgY3JlYXRpb25kYXRlPSIyMDI1MDcxN1QxNzE4MTRaIiBjcmVhdGlvbmlkPSJBIEIi\nIGNoYW5nZWRhdGU9IjIwMjUwNzE3VDE3MTgxNFoiIHR1aWQ9IjI1MzcyMTcxOSI+PHByb3AgdHlw\nZT0ieC1Qcm9qZWN0Ij5ERSB1cGRhdGUgMTcgNzwvcHJvcD48cHJvcCB0eXBlPSJ4LXh0bS1zdGF0\ndXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNlZz5FWFBMT1JFIFRI\nRSBTRVQ8L3NlZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+RU5UREVDS0UgREFT\nIFNFVDwvc2VnPjwvdHV2Pgo8L3R1Pgo8dHUgY3JlYXRpb25kYXRlPSIyMDI1MDcxN1QxNzE4MTRa\nIiBjcmVhdGlvbmlkPSJBIEIiIGNoYW5nZWRhdGU9IjIwMjUwNzE3VDE3MTgxNFoiIHR1aWQ9IjI1\nMzcyMTcyMCI+PHByb3AgdHlwZT0ieC1Qcm9qZWN0Ij5ERSB1cGRhdGUgMTcgNzwvcHJvcD48cHJv\ncCB0eXBlPSJ4LXh0bS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1V\nUyI+PHNlZz5XSEFUIE1BS0VTIFRISVMgQ09PSyBTRVQgU08gR1JFQVQ/PC9zZWc+PC90dXY+Cjx0\ndXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPldBUyBNQUNIVCBESUVTRVMgS09DSFNFVCBTTyBCRVNP\nTkRFUlM/PC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwNzE3VDE3MTgx\nNFoiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA3MTdUMTcxODE0WiIgdHVpZD0i\nMjUzNzIxNzIxIj48cHJvcCB0eXBlPSJ4LVByb2plY3QiPkRFIHVwZGF0ZSAxNyA3PC9wcm9wPjxw\ncm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVu\nLVVTIj48c2VnPlBhY2tzIERvd24gU21hbGw8L3NlZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUt\nREUiPjxzZWc+S2xlaW5lcyBQYWNrbWHDnzwvc2VnPjwvdHV2Pgo8L3R1Pgo8dHUgY3JlYXRpb25k\nYXRlPSIyMDI0MDgwN1QwNzQ5MDhaIiBjcmVhdGlvbmlkPSJhIHIiIGNoYW5nZWRhdGU9IjIwMjUw\nNzI0VDEwMjUxNFoiIHR1aWQ9IjIyMTcyNDQ0NCI+PHByb3AgdHlwZT0ieC1Qcm9qZWN0Ij5kZTg3\nPC9wcm9wPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1s\nOmxhbmc9ImVuLVVTIj48c2VnPkpPSU4gT1VSIEFVR1VTVCBHSVZJTkcgQkFDSyBJTklUSUFUSVZF\nPC9zZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPkdJQiBNSVQgVU5TIEVUV0FT\nIFpVUsOcQ0s6IFVOU0VSRSAiR0lWRSBCQUNLIi1BS1RJT04gSU0gQVVHVVNUPC9zZWc+PC90dXY+\nCjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjQwODA3VDA3NDkwOFoiIGNyZWF0aW9uaWQ9ImEg\nciIgY2hhbmdlZGF0ZT0iMjAyNTA3MjRUMTAyNTE0WiIgdHVpZD0iMjIxNzI0NDUyIj48cHJvcCB0\neXBlPSJ4LVByb2plY3QiPmRlODc8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHBy\nb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+U2hvcCBvdXIgYmVzdCBzZWxs\naW5nIGdlYXI8L3NlZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+RW50ZGVja2Ug\ndW5zZXJlIEJlc3RzZWxsZXI8L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAy\nNDAyMjhUMTUyMzEwWiIgY3JlYXRpb25pZD0iTSBCIiBjaGFuZ2VkYXRlPSIyMDI1MDcyNFQxMDI1\nMTRaIiB0dWlkPSIyMTAyOTkxNDMiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+U2VhX3RvX1N1bW1p\ndF9FVV90cmFuc2xhdGlvbnNfRmViLTI2LTIwMjRfMV9UTTwvcHJvcD48cHJvcCB0eXBlPSJ4LXh0\nbS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNlZz5TaG9w\nIE5vdzwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+PHNlZz5KZXR6dCBlbnRkZWNr\nZW48L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA3MjRUMTAyNTE0WiIg\nY3JlYXRpb25pZD0iQSBCIiBjaGFuZ2VkYXRlPSIyMDI1MDcyNFQxMDI1MTRaIiB0dWlkPSIyNTQx\nMzgyMzgiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+ZGUgdXBkYXRlIDI8L3Byb3A+PHByb3AgdHlw\nZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxz\nZWc+NSUgRE9OQVRJT048L3NlZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+NSUg\nU1BFTkRFPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwNzI0VDEwMjUx\nNFoiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA3MjRUMTAyNTE0WiIgdHVpZD0i\nMjU0MTM4MjM5Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPmRlIHVwZGF0ZSAyPC9wcm9wPjxwcm9w\nIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVuLVVT\nIj48c2VnPkpvaW50bHkgUHJvdGVjdGluZyBFY29zeXN0ZW1zPC9zZWc+PC90dXY+Cjx0dXYgeG1s\nOmxhbmc9ImRlLURFIj48c2VnPkdlbWVpbnNhbSDDlmtvc3lzdGVtZSBzY2jDvHR6ZW48L3NlZz48\nL3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA3MjRUMTAyNTE0WiIgY3JlYXRpb25p\nZD0iQSBCIiBjaGFuZ2VkYXRlPSIyMDI1MDcyNFQxMDI1MTRaIiB0dWlkPSIyNTQxMzgyNDAiPjxw\ncm9wIHR5cGU9IngtUHJvamVjdCI+ZGUgdXBkYXRlIDI8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0t\nc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+NSUgb2Yg\nYWxsIFNhbGVzIG9uIHNlYXRvc3VtbWl0LmV1IHRoaXMgbW9udGggd2lsbCBzdXBwb3J0IGFuIE5H\nTzwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+PHNlZz41ICUgQUxMRVIgVkVSS8OE\nVUZFIEFVRiBTRUFUT1NVTU1JVC5FVSBESUVTRU4gTU9OQVQgV0VSREVOIEVJTkUgTkdPIFVOVEVS\nU1TDnFRaRU48L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA4MjFUMTQx\nODQyWiIgY3JlYXRpb25pZD0iQyBTIiBjaGFuZ2VkYXRlPSIyMDI1MDgyMVQxNDE4NDJaIiB0dWlk\nPSIyNTYwOTc1MDQiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+ZGUgdXBkYXRlIDIxIDg8L3Byb3A+\nPHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0i\nZW4tVVMiPjxzZWc+VUxUUkFMSUdIVCwgQ09NRk9SVCwgVkVSU0FUSUxJVFk8L3NlZz48L3R1dj4K\nPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+VUxUUkFMRUlDSFQsIEtPTUZPUlQsIFZJRUxTRUlU\nSUdLRUlUPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwODIxVDE0MTg0\nMloiIGNyZWF0aW9uaWQ9IkMgUyIgY2hhbmdlZGF0ZT0iMjAyNTA4MjFUMTQxODQyWiIgdHVpZD0i\nMjU2MDk3NTA1Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPmRlIHVwZGF0ZSAyMSA4PC9wcm9wPjxw\ncm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVu\nLVVTIj48c2VnPkVYUEVSSUVOQ0UgRlJFRURPTSBJTiBUSEUgT1VURE9PUlM8L3NlZz48L3R1dj4K\nPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+RVJMRUJFIEZSRUlIRUlUIElOIERFUiBOQVRVUjwv\nc2VnPjwvdHV2Pgo8L3R1Pgo8dHUgY3JlYXRpb25kYXRlPSIyMDI1MDgyMVQxNDE4NDJaIiBjcmVh\ndGlvbmlkPSJDIFMiIGNoYW5nZWRhdGU9IjIwMjUwODIxVDE0MTg0MloiIHR1aWQ9IjI1NjA5NzUw\nNiI+PHByb3AgdHlwZT0ieC1Qcm9qZWN0Ij5kZSB1cGRhdGUgMjEgODwvcHJvcD48cHJvcCB0eXBl\nPSJ4LXh0bS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNl\nZz5TSE9QIE9VUiBTTEVFUCBSQU5HRTwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+\nPHNlZz5FTlRERUNLRSBVTlNFUiBTQ0hMQUYtU09SVElNRU5UPC9zZWc+PC90dXY+CjwvdHU+Cjx0\ndSBjcmVhdGlvbmRhdGU9IjIwMjUwNzI0VDEwMjUxNFoiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdl\nZGF0ZT0iMjAyNTA5MTJUMTU1MzM3WiIgdHVpZD0iMjU0MTM4MjQ2Ij48cHJvcCB0eXBlPSJ4LVBy\nb2plY3QiPmRlIHVwZGF0ZSAyPC9wcm9wPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92\nZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVuLVVTIj48c2VnPnByb3RlY3Rpb24sIGNvbnNlcnZh\ndGlvbiAmYW1wOyByZXN0b3JhdGlvbiBvZiBlY29zeXN0ZW1zPC9zZWc+PC90dXY+Cjx0dXYgeG1s\nOmxhbmc9ImRlLURFIj48c2VnPlNjaHV0eiwgRXJoYWx0dW5nIHVuZCBXaWVkZXJoZXJzdGVsbHVu\nZyB2b24gw5Zrb3N5c3RlbWVuPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIw\nMjUwOTEyVDE1NTMzN1oiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA5MTJUMTU1\nMzM3WiIgdHVpZD0iMjU3MjUyODc1Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPnVwZGF0ZSBERSA5\nIDEyPC9wcm9wPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYg\neG1sOmxhbmc9ImVuLVVTIj48c2VnPkEgbW9udGggb2YgZ2l2aW5nPC9zZWc+PC90dXY+Cjx0dXYg\neG1sOmxhbmc9ImRlLURFIj48c2VnPkVJTiBNT05BVCBERVMgWlVSw5xDS0dFQkVOUzwvc2VnPjwv\ndHV2Pgo8L3R1Pgo8dHUgY3JlYXRpb25kYXRlPSIyMDI1MDkxMlQxNTUzMzdaIiBjcmVhdGlvbmlk\nPSJBIEIiIGNoYW5nZWRhdGU9IjIwMjUwOTEyVDE1NTMzN1oiIHR1aWQ9IjI1NzI1Mjg3NiI+PHBy\nb3AgdHlwZT0ieC1Qcm9qZWN0Ij51cGRhdGUgREUgOSAxMjwvcHJvcD48cHJvcCB0eXBlPSJ4LXh0\nbS1zdGF0dXMiPmFwcHJvdmVkPC9wcm9wPgo8dHV2IHhtbDpsYW5nPSJlbi1VUyI+PHNlZz5Zb3Ug\ncHVyY2hhc2VkLiBXZSBkb25hdGVkLjwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJkZS1ERSI+\nPHNlZz5EdSBoYXN0IGdla2F1ZnQuIFdpciBoYWJlbiBnZXNwZW5kZXQuPC9zZWc+PC90dXY+Cjwv\ndHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwOTEyVDE1NTMzN1oiIGNyZWF0aW9uaWQ9IkEgQiIg\nY2hhbmdlZGF0ZT0iMjAyNTA5MTJUMTU1MzM3WiIgdHVpZD0iMjU3MjUyODc3Ij48cHJvcCB0eXBl\nPSJ4LVByb2plY3QiPnVwZGF0ZSBERSA5IDEyPC9wcm9wPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1\ncyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVuLVVTIj48c2VnPjUlIE9GIEFMTCBT\nQUxFUyBPTiBTRUFUT1NVTU1JVC5FVSBJTiBBVUdVU1Q8L3NlZz48L3R1dj4KPHR1diB4bWw6bGFu\nZz0iZGUtREUiPjxzZWc+NSAlIEFMTEVSIFZFUkvDhFVGRSBBVUYgU0VBVE9TVU1NSVQuRVUgSU0g\nQVVHVVNUPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwOTEyVDE1NTMz\nN1oiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA5MTJUMTU1MzM3WiIgdHVpZD0i\nMjU3MjUyODc4Ij48cHJvcCB0eXBlPSJ4LVByb2plY3QiPnVwZGF0ZSBERSA5IDEyPC9wcm9wPjxw\ncm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVu\nLVVTIj48c2VnPlNVUFBPUlRFRCBBTiBOR088L3NlZz48L3R1dj4KPHR1diB4bWw6bGFuZz0iZGUt\nREUiPjxzZWc+SEFCRU4gRUlORSBOR08gVU5URVJTVMOcVFpUPC9zZWc+PC90dXY+CjwvdHU+Cjx0\ndSBjcmVhdGlvbmRhdGU9IjIwMjUwOTEyVDE1NTMzN1oiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdl\nZGF0ZT0iMjAyNTA5MTJUMTU1MzM3WiIgdHVpZD0iMjU3MjUyODc5Ij48cHJvcCB0eXBlPSJ4LVBy\nb2plY3QiPnVwZGF0ZSBERSA5IDEyPC9wcm9wPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBw\ncm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9ImVuLVVTIj48c2VnPltYWF0gcGxhbnRlZCB5ZXdz\nPC9zZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPltYWF0gIGdlcGZsYW56dGUg\nRWliZW48L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA5MTJUMTU1MzM3\nWiIgY3JlYXRpb25pZD0iQSBCIiBjaGFuZ2VkYXRlPSIyMDI1MDkxMlQxNTUzMzdaIiB0dWlkPSIy\nNTcyNTI4ODAiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+dXBkYXRlIERFIDkgMTI8L3Byb3A+PHBy\nb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4t\nVVMiPjxzZWc+W1hYXSBoZWN0YXJlcyBvZiBwcm90ZWN0ZWQgc2lsdmVyIGZpcnM8L3NlZz48L3R1\ndj4KPHR1diB4bWw6bGFuZz0iZGUtREUiPjxzZWc+W1hYXSBIZWt0YXIgZ2VzY2jDvHR6dGUgV2Vp\nw590YW5uZW48L3NlZz48L3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNTA5MTJUMTU1\nMzM3WiIgY3JlYXRpb25pZD0iQSBCIiBjaGFuZ2VkYXRlPSIyMDI1MDkxMlQxNTUzMzdaIiB0dWlk\nPSIyNTcyNTI4ODEiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+dXBkYXRlIERFIDkgMTI8L3Byb3A+\nPHByb3AgdHlwZT0ieC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0i\nZW4tVVMiPjxzZWc+W1hYXSBoZWN0YXJlcyBvZiBtb3VudGFpbiBmb3Jlc3QgbWFpbnRhaW5tZW50\nPC9zZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPltYWF0gSGVrdGFyIEJlcmd3\nYWxkcGZsZWdlPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlvbmRhdGU9IjIwMjUwOTEyVDE1\nNTMzN1oiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAyNTA5MTJUMTU1MzM3WiIgdHVp\nZD0iMjU3MjUyODgyIj48cHJvcCB0eXBlPSJ4LVByb2plY3QiPnVwZGF0ZSBERSA5IDEyPC9wcm9w\nPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3Byb3A+Cjx0dXYgeG1sOmxhbmc9\nImVuLVVTIj48c2VnPltYWF0gdm9sdW50ZWVyczwvc2VnPjwvdHV2Pgo8dHV2IHhtbDpsYW5nPSJk\nZS1ERSI+PHNlZz5bWFhdIEZyZWl3aWxsaWdlPC9zZWc+PC90dXY+CjwvdHU+Cjx0dSBjcmVhdGlv\nbmRhdGU9IjIwMjUwOTEyVDE1NTMzN1oiIGNyZWF0aW9uaWQ9IkEgQiIgY2hhbmdlZGF0ZT0iMjAy\nNTA5MTJUMTU1MzM3WiIgdHVpZD0iMjU3MjUyODgzIj48cHJvcCB0eXBlPSJ4LVByb2plY3QiPnVw\nZGF0ZSBERSA5IDEyPC9wcm9wPjxwcm9wIHR5cGU9IngteHRtLXN0YXR1cyI+YXBwcm92ZWQ8L3By\nb3A+Cjx0dXYgeG1sOmxhbmc9ImVuLVVTIj48c2VnPltYWF0gdG90YWwgcGVyc29uLWhvdXJzPC9z\nZWc+PC90dXY+Cjx0dXYgeG1sOmxhbmc9ImRlLURFIj48c2VnPltYWF0gUGVyc29uZW5zdHVuZGVu\nIGluc2dlc2FtdDwvc2VnPjwvdHV2Pgo8L3R1Pgo8dHUgY3JlYXRpb25kYXRlPSIyMDI2MDEyOFQw\nNzQ5MjBaIiBjcmVhdGlvbmlkPSJsIGEiIGNoYW5nZWRhdGU9IjIwMjYwMTI4VDA3NDkyMFoiIGNo\nYW5nZWlkPSJsIGEiIHR1aWQ9IjI2NjYxMjkxNyI+PHByb3AgdHlwZT0ieC1Qcm9qZWN0Ij5Qcm9q\nZWN0ICgjMTAxMTk1NzIpPC9wcm9wPjxwcm9wIHR5cGU9IngtcHJldmlvdXMtY3JjIj4xNDc1NTEz\nMTcyPC9wcm9wPjxwcm9wIHR5cGU9IngtbmV4dC1jcmMiPjkzODAzMDk2MDwvcHJvcD48cHJvcCB0\neXBlPSJ4LXByZXZpb3VzLXNvdXJjZS10ZXh0Ij5TaXplPC9wcm9wPjxwcm9wIHR5cGU9IngtbmV4\ndC1zb3VyY2UtdGV4dCI+VG9wICZhbXA7IFNpZGUgZmFicmljIDogMTAwJSBSZWN5Y2xlZCBQb2x5\nZXN0ZXI7IEJhc2UgZmFicmljIDogMTAwJSBSZWN5Y2xlZCBOeWxvbjsgRm9hbTogMTAwJSBQb2x5\ndXJldGhhbmU8L3Byb3A+PHByb3AgdHlwZT0iU3RhdHVzIj5uZXc8L3Byb3A+PHByb3AgdHlwZT0i\neC14dG0tc3RhdHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+\nT3ZlcmxhbmRpbmcsIFZhbiBMaWZlLCBDYXIgQ2FtcGluZzwvc2VnPjwvdHV2Pgo8dHV2IHhtbDps\nYW5nPSJkZS1ERSI+PHNlZz5PdmVybGFuZGluZywgVmFubGlmZSwgQXV0b2NhbXBpbmc8L3NlZz48\nL3R1dj4KPC90dT4KPHR1IGNyZWF0aW9uZGF0ZT0iMjAyNjAxMjhUMDc0OTI0WiIgY3JlYXRpb25p\nZD0ibCBhIiBjaGFuZ2VkYXRlPSIyMDI2MDEyOFQwNzQ5MjRaIiBjaGFuZ2VpZD0ibCBhIiB0dWlk\nPSIyNjY2MTI5MTkiPjxwcm9wIHR5cGU9IngtUHJvamVjdCI+UHJvamVjdCAoIzEwMTE5NTcyKTwv\ncHJvcD48cHJvcCB0eXBlPSJ4LXByZXZpb3VzLWNyYyI+MTgzMjc4NDUyODwvcHJvcD48cHJvcCB0\neXBlPSJ4LW5leHQtY3JjIj4yMDc4ODE3OTUzPC9wcm9wPjxwcm9wIHR5cGU9IngtcHJldmlvdXMt\nc291cmNlLXRleHQiPk92ZXJsYW5kaW5nLCBWYW4gTGlmZSwgQ2FyIENhbXBpbmc8L3Byb3A+PHBy\nb3AgdHlwZT0ieC1uZXh0LXNvdXJjZS10ZXh0Ij5Db21mb3J0IHdpdGhvdXQgQ29tcHJvbWlzZS48\nL3Byb3A+PHByb3AgdHlwZT0iU3RhdHVzIj5uZXc8L3Byb3A+PHByb3AgdHlwZT0ieC14dG0tc3Rh\ndHVzIj5hcHByb3ZlZDwvcHJvcD4KPHR1diB4bWw6bGFuZz0iZW4tVVMiPjxzZWc+VG9wICZhbXA7\nIFNpZGUgZmFicmljIDogMTAwJSBSZWN5Y2xlZCBQb2x5ZXN0ZXI7IEJhc2UgZmFicmljIDogMTAw\nJSBSZWN5Y2xlZCBOeWxvbjsgRm9hbTogMTAwJSBQb2x5dXJldGhhbmU8L3NlZz48L3R1dj4KPHR1\ndiB4bWw6bGFuZz0iZGUtREUiPjxzZWc+T2Jlci0gdW5kIFNlaXRlbnN0b2ZmOiAxMDAgJSByZWN5\nY2VsdGVzIFBvbHllc3RlcjsgR3J1bmRzdG9mZjogMTAwICUgcmVjeWNlbHRlcyBOeWxvbjsgU2No\nYXVtOiAxMDAgJSBQb2x5dXJldGhhbjwvc2VnPjwvdHV2Pgo8L3R1PjwvYm9keT48L3RteD4=","description":"<p>Optional. base64 value of the content</p>\n","type":"text","uuid":"f6c02740-3bc5-4a19-ac93-dfc9141abe6f"},{"key":"data[attributes][file_name][1]","value":"file-tmx-sample.tmx","description":"<p>Optional. The name of the file</p>\n","type":"text","uuid":"b6bd879f-a600-4846-a5f5-96547d083ad6"}]},"url":"{{HOST_EASYCAT_API}}/teams/:team-name/translation-memories/import-from-file","urlObject":{"path":["teams",":team-name","translation-memories","import-from-file"],"host":["{{HOST_EASYCAT_API}}"],"query":[],"variable":[{"type":"any","value":"deadpool","key":"team-name"}]}},"response":[],"_postman_id":"a14a9d08-bf85-4604-a11d-5c04d515cd75"}],"id":"80dd2ccf-902c-44db-9b68-02bc9ca5b0ef","_postman_id":"80dd2ccf-902c-44db-9b68-02bc9ca5b0ef","description":""},{"name":"Term Bank","item":[{"name":"Import Term Bank from FILE","id":"420d4bc9-e39c-4d01-bb7d-860c4d9deb9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[type]","type":"text","value":"term_banks","description":"<p>Required.</p>\n"},{"key":"data[attributes][name]","value":"Ivan Test TB TBX import","description":"<p>Required. The name of the TB that should be created</p>\n","type":"text"},{"key":"data[attributes][file_name][0]","value":"some_what.tbx","description":"<p>Required. Name of the file with extension (CSV or TBX).</p>\n","type":"text","uuid":"0322d909-7138-4d10-a478-624322cae99d"},{"key":"data[attributes][content][0]","type":"text","value":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIG1hcnRpZgog\nIFNZU1RFTSAnVEJYQ29yZVN0cnVjdFYwMi5kdGQnPgo8bWFydGlmIHR5cGU9IlRCWC1CYXNpYyIg\neG1sOmxhbmc9ImVuIj4KCTxtYXJ0aWZIZWFkZXI+CgkJPGZpbGVEZXNjPgoJCQk8c291cmNlRGVz\nYz4KCQkJCTxwPlRlcm1zIGV4cG9ydGVkIGZyb20gWFRNIFRlcm0gTWFuYWdlci48L3A+CgkJCTwv\nc291cmNlRGVzYz4KCQk8L2ZpbGVEZXNjPgoJPC9tYXJ0aWZIZWFkZXI+Cgk8dGV4dD4KCQk8Ym9k\neT4KCQkJPHRlcm1FbnRyeT4KCQkJCTxkZXNjcmlwIHR5cGU9InNvdXJjZUxhbmciPmVuX1VTPC9k\nZXNjcmlwPgoJCQkJPGxhbmdTZXQgeG1sOmxhbmc9ImVuX1VTIj4KCQkJCQk8bnRpZz4KCQkJCQkJ\nPHRlcm1HcnA+CgkJCQkJCQk8dGVybT5EZXRvdXIgU3RhaW5sZXNzIFN0ZWVsIENvbGxhcHNpYmxl\nIE11ZzwvdGVybT4KCQkJCQkJCTx0ZXJtTm90ZSB0eXBlPSJzdGF0dXMiPlZBTElEPC90ZXJtTm90\nZT4KCQkJCQkJCTx0ZXJtQ29tcExpc3QgdHlwZT0ibGVtbWEiPgoJCQkJCQkJCTx0ZXJtQ29tcD5j\nb2xsYXBzaWJsZTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmRldG91cjwvdGVybUNvbXA+\nCgkJCQkJCQkJPHRlcm1Db21wPm11ZzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnN0YWlu\nbGVzczwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnN0ZWVsPC90ZXJtQ29tcD4KCQkJCQkJ\nCTwvdGVybUNvbXBMaXN0PgoJCQkJCQk8L3Rlcm1HcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJ\nCQkJPHRyYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25UeXBlIj5tb2RpZmljYXRpb248L3RyYW5zYWM+\nCgkJCQkJCQk8dHJhbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPmFsZXhhbmRydV9iPC90\ncmFuc2FjTm90ZT4KCQkJCQkJCTxkYXRlPjIwMjQtMTAtMTE8L2RhdGU+CgkJCQkJCTwvdHJhbnNh\nY0dycD4KCQkJCQkJPHRyYW5zYWNHcnA+CgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0cmFuc2FjdGlv\nblR5cGUiPmNyZWF0aW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJlc3Bv\nbnNpYmlsaXR5Ij5hbGV4YW5kcnVfYjwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTEw\nLTExPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJPC9udGlnPgoJCQkJPC9sYW5nU2V0\nPgoJCQkJPGxhbmdTZXQgeG1sOmxhbmc9Im5iX05PIj4KCQkJCQk8bnRpZz4KCQkJCQkJPHRlcm1H\ncnA+CgkJCQkJCQk8dGVybT5EZXRvdXIgU3RhaW5sZXNzIFN0ZWVsIHNhbW1lbmxlZ2diYXIga29w\ncDwvdGVybT4KCQkJCQkJCTx0ZXJtTm90ZSB0eXBlPSJzdGF0dXMiPlZBTElEPC90ZXJtTm90ZT4K\nCQkJCQkJCTx0ZXJtQ29tcExpc3QgdHlwZT0ibGVtbWEiPgoJCQkJCQkJCTx0ZXJtQ29tcD5kZXRv\ndXI8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5rb3BwPC90ZXJtQ29tcD4KCQkJCQkJCQk8\ndGVybUNvbXA+c2FtbWVubGVnZ2JhcjwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnN0YWlu\nbGVzPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+c3RhaW5sZXNzPC90ZXJtQ29tcD4KCQkJ\nCQkJCQk8dGVybUNvbXA+c3RlZWw8L3Rlcm1Db21wPgoJCQkJCQkJPC90ZXJtQ29tcExpc3Q+CgkJ\nCQkJCTwvdGVybUdycD4KCQkJCQkJPHRyYW5zYWNHcnA+CgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0\ncmFuc2FjdGlvblR5cGUiPm1vZGlmaWNhdGlvbjwvdHJhbnNhYz4KCQkJCQkJCTx0cmFuc2FjTm90\nZSB0eXBlPSJyZXNwb25zaWJpbGl0eSI+YWxleGFuZHJ1X2I8L3RyYW5zYWNOb3RlPgoJCQkJCQkJ\nPGRhdGU+MjAyNC0xMC0xMTwvZGF0ZT4KCQkJCQkJPC90cmFuc2FjR3JwPgoJCQkJCQk8dHJhbnNh\nY0dycD4KCQkJCQkJCTx0cmFuc2FjIHR5cGU9InRyYW5zYWN0aW9uVHlwZSI+Y3JlYXRpb248L3Ry\nYW5zYWM+CgkJCQkJCQk8dHJhbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPmFsZXhhbmRy\ndV9iPC90cmFuc2FjTm90ZT4KCQkJCQkJCTxkYXRlPjIwMjQtMTAtMTE8L2RhdGU+CgkJCQkJCTwv\ndHJhbnNhY0dycD4KCQkJCQk8L250aWc+CgkJCQk8L2xhbmdTZXQ+CgkJCTwvdGVybUVudHJ5PgoJ\nCQk8dGVybUVudHJ5PgoJCQkJPGRlc2NyaXAgdHlwZT0ic291cmNlTGFuZyI+ZW5fVVM8L2Rlc2Ny\naXA+CgkJCQk8bGFuZ1NldCB4bWw6bGFuZz0iZW5fVVMiPgoJCQkJCTxudGlnPgoJCQkJCQk8dGVy\nbUdycD4KCQkJCQkJCTx0ZXJtPkZyb250aWVyIFVsdHJhbGlnaHQgVHdvIFBvdCBDb29rIFNldCAt\nIFsxNCBQaWVjZV08L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUgdHlwZT0ic3RhdHVzIj5WQUxJRDwv\ndGVybU5vdGU+CgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9ImxlbW1hIj4KCQkJCQkJCQk8dGVy\nbUNvbXA+LTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPjE0PC90ZXJtQ29tcD4KCQkJCQkJ\nCQk8dGVybUNvbXA+WzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPl08L3Rlcm1Db21wPgoJ\nCQkJCQkJCTx0ZXJtQ29tcD5jb29rPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+ZnJvbnRp\nZXI8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5waWVjZTwvdGVybUNvbXA+CgkJCQkJCQkJ\nPHRlcm1Db21wPnBvdDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnNldDwvdGVybUNvbXA+\nCgkJCQkJCQkJPHRlcm1Db21wPnR3bzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnVsdHJh\nbGlnaHQ8L3Rlcm1Db21wPgoJCQkJCQkJPC90ZXJtQ29tcExpc3Q+CgkJCQkJCTwvdGVybUdycD4K\nCQkJCQkJPHRyYW5zYWNHcnA+CgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0cmFuc2FjdGlvblR5cGUi\nPm1vZGlmaWNhdGlvbjwvdHJhbnNhYz4KCQkJCQkJCTx0cmFuc2FjTm90ZSB0eXBlPSJyZXNwb25z\naWJpbGl0eSI+bWlyY2VhPC90cmFuc2FjTm90ZT4KCQkJCQkJCTxkYXRlPjIwMjQtMDMtMTM8L2Rh\ndGU+CgkJCQkJCTwvdHJhbnNhY0dycD4KCQkJCQkJPHRyYW5zYWNHcnA+CgkJCQkJCQk8dHJhbnNh\nYyB0eXBlPSJ0cmFuc2FjdGlvblR5cGUiPmNyZWF0aW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5z\nYWNOb3RlIHR5cGU9InJlc3BvbnNpYmlsaXR5Ij5taXJjZWE8L3RyYW5zYWNOb3RlPgoJCQkJCQkJ\nPGRhdGU+MjAyNC0wMy0xMzwvZGF0ZT4KCQkJCQkJPC90cmFuc2FjR3JwPgoJCQkJCTwvbnRpZz4K\nCQkJCTwvbGFuZ1NldD4KCQkJCTxsYW5nU2V0IHhtbDpsYW5nPSJkZSI+CgkJCQkJPG50aWc+CgkJ\nCQkJCTx0ZXJtR3JwPgoJCQkJCQkJPHRlcm0+RnJvbnRpZXIgVHdvIFBvdCBDb29rIFNldCDigJMg\nVWx0cmFsZWljaHRlcyBLb2Noc2V0IGlua2wuIHp3ZWkgQ2FtcGluZ3TDtnBmZSAoMTQtdGVpbGln\nKTwvdGVybT4KCQkJCQkJCTx0ZXJtTm90ZSB0eXBlPSJzdGF0dXMiPlZBTElEPC90ZXJtTm90ZT4K\nCQkJCQkJCTx0ZXJtQ29tcExpc3QgdHlwZT0ibGVtbWEiPgoJCQkJCQkJCTx0ZXJtQ29tcD4oPC90\nZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+KTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21w\nPi08L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD4uPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVy\nbUNvbXA+MTQ8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5jYW1waW5ndG9wZjwvdGVybUNv\nbXA+CgkJCQkJCQkJPHRlcm1Db21wPmNhbXBpbmd0w7ZwZmU8L3Rlcm1Db21wPgoJCQkJCQkJCTx0\nZXJtQ29tcD5jb29rPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+ZnJvbnRpZXI8L3Rlcm1D\nb21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5pbmtsPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+\na29jaHNldDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnBvdDwvdGVybUNvbXA+CgkJCQkJ\nCQkJPHRlcm1Db21wPnNldDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnRlaWxpZzwvdGVy\nbUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnR3bzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21w\nPnVsdHJhbGVpY2h0ZTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnVsdHJhbGVpY2h0ZXM8\nL3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD56d2VpPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVy\nbUNvbXA+4oCTPC90ZXJtQ29tcD4KCQkJCQkJCTwvdGVybUNvbXBMaXN0PgoJCQkJCQk8L3Rlcm1H\ncnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25U\neXBlIj5tb2RpZmljYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJhbnNhY05vdGUgdHlwZT0icmVz\ncG9uc2liaWxpdHkiPm1pcmNlYTwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTAzLTEz\nPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRy\nYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25UeXBlIj5jcmVhdGlvbjwvdHJhbnNhYz4KCQkJCQkJCTx0\ncmFuc2FjTm90ZSB0eXBlPSJyZXNwb25zaWJpbGl0eSI+bWlyY2VhPC90cmFuc2FjTm90ZT4KCQkJ\nCQkJCTxkYXRlPjIwMjQtMDMtMTM8L2RhdGU+CgkJCQkJCTwvdHJhbnNhY0dycD4KCQkJCQk8L250\naWc+CgkJCQk8L2xhbmdTZXQ+CgkJCTwvdGVybUVudHJ5PgoJCQk8dGVybUVudHJ5PgoJCQkJPGRl\nc2NyaXAgdHlwZT0ic291cmNlTGFuZyI+ZW5fVVM8L2Rlc2NyaXA+CgkJCQk8bGFuZ1NldCB4bWw6\nbGFuZz0iZW5fVVMiPgoJCQkJCTxudGlnPgoJCQkJCQk8dGVybUdycD4KCQkJCQkJCTx0ZXJtPkZy\nb250aWVyIFVsdHJhbGlnaHQgQ3V0bGVyeSBTZXQgLSBGb3JrLCBTcG9vbiAmYW1wOyBLbmlmZTwv\ndGVybT4KCQkJCQkJCTx0ZXJtTm90ZSB0eXBlPSJzdGF0dXMiPlZBTElEPC90ZXJtTm90ZT4KCQkJ\nCQkJCTx0ZXJtQ29tcExpc3QgdHlwZT0ibGVtbWEiPgoJCQkJCQkJCTx0ZXJtQ29tcD4mYW1wOzwv\ndGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPiw8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29t\ncD4tPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+Y3V0bGVyeTwvdGVybUNvbXA+CgkJCQkJ\nCQkJPHRlcm1Db21wPmZvcms8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5mcm9udGllcjwv\ndGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmtuaWZlPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVy\nbUNvbXA+c2V0PC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+c3Bvb248L3Rlcm1Db21wPgoJ\nCQkJCQkJCTx0ZXJtQ29tcD51bHRyYWxpZ2h0PC90ZXJtQ29tcD4KCQkJCQkJCTwvdGVybUNvbXBM\naXN0PgoJCQkJCQk8L3Rlcm1HcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMg\ndHlwZT0idHJhbnNhY3Rpb25UeXBlIj5tb2RpZmljYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJh\nbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPmFsZXhhbmRydV9iPC90cmFuc2FjTm90ZT4K\nCQkJCQkJCTxkYXRlPjIwMjQtMTAtMTE8L2RhdGU+CgkJCQkJCTwvdHJhbnNhY0dycD4KCQkJCQkJ\nPHRyYW5zYWNHcnA+CgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0cmFuc2FjdGlvblR5cGUiPmNyZWF0\naW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJlc3BvbnNpYmlsaXR5Ij5h\nbGV4YW5kcnVfYjwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTEwLTExPC9kYXRlPgoJ\nCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJPC9udGlnPgoJCQkJPC9sYW5nU2V0PgoJCQkJPGxhbmdT\nZXQgeG1sOmxhbmc9Im5iX05PIj4KCQkJCQk8bnRpZz4KCQkJCQkJPHRlcm1HcnA+CgkJCQkJCQk8\ndGVybT5Gcm9udGllciBVbHRyYWxpZ2h0IGJlc3Rpa2tzZXR0IC0gZ2FmZmVsLCBza2plIG9nIGtu\naXY8L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUgdHlwZT0ic3RhdHVzIj5WQUxJRDwvdGVybU5vdGU+\nCgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9ImxlbW1hIj4KCQkJCQkJCQk8dGVybUNvbXA+LDwv\ndGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPi08L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29t\ncD5iZXN0aWtrc2V0dDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmZyb250aTwvdGVybUNv\nbXA+CgkJCQkJCQkJPHRlcm1Db21wPmZyb250aWVyPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNv\nbXA+Z2FmZmVsPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+a25pdjwvdGVybUNvbXA+CgkJ\nCQkJCQkJPHRlcm1Db21wPmtuaXZlPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+b2c8L3Rl\ncm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5za2o8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29t\ncD5za2plPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+dWx0cmFsaWdodDwvdGVybUNvbXA+\nCgkJCQkJCQk8L3Rlcm1Db21wTGlzdD4KCQkJCQkJPC90ZXJtR3JwPgoJCQkJCQk8dHJhbnNhY0dy\ncD4KCQkJCQkJCTx0cmFuc2FjIHR5cGU9InRyYW5zYWN0aW9uVHlwZSI+bW9kaWZpY2F0aW9uPC90\ncmFuc2FjPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJlc3BvbnNpYmlsaXR5Ij5hbGV4YW5k\ncnVfYjwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTEwLTExPC9kYXRlPgoJCQkJCQk8\nL3RyYW5zYWNHcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMgdHlwZT0idHJh\nbnNhY3Rpb25UeXBlIj5jcmVhdGlvbjwvdHJhbnNhYz4KCQkJCQkJCTx0cmFuc2FjTm90ZSB0eXBl\nPSJyZXNwb25zaWJpbGl0eSI+YWxleGFuZHJ1X2I8L3RyYW5zYWNOb3RlPgoJCQkJCQkJPGRhdGU+\nMjAyNC0xMC0xMTwvZGF0ZT4KCQkJCQkJPC90cmFuc2FjR3JwPgoJCQkJCTwvbnRpZz4KCQkJCTwv\nbGFuZ1NldD4KCQkJPC90ZXJtRW50cnk+CgkJCTx0ZXJtRW50cnk+CgkJCQk8ZGVzY3JpcCB0eXBl\nPSJzb3VyY2VMYW5nIj5lbl9VUzwvZGVzY3JpcD4KCQkJCTxsYW5nU2V0IHhtbDpsYW5nPSJlbl9V\nUyI+CgkJCQkJPG50aWc+CgkJCQkJCTx0ZXJtR3JwPgoJCQkJCQkJPHRlcm0+RGV0b3VyIFN0YWlu\nbGVzcyBTdGVlbCBDb2xsYXBzaWJsZSBNdWc8L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUgdHlwZT0i\nc3RhdHVzIj5WQUxJRDwvdGVybU5vdGU+CgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9ImxlbW1h\nIj4KCQkJCQkJCQk8dGVybUNvbXA+Y29sbGFwc2libGU8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJt\nQ29tcD5kZXRvdXI8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5tdWc8L3Rlcm1Db21wPgoJ\nCQkJCQkJCTx0ZXJtQ29tcD5zdGFpbmxlc3M8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5z\ndGVlbDwvdGVybUNvbXA+CgkJCQkJCQk8L3Rlcm1Db21wTGlzdD4KCQkJCQkJPC90ZXJtR3JwPgoJ\nCQkJCQk8dHJhbnNhY0dycD4KCQkJCQkJCTx0cmFuc2FjIHR5cGU9InRyYW5zYWN0aW9uVHlwZSI+\nbW9kaWZpY2F0aW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJlc3BvbnNp\nYmlsaXR5Ij5hbGV4YW5kcnVfYjwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTEwLTEx\nPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRy\nYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25UeXBlIj5jcmVhdGlvbjwvdHJhbnNhYz4KCQkJCQkJCTx0\ncmFuc2FjTm90ZSB0eXBlPSJyZXNwb25zaWJpbGl0eSI+YWxleGFuZHJ1X2I8L3RyYW5zYWNOb3Rl\nPgoJCQkJCQkJPGRhdGU+MjAyNC0xMC0xMTwvZGF0ZT4KCQkJCQkJPC90cmFuc2FjR3JwPgoJCQkJ\nCTwvbnRpZz4KCQkJCTwvbGFuZ1NldD4KCQkJCTxsYW5nU2V0IHhtbDpsYW5nPSJuYl9OTyI+CgkJ\nCQkJPG50aWc+CgkJCQkJCTx0ZXJtR3JwPgoJCQkJCQkJPHRlcm0+RGV0b3VyIFN0YWlubGVzcyBT\ndGVlbCBzYW1tZW5sZWdnYmFyIGtvcHA8L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUgdHlwZT0ic3Rh\ndHVzIj5WQUxJRDwvdGVybU5vdGU+CgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9ImxlbW1hIj4K\nCQkJCQkJCQk8dGVybUNvbXA+ZGV0b3VyPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+a29w\ncDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnNhbW1lbmxlZ2diYXI8L3Rlcm1Db21wPgoJ\nCQkJCQkJCTx0ZXJtQ29tcD5zdGFpbmxlczwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnN0\nYWlubGVzczwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnN0ZWVsPC90ZXJtQ29tcD4KCQkJ\nCQkJCTwvdGVybUNvbXBMaXN0PgoJCQkJCQk8L3Rlcm1HcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJ\nCQkJCQkJPHRyYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25UeXBlIj5tb2RpZmljYXRpb248L3RyYW5z\nYWM+CgkJCQkJCQk8dHJhbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPmFsZXhhbmRydV9i\nPC90cmFuc2FjTm90ZT4KCQkJCQkJCTxkYXRlPjIwMjQtMTAtMTE8L2RhdGU+CgkJCQkJCTwvdHJh\nbnNhY0dycD4KCQkJCQkJPHRyYW5zYWNHcnA+CgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0cmFuc2Fj\ndGlvblR5cGUiPmNyZWF0aW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJl\nc3BvbnNpYmlsaXR5Ij5hbGV4YW5kcnVfYjwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0\nLTEwLTExPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJPC9udGlnPgoJCQkJPC9sYW5n\nU2V0PgoJCQk8L3Rlcm1FbnRyeT4KCQkJPHRlcm1FbnRyeT4KCQkJCTxkZXNjcmlwIHR5cGU9InNv\ndXJjZUxhbmciPmVuX1VTPC9kZXNjcmlwPgoJCQkJPGxhbmdTZXQgeG1sOmxhbmc9ImVuX1VTIj4K\nCQkJCQk8bnRpZz4KCQkJCQkJPHRlcm1HcnA+CgkJCQkJCQk8dGVybT5Gcm9udGllciBVbHRyYWxp\nZ2h0IFR3byBQb3QgQ29vayBTZXQgLSBbNiBQaWVjZV08L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUg\ndHlwZT0ic3RhdHVzIj5WQUxJRDwvdGVybU5vdGU+CgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9\nImxlbW1hIj4KCQkJCQkJCQk8dGVybUNvbXA+LTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21w\nPjY8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5bPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVy\nbUNvbXA+XTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmNvb2s8L3Rlcm1Db21wPgoJCQkJ\nCQkJCTx0ZXJtQ29tcD5mcm9udGllcjwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnBpZWNl\nPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+cG90PC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVy\nbUNvbXA+c2V0PC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+dHdvPC90ZXJtQ29tcD4KCQkJ\nCQkJCQk8dGVybUNvbXA+dWx0cmFsaWdodDwvdGVybUNvbXA+CgkJCQkJCQk8L3Rlcm1Db21wTGlz\ndD4KCQkJCQkJPC90ZXJtR3JwPgoJCQkJCQk8dHJhbnNhY0dycD4KCQkJCQkJCTx0cmFuc2FjIHR5\ncGU9InRyYW5zYWN0aW9uVHlwZSI+bW9kaWZpY2F0aW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5z\nYWNOb3RlIHR5cGU9InJlc3BvbnNpYmlsaXR5Ij5taXJjZWE8L3RyYW5zYWNOb3RlPgoJCQkJCQkJ\nPGRhdGU+MjAyNC0wMy0xMzwvZGF0ZT4KCQkJCQkJPC90cmFuc2FjR3JwPgoJCQkJCQk8dHJhbnNh\nY0dycD4KCQkJCQkJCTx0cmFuc2FjIHR5cGU9InRyYW5zYWN0aW9uVHlwZSI+Y3JlYXRpb248L3Ry\nYW5zYWM+CgkJCQkJCQk8dHJhbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPm1pcmNlYTwv\ndHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTAzLTEzPC9kYXRlPgoJCQkJCQk8L3RyYW5z\nYWNHcnA+CgkJCQkJPC9udGlnPgoJCQkJPC9sYW5nU2V0PgoJCQkJPGxhbmdTZXQgeG1sOmxhbmc9\nImRlIj4KCQkJCQk8bnRpZz4KCQkJCQkJPHRlcm1HcnA+CgkJCQkJCQk8dGVybT5Gcm9udGllciBU\nd28gUG90IENvb2sgU2V0IOKAkyBVbHRyYWxlaWNodGVzIEtvY2hzZXQgaW5rbC4gendlaSBDYW1w\naW5ndMO2cGZlICg2LXRlaWxpZyk8L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUgdHlwZT0ic3RhdHVz\nIj5WQUxJRDwvdGVybU5vdGU+CgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9ImxlbW1hIj4KCQkJ\nCQkJCQk8dGVybUNvbXA+KDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPik8L3Rlcm1Db21w\nPgoJCQkJCQkJCTx0ZXJtQ29tcD4tPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+LjwvdGVy\nbUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPjY8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5j\nYW1waW5ndG9wZjwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmNhbXBpbmd0w7ZwZmU8L3Rl\ncm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5jb29rPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNv\nbXA+ZnJvbnRpZXI8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5pbmtsPC90ZXJtQ29tcD4K\nCQkJCQkJCQk8dGVybUNvbXA+a29jaHNldDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnBv\ndDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnNldDwvdGVybUNvbXA+CgkJCQkJCQkJPHRl\ncm1Db21wPnRlaWxpZzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnR3bzwvdGVybUNvbXA+\nCgkJCQkJCQkJPHRlcm1Db21wPnVsdHJhbGVpY2h0ZTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1D\nb21wPnVsdHJhbGVpY2h0ZXM8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD56d2VpPC90ZXJt\nQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+4oCTPC90ZXJtQ29tcD4KCQkJCQkJCTwvdGVybUNvbXBM\naXN0PgoJCQkJCQk8L3Rlcm1HcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMg\ndHlwZT0idHJhbnNhY3Rpb25UeXBlIj5tb2RpZmljYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJh\nbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPm1pcmNlYTwvdHJhbnNhY05vdGU+CgkJCQkJ\nCQk8ZGF0ZT4yMDI0LTAzLTEzPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJCTx0cmFu\nc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25UeXBlIj5jcmVhdGlvbjwv\ndHJhbnNhYz4KCQkJCQkJCTx0cmFuc2FjTm90ZSB0eXBlPSJyZXNwb25zaWJpbGl0eSI+bWlyY2Vh\nPC90cmFuc2FjTm90ZT4KCQkJCQkJCTxkYXRlPjIwMjQtMDMtMTM8L2RhdGU+CgkJCQkJCTwvdHJh\nbnNhY0dycD4KCQkJCQk8L250aWc+CgkJCQk8L2xhbmdTZXQ+CgkJCTwvdGVybUVudHJ5PgoJCQk8\ndGVybUVudHJ5PgoJCQkJPGRlc2NyaXAgdHlwZT0ic291cmNlTGFuZyI+ZW5fVVM8L2Rlc2NyaXA+\nCgkJCQk8bGFuZ1NldCB4bWw6bGFuZz0iZW5fVVMiPgoJCQkJCTxudGlnPgoJCQkJCQk8dGVybUdy\ncD4KCQkJCQkJCTx0ZXJtPlBhc3NhZ2UgQm93bDwvdGVybT4KCQkJCQkJCTx0ZXJtTm90ZSB0eXBl\nPSJzdGF0dXMiPlZBTElEPC90ZXJtTm90ZT4KCQkJCQkJCTx0ZXJtQ29tcExpc3QgdHlwZT0ibGVt\nbWEiPgoJCQkJCQkJCTx0ZXJtQ29tcD5ib3dsPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+\ncGFzc2FnZTwvdGVybUNvbXA+CgkJCQkJCQk8L3Rlcm1Db21wTGlzdD4KCQkJCQkJPC90ZXJtR3Jw\nPgoJCQkJCQk8dHJhbnNhY0dycD4KCQkJCQkJCTx0cmFuc2FjIHR5cGU9InRyYW5zYWN0aW9uVHlw\nZSI+bW9kaWZpY2F0aW9uPC90cmFuc2FjPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJlc3Bv\nbnNpYmlsaXR5Ij5taXJjZWE8L3RyYW5zYWNOb3RlPgoJCQkJCQkJPGRhdGU+MjAyNC0wMy0xMzwv\nZGF0ZT4KCQkJCQkJPC90cmFuc2FjR3JwPgoJCQkJCQk8dHJhbnNhY0dycD4KCQkJCQkJCTx0cmFu\nc2FjIHR5cGU9InRyYW5zYWN0aW9uVHlwZSI+Y3JlYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJh\nbnNhY05vdGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPm1pcmNlYTwvdHJhbnNhY05vdGU+CgkJCQkJ\nCQk8ZGF0ZT4yMDI0LTAzLTEzPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJPC9udGln\nPgoJCQkJPC9sYW5nU2V0PgoJCQkJPGxhbmdTZXQgeG1sOmxhbmc9ImRlIj4KCQkJCQk8bnRpZz4K\nCQkJCQkJPHRlcm1HcnA+CgkJCQkJCQk8dGVybT5QYXNzYWdlIEJvd2wg4oCTIENhbXBpbmdzY2hh\nbGU8L3Rlcm0+CgkJCQkJCQk8dGVybU5vdGUgdHlwZT0ic3RhdHVzIj5WQUxJRDwvdGVybU5vdGU+\nCgkJCQkJCQk8dGVybUNvbXBMaXN0IHR5cGU9ImxlbW1hIj4KCQkJCQkJCQk8dGVybUNvbXA+Ym93\nbDwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmNhbXBpbmdzY2hhbDwvdGVybUNvbXA+CgkJ\nCQkJCQkJPHRlcm1Db21wPmNhbXBpbmdzY2hhbGU8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29t\ncD5wYXNzYWc8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5wYXNzYWdlPC90ZXJtQ29tcD4K\nCQkJCQkJCQk8dGVybUNvbXA+4oCTPC90ZXJtQ29tcD4KCQkJCQkJCTwvdGVybUNvbXBMaXN0PgoJ\nCQkJCQk8L3Rlcm1HcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMgdHlwZT0i\ndHJhbnNhY3Rpb25UeXBlIj5tb2RpZmljYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJhbnNhY05v\ndGUgdHlwZT0icmVzcG9uc2liaWxpdHkiPm1pcmNlYTwvdHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0\nZT4yMDI0LTAzLTEzPC9kYXRlPgoJCQkJCQk8L3RyYW5zYWNHcnA+CgkJCQkJCTx0cmFuc2FjR3Jw\nPgoJCQkJCQkJPHRyYW5zYWMgdHlwZT0idHJhbnNhY3Rpb25UeXBlIj5jcmVhdGlvbjwvdHJhbnNh\nYz4KCQkJCQkJCTx0cmFuc2FjTm90ZSB0eXBlPSJyZXNwb25zaWJpbGl0eSI+bWlyY2VhPC90cmFu\nc2FjTm90ZT4KCQkJCQkJCTxkYXRlPjIwMjQtMDMtMTM8L2RhdGU+CgkJCQkJCTwvdHJhbnNhY0dy\ncD4KCQkJCQk8L250aWc+CgkJCQk8L2xhbmdTZXQ+CgkJCTwvdGVybUVudHJ5PgoJCQk8dGVybUVu\ndHJ5PgoJCQkJPGRlc2NyaXAgdHlwZT0ic291cmNlTGFuZyI+ZW5fVVM8L2Rlc2NyaXA+CgkJCQk8\nbGFuZ1NldCB4bWw6bGFuZz0iZW5fVVMiPgoJCQkJCTxudGlnPgoJCQkJCQk8dGVybUdycD4KCQkJ\nCQkJCTx0ZXJtPlBhc3NhZ2UgRGlubmVyd2FyZSBTZXQgLSBbNyBQaWVjZV08L3Rlcm0+CgkJCQkJ\nCQk8dGVybU5vdGUgdHlwZT0ic3RhdHVzIj5WQUxJRDwvdGVybU5vdGU+CgkJCQkJCQk8dGVybUNv\nbXBMaXN0IHR5cGU9ImxlbW1hIj4KCQkJCQkJCQk8dGVybUNvbXA+LTwvdGVybUNvbXA+CgkJCQkJ\nCQkJPHRlcm1Db21wPjc8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5bPC90ZXJtQ29tcD4K\nCQkJCQkJCQk8dGVybUNvbXA+XTwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPmRpbm5lcndh\ncmU8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5wYXNzYWdlPC90ZXJtQ29tcD4KCQkJCQkJ\nCQk8dGVybUNvbXA+cGllY2U8L3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5zZXQ8L3Rlcm1D\nb21wPgoJCQkJCQkJPC90ZXJtQ29tcExpc3Q+CgkJCQkJCTwvdGVybUdycD4KCQkJCQkJPHRyYW5z\nYWNHcnA+CgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0cmFuc2FjdGlvblR5cGUiPm1vZGlmaWNhdGlv\nbjwvdHJhbnNhYz4KCQkJCQkJCTx0cmFuc2FjTm90ZSB0eXBlPSJyZXNwb25zaWJpbGl0eSI+YWxl\neGFuZHJ1X2I8L3RyYW5zYWNOb3RlPgoJCQkJCQkJPGRhdGU+MjAyNC0xMC0xMTwvZGF0ZT4KCQkJ\nCQkJPC90cmFuc2FjR3JwPgoJCQkJCQk8dHJhbnNhY0dycD4KCQkJCQkJCTx0cmFuc2FjIHR5cGU9\nInRyYW5zYWN0aW9uVHlwZSI+Y3JlYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJhbnNhY05vdGUg\ndHlwZT0icmVzcG9uc2liaWxpdHkiPmFsZXhhbmRydV9iPC90cmFuc2FjTm90ZT4KCQkJCQkJCTxk\nYXRlPjIwMjQtMTAtMTE8L2RhdGU+CgkJCQkJCTwvdHJhbnNhY0dycD4KCQkJCQk8L250aWc+CgkJ\nCQk8L2xhbmdTZXQ+CgkJCQk8bGFuZ1NldCB4bWw6bGFuZz0ibmJfTk8iPgoJCQkJCTxudGlnPgoJ\nCQkJCQk8dGVybUdycD4KCQkJCQkJCTx0ZXJtPlBhc3NhZ2Ugc2VydmlzZSAtIFs3IGRlbGVyXTwv\ndGVybT4KCQkJCQkJCTx0ZXJtTm90ZSB0eXBlPSJzdGF0dXMiPlZBTElEPC90ZXJtTm90ZT4KCQkJ\nCQkJCTx0ZXJtQ29tcExpc3QgdHlwZT0ibGVtbWEiPgoJCQkJCQkJCTx0ZXJtQ29tcD4tPC90ZXJt\nQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+NzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPls8\nL3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5dPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNv\nbXA+ZGVsPC90ZXJtQ29tcD4KCQkJCQkJCQk8dGVybUNvbXA+ZGVsZTwvdGVybUNvbXA+CgkJCQkJ\nCQkJPHRlcm1Db21wPnBhc3NhZzwvdGVybUNvbXA+CgkJCQkJCQkJPHRlcm1Db21wPnBhc3NhZ2U8\nL3Rlcm1Db21wPgoJCQkJCQkJCTx0ZXJtQ29tcD5zZXJ2aXM8L3Rlcm1Db21wPgoJCQkJCQkJCTx0\nZXJtQ29tcD5zZXJ2aXNlPC90ZXJtQ29tcD4KCQkJCQkJCTwvdGVybUNvbXBMaXN0PgoJCQkJCQk8\nL3Rlcm1HcnA+CgkJCQkJCTx0cmFuc2FjR3JwPgoJCQkJCQkJPHRyYW5zYWMgdHlwZT0idHJhbnNh\nY3Rpb25UeXBlIj5tb2RpZmljYXRpb248L3RyYW5zYWM+CgkJCQkJCQk8dHJhbnNhY05vdGUgdHlw\nZT0icmVzcG9uc2liaWxpdHkiPmFsZXhhbmRydV9iPC90cmFuc2FjTm90ZT4KCQkJCQkJCTxkYXRl\nPjIwMjQtMTAtMTE8L2RhdGU+CgkJCQkJCTwvdHJhbnNhY0dycD4KCQkJCQkJPHRyYW5zYWNHcnA+\nCgkJCQkJCQk8dHJhbnNhYyB0eXBlPSJ0cmFuc2FjdGlvblR5cGUiPmNyZWF0aW9uPC90cmFuc2Fj\nPgoJCQkJCQkJPHRyYW5zYWNOb3RlIHR5cGU9InJlc3BvbnNpYmlsaXR5Ij5hbGV4YW5kcnVfYjwv\ndHJhbnNhY05vdGU+CgkJCQkJCQk8ZGF0ZT4yMDI0LTEwLTExPC9kYXRlPgoJCQkJCQk8L3RyYW5z\nYWNHcnA+CgkJCQkJPC9udGlnPgoJCQkJPC9sYW5nU2V0PgoJCQk8L3Rlcm1FbnRyeT4KCQk8L2Jv\nZHk+Cgk8L3RleHQ+CjwvbWFydGlmPg==","description":"<p>Required. base64 value of the content</p>\n"},{"key":"data[attributes][term_bank_id]","value":"69860b77e9915b51720d3270","type":"text","description":"<p>Optional. Import to existing Term Bank</p>\n","disabled":true},{"key":"data[attributes][file_name][1]","value":"some_what.csv","type":"text","uuid":"204ac68a-e918-463c-952f-3d94a612ab03"},{"key":"data[attributes][content][1]","value":"ZW5fVVMsZGUKR3JlYXQsVG9sbApTY2hvb2wsU2NodWxlCmZsb3dlcnMsYmx1bWVuCnNob2VzLHNj\naHVoZQpsb3ZlLGxpZWJlCmxvdmVseSx3dW5kZXJzY2jDtm4KYm95LEJ1YgpnaXJsLE3DpGRjaGVu\nCmJlYXV0aWZ1bCxhdcOfZXJvcmRlbnRsaWNoCg==","type":"text","uuid":"df2e0a79-d6ea-4ca2-bf99-cc44c02a8630"}]},"url":"{{HOST_EASYCAT_API}}/teams/:team_name/term-banks/import-from-file","urlObject":{"path":["teams",":team_name","term-banks","import-from-file"],"host":["{{HOST_EASYCAT_API}}"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[],"_postman_id":"420d4bc9-e39c-4d01-bb7d-860c4d9deb9d"}],"id":"46fa75dd-c832-4d0e-bab6-b9fa7d692ac2","_postman_id":"46fa75dd-c832-4d0e-bab6-b9fa7d692ac2","description":""}],"id":"4d1e2392-9e23-494f-b692-c8b1ca2aac07","_postman_id":"4d1e2392-9e23-494f-b692-c8b1ca2aac07","description":""},{"name":"Internal Supplier","item":[{"name":"Onboard internal suppliers","id":"92076940-2c48-4a57-b481-6f29857ffa66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": [\n            {\n                \"email\": \"internal-supplier@mail.com\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"gender\": \"m\",\n                \"sso\": {\n                    \"entity_id\": \"id-from-sso-entry\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/full-onboard","urlObject":{"path":["teams",":team_name","internal-suppliers","full-onboard"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"b6320833-ea89-4838-baf7-530cb91070ad","type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"532295cc-bc88-4610-abce-ce64fad2c66c","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": [\n            {\n                \"email\": \"internal-supplier@mail.com\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"gender\": \"M\",\n                \"sso\": {\n                    \"entity_id\": \"id-from-sso-entry\"\n                }\n            },\n            {\n                \"email\": \"internal-supplier2@mail.com\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"gender\": \"U\",\n                \"sso\": {\n                    \"entity_id\": \"id-from-sso-entry\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/full-onboard","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","internal-suppliers","full-onboard"],"variable":[{"id":"b6320833-ea89-4838-baf7-530cb91070ad","key":"team_name","value":"{{TEAM_NAME}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"401c7ed2-a62b-4128-8e70-fea56811a7d6\",\n            \"type\": \"suppliers\"\n        },\n        {\n            \"id\": \"d8bbcab8-ec6e-42b5-a31e-145263131454\",\n            \"type\": \"suppliers\"\n        }\n    ],\n    \"meta\": {\n        \"copyright\": \"Copyright 2026 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"92076940-2c48-4a57-b481-6f29857ffa66"},{"name":"Paginate All Internal Suppliers","id":"10c4b87d-ee90-4be3-955c-b343f026c9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers?page=1&perPage=15","urlObject":{"path":["teams",":team_name","internal-suppliers"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"15"}],"variable":[{"id":"de5602a9-025b-41ec-b190-88b38770e628","type":"any","value":"{{TEAM_NAME}}","key":"team_name"}]}},"response":[{"id":"9e8b41c3-632b-4c78-b635-bcd11fe33661","name":"Paginate All Internal Suppliers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers?page=1&perPage=15","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","internal-suppliers"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"15"}],"variable":[{"id":"de5602a9-025b-41ec-b190-88b38770e628","key":"team_name","value":"{{TEAM_NAME}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"39bc8954-529e-492d-8e96-fc2c893a2b2c\",\n            \"type\": \"suppliers\",\n            \"attributes\": {\n                \"first_name\": \"Translator\",\n                \"last_name\": \"Easytranslate\",\n                \"email\": \"translator1-new1234@easytranslate.com\",\n                \"gender\": \"F\"\n            }\n        },\n        {\n            \"id\": \"8849a8c3-03f6-4c00-9e0c-f3a64bc1f6b8\",\n            \"type\": \"suppliers\",\n            \"attributes\": {\n                \"first_name\": \"Translator\",\n                \"last_name\": \"Easytranslate\",\n                \"email\": \"translator1-new@easytranslate.com\",\n                \"gender\": \"F\"\n            }\n        },\n        {\n            \"id\": \"974e1e84-5eda-4863-9bae-90d5af4fa424\",\n            \"type\": \"suppliers\",\n            \"attributes\": {\n                \"first_name\": \"Translator\",\n                \"last_name\": \"Easytranslate\",\n                \"email\": \"translator1@easytranslate.com\",\n                \"gender\": \"F\"\n            }\n        },\n        {\n            \"id\": \"b905fa99-0a23-4c30-8497-a40aa42f2852\",\n            \"type\": \"suppliers\",\n            \"attributes\": {\n                \"first_name\": \"Translator\",\n                \"last_name\": \"Easytranslate\",\n                \"email\": \"translator1-new123@easytranslate.com\",\n                \"gender\": \"F\"\n            }\n        },\n        {\n            \"id\": \"dcbf11ec-df4b-45c9-aa32-005078a7069b\",\n            \"type\": \"suppliers\",\n            \"attributes\": {\n                \"first_name\": \"Translator\",\n                \"last_name\": \"Easytranslate\",\n                \"email\": \"translator@easytranslate.com\",\n                \"gender\": \"F\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://laas_app/api/v1/teams/authenticatorcom/internal-suppliers?page=1\",\n        \"last\": \"http://laas_app/api/v1/teams/authenticatorcom/internal-suppliers?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://laas_app/api/v1/teams/authenticatorcom/internal-suppliers?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://laas_app/api/v1/teams/authenticatorcom/internal-suppliers\",\n        \"per_page\": 15,\n        \"to\": 5,\n        \"total\": 5,\n        \"copyright\": \"Copyright 2026 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"10c4b87d-ee90-4be3-955c-b343f026c9a9"},{"name":"Update Internal Supplier","id":"c181f49a-aa8b-4408-9c51-856fad14e334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": {\n            \"email\": \"internal-supplier-new@mail.com\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"gender\": \"U\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/:supplier_id","urlObject":{"path":["teams",":team_name","internal-suppliers",":supplier_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"any","value":"{{SUPPLIER_ID}}","key":"supplier_id"}]}},"response":[{"id":"a8794b70-f13f-4651-bd59-986adbc1b1b7","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": {\n            \"email\": \"internal-supplier@mail.com\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"gender\": \"U\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/:supplier_id","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","internal-suppliers",":supplier_id"],"variable":[{"id":"d85d5a5b-08e8-425e-a232-b04e22786a70","key":"team_name","value":"{{TEAM_NAME}}"},{"id":"d1638521-d005-4665-b8b2-e7b8a64fc171","key":"supplier_id","value":"{{SUPPLIER_ID}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"401c7ed2-a62b-4128-8e70-fea56811a7d6\",\n        \"type\": \"suppliers\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"email\": \"internal-supplier@mail.com\",\n            \"gender\": \"U\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2026 EasyTranslate A/S\",\n        \"environment\": \"sandbox\"\n    }\n}"}],"_postman_id":"c181f49a-aa8b-4408-9c51-856fad14e334"},{"name":"Delete Internal Supplier","id":"667a0fac-9f1c-4667-8a6c-cbe99c98ab07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/:supplier_id","urlObject":{"path":["teams",":team_name","internal-suppliers",":supplier_id"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"3862ce5f-3dd0-47ae-98f9-5ebba14b7534","type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"aaf4f316-ade4-4f48-a046-7e642dd7ee49","type":"any","value":"{{SUPPLIER_ID}}","key":"supplier_id"}]}},"response":[{"id":"cb8b03d1-1b1a-48fd-b92c-49462053a56e","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/:supplier_id","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","internal-suppliers",":supplier_id"],"variable":[{"id":"3862ce5f-3dd0-47ae-98f9-5ebba14b7534","key":"team_name","value":"{{TEAM_NAME}}"},{"id":"aaf4f316-ade4-4f48-a046-7e642dd7ee49","key":"supplier_id","value":"{{SUPPLIER_ID}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"667a0fac-9f1c-4667-8a6c-cbe99c98ab07"},{"name":"Pre-assign Internal supplier to task","id":"8d861eb6-4440-40f9-afc1-d58828b6f806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tasks\",\n        \"attributes\": {\n            \"suppliers\": [\n                {\n                    \"id\": \"4ff81e1f-30f1-49d8-8bf9-0c57ffcd4cc9\"\n                },\n                {\n                    \"id\": \"b6fa82a2-a073-446e-95cc-87acce95efba\"\n                },\n                {\n                    \"id\": \"db1eba0f-00dd-4f55-a814-c121e312cfc9\"\n                },\n                {\n                    \"id\": \"47732e4b-3b99-4951-ad71-969478c6aad5\"\n                },\n                {\n                    \"id\": \"4cab8415-ebab-417c-a079-8460582b5ced\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/:project_id/tasks/:task_id/internal-suppliers/pre-assign","urlObject":{"path":["teams",":team_name","projects",":project_id","tasks",":task_id","internal-suppliers","pre-assign"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"cc2c35fd-ac29-4614-affd-35d44a3729b3","type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"842b4a95-51da-42a1-95c0-48255a08eccb","type":"any","value":"{{PROJECT_ID}}","key":"project_id"},{"id":"0ea0bc36-492a-4302-9c9b-c4be5541fd7c","type":"any","value":"{{TASK_ID}}","key":"task_id"}]}},"response":[{"id":"85c1f736-7cad-4e2d-85b0-d9e441a15a8d","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tasks\",\n        \"attributes\": {\n            \"suppliers\": [\n                {\n                    \"id\": \"4ff81e1f-30f1-49d8-8bf9-0c57ffcd4cc9\"\n                },\n                {\n                    \"id\": \"b6fa82a2-a073-446e-95cc-87acce95efba\"\n                },\n                {\n                    \"id\": \"db1eba0f-00dd-4f55-a814-c121e312cfc9\"\n                },\n                {\n                    \"id\": \"47732e4b-3b99-4951-ad71-969478c6aad5\"\n                },\n                {\n                    \"id\": \"4cab8415-ebab-417c-a079-8460582b5ced\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/:project_id/tasks/:task_id/internal-suppliers/pre-assign","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","projects",":project_id","tasks",":task_id","internal-suppliers","pre-assign"],"variable":[{"id":"cc2c35fd-ac29-4614-affd-35d44a3729b3","key":"team_name","value":"{{TEAM_NAME}}"},{"id":"842b4a95-51da-42a1-95c0-48255a08eccb","key":"project_id","value":"{{PROJECT_ID}}"},{"id":"0ea0bc36-492a-4302-9c9b-c4be5541fd7c","key":"task_id","value":"{{TASK_ID}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"8d861eb6-4440-40f9-afc1-d58828b6f806"},{"name":"Assign Internal Supplier to task","id":"08ec3141-2edf-4839-ad46-42556145d4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tasks\",\n        \"attributes\": {\n            \"supplier_id\": \"4ff81e1f-30f1-49d8-8bf9-0c57ffcd4cc9\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/projects/:project_id/tasks/:task_id/internal-suppliers/assign","urlObject":{"path":["teams",":team_name","projects",":project_id","tasks",":task_id","internal-suppliers","assign"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"id":"7dc5f8ab-9f00-49ba-94ec-0a2b234fce5a","type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"id":"06109523-ddb8-4f00-9dca-c9de0c67b02c","type":"any","value":"{{PROJECT_ID}}","key":"project_id"},{"id":"2ee1a637-68a3-48f3-a190-6c7520ed8899","type":"any","value":"{{TASK_ID}}","key":"task_id"}]}},"response":[],"_postman_id":"08ec3141-2edf-4839-ad46-42556145d4cf"},{"name":"Invitation Internal Supplier onboard","id":"a18a4c7f-2ad0-4e9a-a1a5-9a6ef9da3bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": [\n            {\n                \"email\": \"mna@easytranslate.com\",\n                \"first_name\": \"Mila\",\n                \"last_name\": \"Nasteva\",\n                \"gender\": \"F\"\n\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/invitation-onboard","urlObject":{"path":["teams",":team_name","internal-suppliers","invitation-onboard"],"host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"query":[],"variable":[{"type":"any","value":"deadpool","key":"team_name"}]}},"response":[{"id":"932ec4e8-3156-478d-8bec-4e582ab92a9d","name":"Invitation Internal Supplier onboard Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": [\n            {\n                \"email\": \"joe@easytranslate.com\",\n                \"first_name\": \"Joe\",\n                \"last_name\": \"John\",\n                \"gender\": \"M\"\n\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/invitation-onboard","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","internal-suppliers","invitation-onboard"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 15 Apr 2026 09:07:21 GMT"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"onboarded\": [],\n        \"failed\": [\n            {\n                \"email\": \"joe@easytranslate.com\",\n                \"reason\": \"internal-supplier user already exists with email: joe@easytranslate.com\",\n                \"error_code\": \"internal-supplier-user-exists\"\n            }\n        ]\n    }\n}"},{"id":"a7313087-eed9-4f0b-8347-5cb2a060d0ec","name":"Invitation Internal Supplier onboard 200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"suppliers\",\n        \"attributes\": [\n            {\n                \"email\": \"john.joe@easytranslate.com\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Joe\",\n                \"gender\": \"M\"\n\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/internal-suppliers/invitation-onboard","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","internal-suppliers","invitation-onboard"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 15 Apr 2026 09:10:28 GMT"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"onboarded\": [\n            {\n                \"email\": \"john.joe@easytranslate.com\",\n                \"status\": \"onboarded\"\n            }\n        ],\n        \"failed\": []\n    }\n}"}],"_postman_id":"a18a4c7f-2ad0-4e9a-a1a5-9a6ef9da3bd1"}],"id":"efaf4a17-bf9e-417a-9cdd-8464cee033f1","description":"<p>Endpoints for managing your own set of suppliers</p>\n","_postman_id":"efaf4a17-bf9e-417a-9cdd-8464cee033f1"},{"name":"Account Workflow","item":[{"name":"Update Account Workflow","id":"bd9b2e6f-5491-4d37-8ad8-74095e5b9b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"test 20.11\",\n            \"status\": \"draft\",\n            \"area_of_expertise\": [\"Tourism\", \"Legal\", \"Technical\"],\n            \"steps\": [\n                {\n                    \"identifier\": \"create_project\",\n                    \"display_name\": \"Upload source file\",\n                    \"description\": \"Upload your content for translation\",\n                    \"meta\": {\n                        \"laas\": {\n                            \"file_words\": null,\n                            \"template_id\": \"68b943e8235eea4984093e72\",\n                            \"term_bank_ids\": {\n                                \"primary\": \"671f54e91bf1ee5a5002d834\",\n                                \"secondary\": []\n                            },\n                            \"source_language\": {\n                                \"code\": \"en\",\n                                \"name\": \"English\"\n                            },\n                            \"words_threshold\": null,\n                            \"target_languages\": [\n                                {\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    }\n                                }\n                            ],\n                            \"translation_memory_ids\": {\n                                \"primary\": \"68b0344892fbdc0bc7032e86\",\n                                \"secondary\": []\n                            }\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"ai_translation\",\n                    \"display_name\": \"AI Translation (AIT)\",\n                    \"description\": \"Use our AI translation to translate your content\",\n                    \"meta\": {\n                        \"laas\": {\n                            \"qa\": {\n                                \"threshold\": 85,\n                                \"fixer_threshold\": 90\n                            },\n                            \"target_languages\": [\n                                {\n                                    \"customers\": [\n                                        {\n                                            \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                                            \"attributes\": {\n                                                \"last_name\": \"Deadpool\",\n                                                \"first_name\": \"Captain\"\n                                            }\n                                        }\n                                    ],\n                                    \"suppliers\": [],\n                                    \"internal_suppliers\": {\n                                        \"skip_preassignment\": false,\n                                        \"suppliers\": [\n                                            {\n                                                \"id\": \"Internal Suppliers Id\",\n                                                \"attributes\": {\n                                                    \"first_name\": \"first_name\",\n                                                    \"last_name\": \"last_name\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    \"is_internal_supplier_needed\": false,\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    },\n                                    \"is_supplier_needed\": false\n                                }\n                            ]\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"complete_project\",\n                    \"display_name\": \"Complete Project\",\n                    \"description\": \"Finish the project\",\n                    \"allowed_next_steps\": [\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"internal_review\",\n                                \"display_name\": \"Internal Review\",\n                                \"description\": \"Have your own internal user make a revision on the translated content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        }\n                    ],\n                    \"steps\": [],\n                    \"meta\": {}\n                },\n                {\n                    \"identifier\": \"internal_review\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/workflows/:workflow","description":"<p>Update existing account workflow</p>\n<p>The <code>status</code> attribute can have one of the following:<br /><code>active</code><br /><code>draft</code></p>\n","urlObject":{"path":["api","v1","teams",":team_name","workflows",":workflow"],"host":["https://api.platform.sandbox.easytranslate.com"],"query":[],"variable":[{"type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"type":"any","value":"{{ACCOUNT_WORKFLOW_ID}}","key":"workflow"}]}},"response":[{"id":"24feb294-9448-4b7d-aed9-50c54042843c","name":"200 OK","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"Custom workflow #1\",\n            \"description\": \"This is our first custom workflow\",\n            \"status\": \"draft\",\n            \"steps\": [\n                \"create_project\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/laas/api/v1/teams/:team_name/workflows/:workflow","host":["https://api.platform.sandbox.easytranslate.com/laas/api/v1"],"path":["teams",":team_name","workflows",":workflow"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"},{"key":"workflow","value":"{{ACCOUNT_WORKFLOW_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 18 Sep 2021 00:17:00 GMT"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"239"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"442b7bcd-490c-4f8b-9f8f-27d80b183fde\",\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"Custom workflow #1\",\n            \"description\": \"This is our first custom workflow\",\n            \"identifier\": \"easytranslate_easyflow-1-QtCuLsb01a\",\n            \"is_predefined\": false,\n            \"status\": \"draft\",\n            \"is_available\": true,\n            \"steps\": [\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"create_project\",\n                        \"display_name\": \"Upload source file\",\n                        \"description\": \"Upload your content for translation\"\n                    }\n                }\n            ],\n            \"allowed_next_steps\": [\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"machine_translation\",\n                        \"display_name\": \"Machine Translation (MT)\",\n                        \"description\": \"Use our machine translation to translate your content\"\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2021 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"},{"id":"2875795e-e096-459e-8f47-7838142cc77c","name":"[200 OK] - AI Translation","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"Stefan's QA test\",\n            \"status\": \"active\",\n            \"steps\": [\n                {\n                    \"identifier\": \"create_project\",\n                    \"meta\": {\n                        \"laas\": {\n                            \"source_language\": {\n                                \"code\": \"en\",\n                                \"name\": \"English\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"ai_translation\",\n                    \"meta\": {\n                        \"laas\": {\n                            \"qa\": {\n                                \"threshold\": 90\n                            },\n                            \"target_languages\": [\n                                {\n                                    \"is_supplier_needed\": true,\n                                    \"suppliers\": [\n                                        {\n                                            \"id\": \"cdc48abf-4b0a-4778-b31b-3cc0863ec25c\",\n                                            \"attributes\": {\n                                                \"last_name\": \"S.\",\n                                                \"first_name\": \"Demo\"\n                                            }\n                                        }\n                                    ],\n                                    \"customers\": [\n                                        {\n                                            \"id\": \"bf590bea-ddd0-4b3a-823d-40ffa67e0885\",\n                                            \"attributes\": {\n                                                \"last_name\": \"2\",\n                                                \"first_name\": \"Customer\"\n                                            }\n                                        },\n                                        {\n                                            \"id\": \"eda070dc-e8b9-441b-a932-9dd1161290d7\",\n                                            \"attributes\": {\n                                                \"last_name\": \"1\",\n                                                \"first_name\": \"Customer\"\n                                            }\n                                        }\n                                    ],\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    }\n                                },\n                                {\n                                    \"is_supplier_needed\": false,\n                                    \"suppliers\": [],\n                                    \"customers\": [],\n                                    \"target_language\": {\n                                        \"code\": \"de\",\n                                        \"name\": \"German (Standard)\"\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"complete_project\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/workflows/:workflow","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_name","workflows",":workflow"],"variable":[{"id":"7783caba-b5eb-4941-9339-779e08fd4e23","key":"team_name","value":"{{TEAM_NAME}}"},{"id":"19e6b4e7-09c5-45b8-bf9c-fd904b4252d6","key":"workflow","value":"{{ACCOUNT_WORKFLOW_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Server","value":"nginx/1.18.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 05 Jan 2024 18:42:01 GMT"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"971a4933-6b2d-41d6-807f-d6a1f19f43ad\",\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"Stefan's QA test\",\n            \"description\": \"afas\",\n            \"identifier\": \"wdh-media-bv_easyflow-5-8jISHjJ41w\",\n            \"is_predefined\": false,\n            \"status\": \"draft\",\n            \"is_available\": true,\n            \"created_at\": \"2022-04-25T10:48:26.000000Z\",\n            \"updated_at\": \"2024-01-11T10:37:36.000000Z\",\n            \"source_language\": {\n                \"code\": \"en\",\n                \"name\": \"English\"\n            },\n            \"has_copywriting_steps\": false,\n            \"is_machine_translation\": true,\n            \"steps\": [\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"create_project\",\n                        \"display_name\": \"Upload source file\",\n                        \"description\": \"Upload your content for translation\",\n                        \"allowed_next_steps\": [\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"machine_translation\",\n                                    \"display_name\": \"Machine Translation (MT)\",\n                                    \"description\": \"Use our machine translation to translate your content\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            },\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"ai_translation\",\n                                    \"display_name\": \"AI Translation (AIT)\",\n                                    \"description\": \"Use our AI translation to translate your content\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            }\n                        ],\n                        \"steps\": [],\n                        \"meta\": {\n                            \"laas\": {\n                                \"source_language\": {\n                                    \"name\": \"English\",\n                                    \"code\": \"en\"\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"ai_translation\",\n                        \"display_name\": \"AI Translation (AIT)\",\n                        \"description\": \"Use our AI translation to translate your content\",\n                        \"allowed_next_steps\": [\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"complete_project\",\n                                    \"display_name\": \"Complete Project\",\n                                    \"description\": \"Finish the project\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            }\n                        ],\n                        \"steps\": [\n                            {\n                                \"attributes\": {\n                                    \"identifier\": \"da_ai_translation\",\n                                    \"parent_identifier\": \"ai_translation\",\n                                    \"display_name\": \"AI Translation (AIT)\",\n                                    \"description\": \"Use our AI translation to translate your content\",\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    },\n                                    \"meta\": {\n                                        \"suppliers\": [\n                                            {\n                                                \"id\": \"cdc48abf-4b0a-4778-b31b-3cc0863ec25c\",\n                                                \"attributes\": {\n                                                    \"first_name\": \"Demo\",\n                                                    \"last_name\": \"S.\"\n                                                }\n                                            }\n                                        ]\n                                    }\n                                }\n                            },\n                            {\n                                \"attributes\": {\n                                    \"identifier\": \"de_ai_translation\",\n                                    \"parent_identifier\": \"ai_translation\",\n                                    \"display_name\": \"AI Translation (AIT)\",\n                                    \"description\": \"Use our AI translation to translate your content\",\n                                    \"target_language\": {\n                                        \"code\": \"de\",\n                                        \"name\": \"German (Standard)\"\n                                    },\n                                    \"meta\": {\n                                        \"suppliers\": []\n                                    }\n                                }\n                            }\n                        ],\n                        \"meta\": {\n                            \"laas\": {\n                                \"qa\": {\n                                    \"threshold\": 90\n                                },\n                                \"target_languages\": [\n                                    {\n                                        \"target_language\": {\n                                            \"name\": \"Danish\",\n                                            \"code\": \"da\"\n                                        },\n                                        \"is_supplier_needed\": true,\n                                        \"suppliers\": [\n                                            {\n                                                \"id\": \"cdc48abf-4b0a-4778-b31b-3cc0863ec25c\",\n                                                \"attributes\": {\n                                                    \"first_name\": \"Demo\",\n                                                    \"last_name\": \"S.\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"target_language\": {\n                                            \"name\": \"German (Standard)\",\n                                            \"code\": \"de\"\n                                        },\n                                        \"is_supplier_needed\": false,\n                                        \"suppliers\": []\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                },\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"complete_project\",\n                        \"display_name\": \"Complete Project\",\n                        \"description\": \"Finish the project\",\n                        \"allowed_next_steps\": [\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"internal_review\",\n                                    \"display_name\": \"Internal Review\",\n                                    \"description\": \"Have your own internal user make a revision on the translated content\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            }\n                        ],\n                        \"steps\": [],\n                        \"meta\": {}\n                    }\n                }\n            ],\n            \"allowed_next_steps\": [\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"internal_review\",\n                        \"display_name\": \"Internal Review\",\n                        \"description\": \"Have your own internal user make a revision on the translated content\",\n                        \"allowed_next_steps\": [],\n                        \"steps\": [],\n                        \"meta\": {}\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2024 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"},{"id":"dc24541a-2fb8-4320-a5a7-11ed3dfc3d94","name":"[200 OK] - Term Approval","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"New step test workflow\",\n            \"status\": \"active\",\n            \"steps\": [\n                {\n                    \"identifier\": \"create_project\",\n                    \"display_name\": \"Upload source file\",\n                    \"description\": \"Upload your content for translation\",\n                    \"allowed_next_steps\": [\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"machine_translation\",\n                                \"display_name\": \"Machine Translation (MT)\",\n                                \"description\": \"Use our machine translation to translate your content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        },\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"ai_translation\",\n                                \"display_name\": \"AI Translation (AIT)\",\n                                \"description\": \"Use our AI translation to translate your content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        },\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"term_approval\",\n                                \"display_name\": \"Term Approval\",\n                                \"description\": \"Extracted project Terms must have Approval\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        }\n                    ],\n                    \"steps\": [\n                        {\n                            \"attributes\": {\n                                \"identifier\": \"da_create_project\",\n                                \"parent_identifier\": \"create_project\",\n                                \"display_name\": \"Upload source file\",\n                                \"description\": \"Upload your content for translation\",\n                                \"target_language\": {\n                                    \"code\": \"da\",\n                                    \"name\": \"Danish\"\n                                },\n                                \"meta\": {\n                                    \"suppliers\": []\n                                }\n                            }\n                        }\n                    ],\n                    \"meta\": {\n                        \"laas\": {\n                            \"file_words\": null,\n                            \"template_id\": \"67bdd09e9b8f5b9be20dd934\",\n                            \"term_bank_ids\": {\n                                \"primary\": \"6790f417dcc1c33f1200dc57\",\n                                \"secondary\": []\n                            },\n                            \"source_language\": {\n                                \"code\": \"en\",\n                                \"name\": \"English\"\n                            },\n                            \"words_threshold\": null,\n                            \"target_languages\": [\n                                {\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    }\n                                }\n                            ],\n                            \"translation_memory_ids\": {\n                                \"primary\": \"67f4f746f076c3fa5301680f\",\n                                \"secondary\": [\n                                    \"all\"\n                                ]\n                            }\n                        }\n                    }\n                },\n                {\n                   \"identifier\": \"term_approval\", \n                   \"display_name\": \"Term Approval\",\n                   \"description\": \"Extracted project Terms must have Approval\",\n                   \"allowed_next_steps\": [\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"ai_translation\",\n                                \"display_name\": \"AI Translation (AIT)\",\n                                \"description\": \"Use our AI translation to translate your content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        }\n                   ],\n                   \"steps\": [\n                        {\n                            \"attributes\": {\n                                \"identifier\": \"da_term_approval\",\n                                \"parent_identifier\": \"term_approval\",\n                                \"display_name\": \"Term Approval\",\n                                \"description\": \"Extracted project Terms must have Approval\",\n                                \"target_language\": {\n                                    \"code\": \"da\",\n                                    \"name\": \"Danish\"\n                                },\n                                \"meta\": {\n                                    \"suppliers\": []\n                                }\n                            }\n                        }\n                    ],\n                    \"meta\": {\n                        \"laas\": {\n                            \"target_languages\": [\n                                {\n                                    \"customers\": [\n                                        {\n                                            \"id\": \"70edd6aa-9423-4826-9e10-697c0a7c0f6c\",\n                                            \"attributes\": {\n                                                \"last_name\": \"Iv\",\n                                                \"first_name\": \"Aleks\"\n                                            }\n                                        }\n                                    ],\n                                    \"suppliers\": [],\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    },\n                                    \"is_supplier_needed\": false\n                                }\n                            ]\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"ai_translation\",\n                    \"display_name\": \"AI Translation (AIT)\",\n                    \"description\": \"Use our AI translation to translate your content\",\n                    \"allowed_next_steps\": [\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"supplier_review\",\n                                \"display_name\": \"Review\",\n                                \"description\": \"Match one of our suppliers to review your translated content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        },\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"complete_project\",\n                                \"display_name\": \"Complete Project\",\n                                \"description\": \"Finish the project\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        }\n                    ],\n                    \"steps\": [\n                        {\n                            \"attributes\": {\n                                \"identifier\": \"da_ai_translation\",\n                                \"parent_identifier\": \"ai_translation\",\n                                \"display_name\": \"AI Translation (AIT)\",\n                                \"description\": \"Use our AI translation to translate your content\",\n                                \"target_language\": {\n                                    \"code\": \"da\",\n                                    \"name\": \"Danish\"\n                                },\n                                \"meta\": {\n                                    \"suppliers\": []\n                                }\n                            }\n                        }\n                    ],\n                    \"meta\": {\n                        \"laas\": {\n                            \"qa\": {\n                                \"threshold\": 90\n                            },\n                            \"target_languages\": [\n                                {\n                                    \"customers\": [\n                                        {\n                                            \"id\": \"70edd6aa-9423-4826-9e10-697c0a7c0f6c\",\n                                            \"attributes\": {\n                                                \"last_name\": \"Iv\",\n                                                \"first_name\": \"Aleks\"\n                                            }\n                                        }\n                                    ],\n                                    \"suppliers\": [],\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    },\n                                    \"is_supplier_needed\": false\n                                }\n                            ]\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"complete_project\",\n                    \"display_name\": \"Complete Project\",\n                    \"description\": \"Finish the project\",\n                    \"allowed_next_steps\": [\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"internal_review\",\n                                \"display_name\": \"Internal Review\",\n                                \"description\": \"Have your own internal user make a revision on the translated content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        }\n                    ],\n                    \"steps\": [],\n                    \"meta\": {}\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/workflows/:workflow","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_name","workflows",":workflow"],"variable":[{"key":"team_name","value":"aiv"},{"key":"workflow","value":"a6e3953b-421e-41b4-ae58-591c14c28bd6"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"55ed4449-4ff7-409a-804f-2a163c8a37a6","name":"[200 OK] Internal Supplier","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"test 20.11\",\n            \"status\": \"draft\",\n            \"area_of_expertise\": [\"Tourism\", \"Legal\", \"Technical\"],\n            \"steps\": [\n                {\n                    \"identifier\": \"create_project\",\n                    \"display_name\": \"Upload source file\",\n                    \"description\": \"Upload your content for translation\",\n                    \"meta\": {\n                        \"laas\": {\n                            \"file_words\": null,\n                            \"template_id\": \"68b943e8235eea4984093e72\",\n                            \"term_bank_ids\": {\n                                \"primary\": \"671f54e91bf1ee5a5002d834\",\n                                \"secondary\": []\n                            },\n                            \"source_language\": {\n                                \"code\": \"en\",\n                                \"name\": \"English\"\n                            },\n                            \"words_threshold\": null,\n                            \"target_languages\": [\n                                {\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    }\n                                }\n                            ],\n                            \"translation_memory_ids\": {\n                                \"primary\": \"68b0344892fbdc0bc7032e86\",\n                                \"secondary\": []\n                            }\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"ai_translation\",\n                    \"display_name\": \"AI Translation (AIT)\",\n                    \"description\": \"Use our AI translation to translate your content\",\n                    \"meta\": {\n                        \"laas\": {\n                            \"qa\": {\n                                \"threshold\": 85,\n                                \"fixer_threshold\": 90\n                            },\n                            \"target_languages\": [\n                                {\n                                    \"customers\": [\n                                        {\n                                            \"id\": \"56e9b95b-7892-4eda-b28e-0b8a7e52b4f3\",\n                                            \"attributes\": {\n                                                \"last_name\": \"Deadpool\",\n                                                \"first_name\": \"Captain\"\n                                            }\n                                        }\n                                    ],\n                                    \"suppliers\": [],\n                                    \"internal_suppliers\": {\n                                        \"skip_preassignment\": false,\n                                        \"suppliers\": [\n                                            {\n                                                \"id\": \"Internal Suppliers Id\",\n                                                \"attributes\": {\n                                                    \"first_name\": \"first_name\",\n                                                    \"last_name\": \"last_name\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    \"is_internal_supplier_needed\": false,\n                                    \"target_language\": {\n                                        \"code\": \"da\",\n                                        \"name\": \"Danish\"\n                                    },\n                                    \"is_supplier_needed\": false\n                                }\n                            ]\n                        }\n                    }\n                },\n                {\n                    \"identifier\": \"complete_project\",\n                    \"display_name\": \"Complete Project\",\n                    \"description\": \"Finish the project\",\n                    \"allowed_next_steps\": [\n                        {\n                            \"type\": \"account_workflow_steps\",\n                            \"attributes\": {\n                                \"identifier\": \"internal_review\",\n                                \"display_name\": \"Internal Review\",\n                                \"description\": \"Have your own internal user make a revision on the translated content\",\n                                \"allowed_next_steps\": [],\n                                \"steps\": [],\n                                \"meta\": {}\n                            }\n                        }\n                    ],\n                    \"steps\": [],\n                    \"meta\": {}\n                },\n                {\n                    \"identifier\": \"internal_review\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/workflows/:workflow","host":["https://api.platform.sandbox.easytranslate.com"],"path":["api","v1","teams",":team_name","workflows",":workflow"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"},{"key":"workflow","value":"{{ACCOUNT_WORKFLOW_ID}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"a647a071-34a7-45f4-80d3-3652fc266f51\",\n        \"type\": \"account_workflows\",\n        \"attributes\": {\n            \"display_name\": \"Test workflo\",\n            \"description\": \"test\",\n            \"identifier\": \"deadpool_test-workflo-dt03UEfn2v\",\n            \"is_predefined\": false,\n            \"status\": \"draft\",\n            \"is_available\": true,\n            \"source_language\": {\n                \"code\": \"en\",\n                \"name\": \"English\"\n            },\n            \"has_copywriting_steps\": false,\n            \"is_machine_translation\": true,\n            \"is_ai_translation\": true,\n            \"area_of_expertise\": [],\n            \"created_at\": \"2026-03-10T15:44:57.000000Z\",\n            \"updated_at\": \"2026-03-12T09:22:22.000000Z\",\n            \"steps\": [\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"create_project\",\n                        \"display_name\": \"Upload source file\",\n                        \"description\": \"Upload your content for translation\",\n                        \"allowed_next_steps\": [\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"machine_translation\",\n                                    \"display_name\": \"Machine Translation (MT)\",\n                                    \"description\": \"Use our machine translation to translate your content\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            },\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"ai_translation\",\n                                    \"display_name\": \"AI Translation (AIT)\",\n                                    \"description\": \"Use our AI translation to translate your content\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            },\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"term_approval\",\n                                    \"display_name\": \"Term Approval\",\n                                    \"description\": \"Extracted project Terms must have Approval\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            }\n                        ],\n                        \"steps\": [\n                            {\n                                \"attributes\": {\n                                    \"identifier\": \"es_ES_create_project\",\n                                    \"parent_identifier\": \"create_project\",\n                                    \"display_name\": \"Upload source file\",\n                                    \"description\": \"Upload your content for translation\",\n                                    \"target_language\": {\n                                        \"code\": \"es_ES\",\n                                        \"name\": \"Spanish (European)\"\n                                    },\n                                    \"meta\": {\n                                        \"suppliers\": [],\n                                        \"internal_suppliers\": []\n                                    }\n                                }\n                            },\n                            {\n                                \"attributes\": {\n                                    \"identifier\": \"mk_create_project\",\n                                    \"parent_identifier\": \"create_project\",\n                                    \"display_name\": \"Upload source file\",\n                                    \"description\": \"Upload your content for translation\",\n                                    \"target_language\": {\n                                        \"code\": \"mk\",\n                                        \"name\": \"Macedonian\"\n                                    },\n                                    \"meta\": {\n                                        \"suppliers\": [],\n                                        \"internal_suppliers\": []\n                                    }\n                                }\n                            }\n                        ],\n                        \"meta\": {\n                            \"laas\": {\n                                \"source_language\": {\n                                    \"name\": \"English\",\n                                    \"code\": \"en\"\n                                },\n                                \"words_threshold\": null,\n                                \"file_words\": null,\n                                \"template_id\": \"67b86463f83dfb29aa048b98\",\n                                \"translation_memory_ids\": {\n                                    \"primary\": \"67a098c77576657eaf037c45\",\n                                    \"secondary\": []\n                                },\n                                \"term_bank_ids\": {\n                                    \"primary\": \"671f54e91bf1ee5a5002d834\",\n                                    \"secondary\": []\n                                },\n                                \"target_languages\": [\n                                    {\n                                        \"target_language\": {\n                                            \"name\": \"Spanish (European)\",\n                                            \"code\": \"es_ES\"\n                                        }\n                                    },\n                                    {\n                                        \"target_language\": {\n                                            \"name\": \"Macedonian\",\n                                            \"code\": \"mk\"\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                },\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"ai_translation\",\n                        \"display_name\": \"AI Translation (AIT)\",\n                        \"description\": \"Use our AI translation to translate your content\",\n                        \"allowed_next_steps\": [\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"supplier_review\",\n                                    \"display_name\": \"Review\",\n                                    \"description\": \"Match one of our suppliers to review your translated content\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            },\n                            {\n                                \"type\": \"account_workflow_steps\",\n                                \"attributes\": {\n                                    \"identifier\": \"complete_project\",\n                                    \"display_name\": \"Complete Project\",\n                                    \"description\": \"Finish the project\",\n                                    \"allowed_next_steps\": [],\n                                    \"steps\": [],\n                                    \"meta\": {}\n                                }\n                            }\n                        ],\n                        \"steps\": [\n                            {\n                                \"attributes\": {\n                                    \"identifier\": \"es_ES_ai_translation\",\n                                    \"parent_identifier\": \"ai_translation\",\n                                    \"display_name\": \"AI Translation (AIT)\",\n                                    \"description\": \"Use our AI translation to translate your content\",\n                                    \"target_language\": {\n                                        \"code\": \"es_ES\",\n                                        \"name\": \"Spanish (European)\"\n                                    },\n                                    \"meta\": {\n                                        \"suppliers\": [],\n                                        \"internal_suppliers\": {\n                                            \"skip_preassignment\": true,\n                                            \"suppliers\": []\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"attributes\": {\n                                    \"identifier\": \"mk_ai_translation\",\n                                    \"parent_identifier\": \"ai_translation\",\n                                    \"display_name\": \"AI Translation (AIT)\",\n                                    \"description\": \"Use our AI translation to translate your content\",\n                                    \"target_language\": {\n                                        \"code\": \"mk\",\n                                        \"name\": \"Macedonian\"\n                                    },\n                                    \"meta\": {\n                                        \"suppliers\": [],\n                                        \"internal_suppliers\": {\n                                            \"skip_preassignment\": false,\n                                            \"suppliers\": [\n                                                {\n                                                    \"id\": \"328063c4-05a3-4e4b-aaee-1530cc82e6eb\",\n                                                    \"attributes\": {\n                                                        \"first_name\": \"Mila test\",\n                                                        \"last_name\": \"Nasteva\"\n                                                    }\n                                                },\n                                                {\n                                                    \"id\": \"4f6da44d-2f6d-456b-9e7d-aaa291595e62\",\n                                                    \"attributes\": {\n                                                        \"first_name\": \"Dragana\",\n                                                        \"last_name\": \"Gligorovska\"\n                                                    }\n                                                }\n                                            ]\n                                        }\n                                    }\n                                }\n                            }\n                        ],\n                        \"meta\": {\n                            \"laas\": {\n                                \"qa\": {\n                                    \"threshold\": 90\n                                },\n                                \"target_languages\": [\n                                    {\n                                        \"target_language\": {\n                                            \"name\": \"Spanish (European)\",\n                                            \"code\": \"es_ES\"\n                                        },\n                                        \"is_supplier_needed\": false,\n                                        \"suppliers\": [],\n                                        \"is_internal_supplier_needed\": true,\n                                        \"internal_suppliers\": {\n                                            \"skip_preassignment\": true,\n                                            \"suppliers\": []\n                                        },\n                                        \"customers\": []\n                                    },\n                                    {\n                                        \"target_language\": {\n                                            \"name\": \"Macedonian\",\n                                            \"code\": \"mk\"\n                                        },\n                                        \"is_supplier_needed\": false,\n                                        \"suppliers\": [],\n                                        \"is_internal_supplier_needed\": true,\n                                        \"internal_suppliers\": {\n                                            \"skip_preassignment\": false,\n                                            \"suppliers\": [\n                                                {\n                                                    \"id\": \"328063c4-05a3-4e4b-aaee-1530cc82e6eb\",\n                                                    \"attributes\": {\n                                                        \"first_name\": \"Mila test\",\n                                                        \"last_name\": \"Nasteva\"\n                                                    }\n                                                },\n                                                {\n                                                    \"id\": \"4f6da44d-2f6d-456b-9e7d-aaa291595e62\",\n                                                    \"attributes\": {\n                                                        \"first_name\": \"Dragana\",\n                                                        \"last_name\": \"Gligorovska\"\n                                                    }\n                                                }\n                                            ]\n                                        },\n                                        \"customers\": []\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                }\n            ],\n            \"allowed_next_steps\": [\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"supplier_review\",\n                        \"display_name\": \"Review\",\n                        \"description\": \"Match one of our suppliers to review your translated content\",\n                        \"allowed_next_steps\": [],\n                        \"steps\": [],\n                        \"meta\": {}\n                    }\n                },\n                {\n                    \"type\": \"account_workflow_steps\",\n                    \"attributes\": {\n                        \"identifier\": \"complete_project\",\n                        \"display_name\": \"Complete Project\",\n                        \"description\": \"Finish the project\",\n                        \"allowed_next_steps\": [],\n                        \"steps\": [],\n                        \"meta\": {}\n                    }\n                }\n            ]\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2026 EasyTranslate A/S\",\n        \"environment\": \"testing\"\n    }\n}"}],"_postman_id":"bd9b2e6f-5491-4d37-8ad8-74095e5b9b5e"}],"id":"779704f5-1b7f-4b53-a2ec-43bccaf5e99d","_postman_id":"779704f5-1b7f-4b53-a2ec-43bccaf5e99d","description":""},{"name":"File","item":[{"name":"Show Uploaded File","id":"b709a1e4-145d-4848-97da-22298435847a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{HOST_EASYCAT_API}}/teams/:team_name/files/:file_id","urlObject":{"path":["teams",":team_name","files",":file_id"],"host":["{{HOST_EASYCAT_API}}"],"query":[],"variable":[{"description":{"content":"<p>Can be retreived from the <code>api/v1/user</code> endpoint, as part of the account for which this project should be created</p>\n","type":"text/plain"},"type":"any","value":"{{TEAM_NAME}}","key":"team_name"},{"description":{"content":"<p>Can be retreived from the <code>api/v2/teams/:team_name/projects/:project_id</code> endpoint, as part of the project and it's the <code>cattool_id</code> field from the reponse</p>\n","type":"text/plain"},"type":"any","value":"{{FILE_ID}}","key":"file_id"}]}},"response":[{"id":"5c09d7cb-9dde-42f2-a682-c01f36c3941a","name":"[200 OK]","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HOST_EASYCAT_API}}/teams/:team_name/files/:file_id","host":["{{HOST_EASYCAT_API}}"],"path":["teams",":team_name","files",":file_id"],"variable":[{"key":"team_name","value":"{{TEAM_NAME}}"},{"key":"file_id","value":"{{FILE_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Server","value":"nginx/1.18.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 22 Dec 2023 11:07:59 GMT"},{"key":"X-RateLimit-Limit","value":"256"},{"key":"X-RateLimit-Remaining","value":"255"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"69a944c54f26c1422700e983\",\n        \"type\": \"files\",\n        \"attributes\": {\n            \"name\": \"51ef9d3adca31f5aab1471dc893420db6e2e1774.docx\",\n            \"status\": \"created\",\n            \"original_file_name\": \"battery.docx\",\n            \"pipeline\": {\n                \"selected\": \"default\",\n                \"file_format\": {\n                    \"extension\": \"docx\",\n                    \"settings\": {\n                        \"decode_source\": true,\n                        \"fix_badly_escaped_characters\": true,\n                        \"global_tags\": {\n                            \"before\": [\n                                \"/\\\\{\\\\d+\\\\}|\\\\{\\\\w+>|<\\\\w+\\\\}/\",\n                                \"/(mg|g|kg|)\\\\/(mm|cm|dm|m)(²|³)/i\",\n                                \"/((cm|mm|m|dm)(²|³))$/iu\",\n                                \"/(((\\\\d+?|\\\\d+?\\\\s)(kg|g|mg|l|cl|dl|mm|cm|dm|m)))$/iu\"\n                            ],\n                            \"after\": [\n                                \"/<style[^>]*>.*?<\\\\/style>|<svg[^>]*>.*?<\\\\/svg>|<\\\\/?[a-z][^>]*>/s\",\n                                \"/\\\\\\\\n/\",\n                                \"/[\\\\n\\\\r\\\\t]+/m\",\n                                \"/\\\\s{2,}/m\",\n                                \"/&lt;run\\\\d+&gt;|&lt;\\\\/run\\\\d+&gt;/\",\n                                \"/_x000D_/\"\n                            ]\n                        },\n                        \"convert_to_tags\": [\n                            \"/\\\\{\\\\d+\\\\}|\\\\{\\\\w+>|<\\\\w+\\\\}/\",\n                            \"/(mg|g|kg|)\\\\/(mm|cm|dm|m)(²|³)/i\",\n                            \"/((cm|mm|m|dm)(²|³))$/iu\",\n                            \"/(((\\\\d+?|\\\\d+?\\\\s)(kg|g|mg|l|cl|dl|mm|cm|dm|m)))$/iu\",\n                            \"/<style[^>]*>.*?<\\\\/style>|<svg[^>]*>.*?<\\\\/svg>|<\\\\/?[a-z][^>]*>/s\",\n                            \"/\\\\\\\\n/\",\n                            \"/[\\\\n\\\\r\\\\t]+/m\",\n                            \"/\\\\s{2,}/m\",\n                            \"/&lt;run\\\\d+&gt;|&lt;\\\\/run\\\\d+&gt;/\",\n                            \"/_x000D_/\"\n                        ]\n                    }\n                },\n                \"qa\": {\n                    \"threshold\": 90,\n                    \"fixer_threshold\": 90\n                },\n                \"extra_instructions\": null\n            },\n            \"analysis\": {\n                \"hr\": {\n                    \"total\": 215,\n                    \"repetitions\": 0,\n                    \"fuzzy\": {\n                        \"match_0\": 215,\n                        \"match_1\": 0,\n                        \"match_2\": 0,\n                        \"match_3\": 0,\n                        \"match_4\": 0,\n                        \"match_5\": 0,\n                        \"match_6\": 0,\n                        \"match_7\": 0,\n                        \"match_8\": 0,\n                        \"match_9\": 0,\n                        \"match_10\": 0,\n                        \"match_11\": 0,\n                        \"match_12\": 0,\n                        \"match_13\": 0,\n                        \"match_14\": 0,\n                        \"match_15\": 0,\n                        \"match_16\": 0,\n                        \"match_17\": 0,\n                        \"match_18\": 0,\n                        \"match_19\": 0,\n                        \"match_20\": 0,\n                        \"match_21\": 0,\n                        \"match_22\": 0,\n                        \"match_23\": 0,\n                        \"match_24\": 0,\n                        \"match_25\": 0,\n                        \"match_26\": 0,\n                        \"match_27\": 0,\n                        \"match_28\": 0,\n                        \"match_29\": 0,\n                        \"match_30\": 0,\n                        \"match_31\": 0,\n                        \"match_32\": 0,\n                        \"match_33\": 0,\n                        \"match_34\": 0,\n                        \"match_35\": 0,\n                        \"match_36\": 0,\n                        \"match_37\": 0,\n                        \"match_38\": 0,\n                        \"match_39\": 0,\n                        \"match_40\": 0,\n                        \"match_41\": 0,\n                        \"match_42\": 0,\n                        \"match_43\": 0,\n                        \"match_44\": 0,\n                        \"match_45\": 0,\n                        \"match_46\": 0,\n                        \"match_47\": 0,\n                        \"match_48\": 0,\n                        \"match_49\": 0,\n                        \"match_50\": 0,\n                        \"match_51\": 0,\n                        \"match_52\": 0,\n                        \"match_53\": 0,\n                        \"match_54\": 0,\n                        \"match_55\": 0,\n                        \"match_56\": 0,\n                        \"match_57\": 0,\n                        \"match_58\": 0,\n                        \"match_59\": 0,\n                        \"match_60\": 0,\n                        \"match_61\": 0,\n                        \"match_62\": 0,\n                        \"match_63\": 0,\n                        \"match_64\": 0,\n                        \"match_65\": 0,\n                        \"match_66\": 0,\n                        \"match_67\": 0,\n                        \"match_68\": 0,\n                        \"match_69\": 0,\n                        \"match_70\": 0,\n                        \"match_71\": 0,\n                        \"match_72\": 0,\n                        \"match_73\": 0,\n                        \"match_74\": 0,\n                        \"match_75\": 0,\n                        \"match_76\": 0,\n                        \"match_77\": 0,\n                        \"match_78\": 0,\n                        \"match_79\": 0,\n                        \"match_80\": 0,\n                        \"match_81\": 0,\n                        \"match_82\": 0,\n                        \"match_83\": 0,\n                        \"match_84\": 0,\n                        \"match_85\": 0,\n                        \"match_86\": 0,\n                        \"match_87\": 0,\n                        \"match_88\": 0,\n                        \"match_89\": 0,\n                        \"match_90\": 0,\n                        \"match_91\": 0,\n                        \"match_92\": 0,\n                        \"match_93\": 0,\n                        \"match_94\": 0,\n                        \"match_95\": 0,\n                        \"match_96\": 0,\n                        \"match_97\": 0,\n                        \"match_98\": 0,\n                        \"match_99\": 0,\n                        \"match_100\": 0,\n                        \"match_101\": 0\n                    },\n                    \"extracted_terms_word_count\": 0\n                }\n            },\n            \"template_id\": \"6672d559860ad30689df10be\",\n            \"target_language_properties\": {\n                \"hr\": {\n                    \"last_step\": null,\n                    \"last_step_status\": null,\n                    \"last_step_target_file_path\": null,\n                    \"last_target_file_created_at\": null,\n                    \"last_target_file_updated_at\": null,\n                    \"steps\": {\n                        \"ai_translation\": {\n                            \"status\": null,\n                            \"target_file_path\": null,\n                            \"target_file_created_at\": null,\n                            \"target_file_updated_at\": null\n                        },\n                        \"translation\": {\n                            \"status\": null,\n                            \"target_file_path\": null,\n                            \"target_file_created_at\": null,\n                            \"target_file_updated_at\": null,\n                            \"completed_by\": null,\n                            \"last_action_by\": null,\n                            \"suppliers\": []\n                        },\n                        \"supplier_review\": {\n                            \"status\": null,\n                            \"target_file_path\": null,\n                            \"target_file_created_at\": null,\n                            \"target_file_updated_at\": null,\n                            \"completed_by\": null,\n                            \"last_action_by\": null,\n                            \"suppliers\": []\n                        }\n                    }\n                }\n            },\n            \"error_codes\": {\n                \"errors\": [],\n                \"warnings\": [],\n                \"info\": []\n            },\n            \"segment_statistics\": {\n                \"hr\": {\n                    \"total\": 14,\n                    \"confirmed\": {\n                        \"ai_translation\": 0,\n                        \"translation\": 0,\n                        \"supplier_review\": 0\n                    },\n                    \"pending\": {\n                        \"ai_translation\": 14,\n                        \"translation\": 14,\n                        \"supplier_review\": 14\n                    },\n                    \"failed\": 0,\n                    \"ai_progress_bar\": 0\n                }\n            },\n            \"type\": \"docx\",\n            \"is_multilingual\": false,\n            \"reference_files\": {\n                \"reference_instructions\": {\n                    \"content\": \"Including both running and lifting)\\nPersonal protective equipment (e.g. safety shoes, helmet, hi-vis vest, gloves) must be worn\\nduring truck operation, maintenance, and handling of consumables.\\nSpecial equipment and authorization are required for continuous operation under extreme\\ntemperatures or fluctuating air humidity.\\nIn such cases, we recommend using specially adapted trucks or purchasing a version\\ndesigned for cold storage applications.\\nLithium battery charging temperature range:\\n-20°C~55°C, low temperature (-20°C~0°C) discharge capacity than at room temperature may\\nbe reduced compared to normal, it is normal. battery can be 40°C~55°C Ambient\\ntemperature, but the battery ambient temperature is too high, especially in the long-term\\nhigh temperature battery environment, will accelerate the aging of the battery material,\\nshorten the battery life, it is not recommended for long-term use at this temperature.\\nAmbient temperature exceeding the above range of charge and discharge temperature may\\nadversely affect the battery performance or damage, may greatly shorten the battery life, it\\nshould be avoided at the above temperature.\\nThis industrial truck is designed for transporting loads as specified on the nameplate.\\nIf you want to use the truck for applications not mentioned in this manual, please first\\ncontact your authorised dealer.\\nSupply plug and display instrument\\nThis product has a compact chassis, balanced tiller and a microprocessor electronic control\\nsystem.\\nSafety valve and lowering brake protect the hydraulic system.\\nLowered heigh\",\n                    \"file_path\": null,\n                    \"character_count\": 1935,\n                    \"extracted_instructions\": \"``` \\nTechnical Safety Manual Voice\\nWrite in a clear, neutral, professional manual style suitable for industrial operators and technicians. The text should read steady and authoritative, prioritising usability over elegance.\\n\\nSafety-Critical Meaning First\\nPreserve and sharpen all safety intent, especially requirements, prohibitions, and recommendations. Use unambiguous modal language (must, should, not recommended, avoid) that matches the source’s risk level.\\n\\nTechnical Accuracy and Constraints\\nKeep specifications exact, including temperature limits, operating conditions, and stated equipment requirements. Do not soften warnings or generalise limits; ensure cause–effect statements about performance, damage, and service life remain explicit.\\n\\nTerminology and Referents\\nUse consistent terms for the equipment and components (e.g., industrial truck, truck, lithium battery, ambient temperature, consumables, authorised dealer) and keep the same term for the same concept throughout. Resolve unclear pronouns so each instruction clearly identifies what “it/this” refers to.\\n\\nEngineering Clarity and Readability\\nRewrite machine-translation artifacts into clean technical English with logical sentence structure and minimal ambiguity. Split long or tangled sentences, remove repetition, and ensure each paragraph communicates one coherent point.\\n\\nUnits, Symbols, and Ranges\\nRetain engineering notation and units exactly (e.g., °C, -20°C to 55°C) and present ranges consistently and legibly. Keep parentheses only when they clarify scope, and ensure comparative statements (e.g., reduced capacity at low temperature) are precise.\\n\\nHeadings, Fragments, and Manual Structure\\nTreat headings and labels as part of a structured manual; normalise incomplete or truncated lines into sensible headings or complete statements without adding new information. Ensure lists or series read cleanly in prose even when the source is fragmented.\\n```\",\n                    \"is_limit_exceeded\": false\n                },\n                \"project_instructions\": {\n                    \"content\": \"Instructions:\\nActive voice\\nUse active voice. Avoid passive voice.\\nIn active voice, the subject of the sentence does the action. In passive voice, the subject of the sentence has the action done to it.\\n    • Yes: Sebastian climbed the hairpins with panache.\\n    • No: The hairpins were climbed with panache by Sebastian.\\nCapitalization\\nWhen writing out an email address or website URL, use all lowercase.\\n    • info@pasnormalstudios.com\\n    • pasnormalstudios.com\\nDon’t capitalize descriptive product or feature names, like chamois or zippers. \\nContractions\\nDo not use contractions:\\n    • Yes: Sebastian cannot climb.\\n    • No: Sebastian can’t climb.\\nPercentages\\nUse the % symbol instead of spelling out \\\"per cent.\\\"\\nRanges and spans\\nUse a hyphen (-) to indicate a range or span of numbers.\\n    • It takes 20-30 days.\\nMoney/Currencies\\nWhen writing about currency, use the euro sign before the amount. Include a decimal and the number of cents if more than 0.\\n    • €20\\n    • €19.99\\nWhen writing about other currencies, follow the same symbol-amount format:\\n    • ¥1\\n    • §1\\nIf the currency does not have a symbol write the official ISO abbreviation:\\n    • 1,500 DKK\\nCapitalize the names of departments and teams (but not the word \\\"team\\\" or \\\"department\\\").\\n    • Marketing team\\n    • Support department\\nCapitalize individual job titles when referencing a specific role. Don't capitalize when referring to the role in general terms.\\n    • Our new Marketing Manager starts today.\\n    • All the managers ate croissants.\\nStates, cities, and countries\\nAll US cities should be accompanied by their state, with the exception of: Atlanta, Baltimore, Boston, Chicago, Cincinnati, Cleveland, Dallas, Denver, Detroit, Honolulu, Houston, Indianapolis, Las Vegas, Los Angeles, Miami, Milwaukee, Minneapolis, New Orleans, New York, Oklahoma City, Philadelphia, Phoenix, Pittsburgh, St. Louis, Salt Lake City, San Antonio, San Diego, San Francisco, Seattle, Washington.\\nURLs and websites\\nCapitalize the names of websites and web publications.\\nWrite positively\\nUse positive language rather than negative language.\",\n                    \"file_path\": null,\n                    \"character_count\": 1858,\n                    \"extracted_instructions\": \"``` \\nVoice and tone\\nEdit the translation so it reads clear, direct, and predominantly in active voice, avoiding passive constructions where possible. Keep wording positive and forward-looking, preferring affirmative phrasing over negative framing.\\n\\nFormality and grammar\\nMaintain a formal, written style by avoiding contractions (use “cannot”, “do not”, etc.). Ensure sentences stay natural and fluent while preserving this no-contractions register.\\n\\nCapitalization and proper names\\nUse lowercase for email addresses and website URLs (e.g., info@pasnormalstudios.com, pasnormalstudios.com). Do not capitalize descriptive product or feature names (e.g., materials or components such as chamois or zippers), but do capitalize department and team names while keeping “team/department” lowercase (e.g., Marketing team, Support department); capitalize specific job titles when referring to a particular role, but not when used generically.\\n\\nNumbers, currencies, ranges, and locations\\nFormat percentages with the % symbol, and express numeric ranges with a hyphen (20-30). For currency, place the symbol before the amount and include decimals only when cents are non-zero (e.g., €20, €19.99; same pattern for other symbol currencies); if no symbol exists, use the ISO abbreviation after the number (e.g., 1,500 DKK). For US locations, pair cities with their state except for: Atlanta, Baltimore, Boston, Chicago, Cincinnati, Cleveland, Dallas, Denver, Detroit, Honolulu, Houston, Indianapolis, Las Vegas, Los Angeles, Miami, Milwaukee, Minneapolis, New Orleans, New York, Oklahoma City, Philadelphia, Phoenix, Pittsburgh, St. Louis, Salt Lake City, San Antonio, San Diego, San Francisco, Seattle, Washington.\\n\\nWeb and publication naming\\nCapitalize the names of websites and web publications when used as proper names, while keeping the URL itself in lowercase.\\n```\",\n                    \"is_limit_exceeded\": false\n                }\n            },\n            \"created_at\": \"2026-03-05T08:54:29.094000Z\",\n            \"updated_at\": \"2026-03-05T08:55:21.359000Z\"\n        }\n    },\n    \"meta\": {\n        \"copyright\": \"Copyright 2026 EasyTranslate A/S\",\n        \"environment\": \"local\"\n    }\n}"},{"id":"972c9193-9f43-46e0-95a1-53489b30bb30","name":"Show Uploaded File","originalRequest":{"method":"GET","header":[{"key":"X-Internal-Api-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HOST_EASYCAT_API}}/teams/:team_name/files/:file_id","host":["{{HOST_EASYCAT_API}}"],"path":["teams",":team_name","files",":file_id"],"variable":[{"key":"team_name","value":"pretzelforallcom"},{"key":"file_id","value":"675ffd3a4a0716810109b7ed"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.3"},{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 16 Dec 2024 13:53:42 GMT"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"<html>\n    <head>\n        <title>400 Request Header Or Cookie Too Large</title>\n    </head>\n    <body>\n        <center>\n            <h1>400 Bad Request</h1>\n        </center>\n        <center>Request Header Or Cookie Too Large</center>\n        <hr>\n        <center>nginx/1.18.0</center>\n    </body>\n</html>"}],"_postman_id":"b709a1e4-145d-4848-97da-22298435847a"}],"id":"593b23de-674d-49fa-8bf5-b5f406be5544","_postman_id":"593b23de-674d-49fa-8bf5-b5f406be5544","description":""}],"event":[{"listen":"prerequest","script":{"id":"ec9cef4c-fe40-4a89-bfd0-afccd7c6a93d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3258848f-da3c-4fa3-b4b4-13eedf6ff5af","type":"text/javascript","exec":[""]}}],"variable":[{"key":"HOST","value":"https://api.platform.sandbox.easytranslate.com"},{"key":"HOST_EASYORDER_API","value":"https://api.platform.sandbox.easytranslate.com/laas/api/v1"},{"key":"HOST_EASYORDER_API_V2","value":"https://api.platform.sandbox.easytranslate.com/laas/api/v2","type":"string"},{"key":"HOST_STRINGS_API","value":"https://api.platform.sandbox.easytranslate.com/strings-library/api/v1","type":"string"}]}