/v1/translateText translation
Translate up to 5,000 characters between supported languages. The response contains translated text and the resolved language pair.
Text translation does not consume the organization's minute balance.
curl https://api.loquora.space/v1/translate \
-H "X-Api-Key: lq_your_key" \
-H "Content-Type: application/json" \
-d '{"text":"Привет!","source_lang":"ru","target_lang":"en"}'