curl --location --request POST 'https://api.zhiqite.com/AIGCExternalApiServ/saas/translate/google/batch' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{"texts":["你好","世界"],"sourceLanguage":"zh","targetLanguage":"en"}'