curl https://api.deepl.com/v2/translate \ -d auth_key=[yourAuthKey] \ -d "text=Hello, world!" \ -d "target_lang=DE"
{ "translations": [{ "detected_source_language":"EN", "text":"Hallo, Welt!" }] }