text: Text to translateout_lang_code: Target language code (vi, en, ja, ko, zh, etc.)curl --location --request POST '/ai/client/translate' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"out_lang_code": "string"
}'null