Authorization: Bearer ********************
curl --location --request GET 'https://api.gezhe.com/v1/translations/'
{
"id": "string",
"name": "string",
"status": "pending",
"translateImageStatus": "none",
"from": "string",
"to": "string",
"useGlossaryId": "string",
"thumbnailRequired": true,
"imageTranslate": true,
"finishedAt": "string",
"snapImageStatus": "string",
"snapImages": "string",
"notifyURL": "string",
"downloadURL": "string",
"errorCode": "string",
"errorMsg": "string"
}