Authorization: Bearer ********************
curl --location --request POST 'https://api.gezhe.com/v1/translations' \
--form 'file=@""' \
--form 'fileURL=""' \
--form 'name=""' \
--form 'from=""' \
--form 'to=""' \
--form 'useGlossaryId=""' \
--form 'thumbnailRequired=""' \
--form 'imageTranslate=""' \
--form 'byStep=""' \
--form 'notifyURL=""'
{
"id": "string",
"errorCode": "string",
"errorMsg": "string"
}