/client/translate instead/client/translate/client/translateAPI-KEY: ********************curl --location --request POST '/ai/translate' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"out_lang_code": "string"
}'null