curl --location --request POST '/ai/localization/translate' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceLang": "en",
"targetLang": "en",
"entityType": "activity",
"fields": {
"property1": "string",
"property2": "string"
},
"slideContent": {
"background": "string",
"textColor": "string",
"boxColor": "string",
"contents": [
{
"type": "string",
"text": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
]
}
}'{
"translatedFields": {
"property1": "string",
"property2": "string"
},
"translatedSlideContent": {
"background": "string",
"textColor": "string",
"boxColor": "string",
"contents": [
{
"type": "string",
"text": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
]
}
}