Open
Description
Related to translate-tools/linguist#457
Request example:
await fetch('https://deeplx.vercel.app/translate', {method: 'post', headers: {'content-type': 'application/json'}, body: JSON.stringify({"text": "have a try", "source_lang": "auto", "target_lang": "ja"})})