curl --location -g --request GET '/api/video-translate/{{API_TOKEN}}?id=36'
{
"code": "string",
"message": "string",
"detail": {
"id": 0,
"url": "string",
"videoType": "string",
"from": "string",
"to": "string",
"ttsVoice": "string",
"videoId": "string",
"title": "string",
"videoDuration": 0,
"success": true,
"errDesc": "string",
"resultVideo": "string",
"resultVideo2": "string",
"resultSubtitle": "string",
"callback": "string"
},
"success": true
}