curl --location 'https://api.aworld.cloud/app/v1/quizzes//translation' \
--header 'x-external-user-id;' \
--header 'x-user-id;'{
"quizId": "string",
"lang": "en",
"question": "string",
"opt1": "string",
"opt2": "string",
"opt3": "string",
"opt4": "string",
"audioContent": {
"media": {
"url": "http://example.com",
"mediaId": "FUMzPf00hz_kcj2R2Hlzq",
"contentType": "string"
},
"sourceTextHash": "string",
"generatedAt": "2019-08-24T14:15:22.123Z"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}