{
"sourceLanguage": "string",
"targetLanguages": [
"string"
],
"data": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST 'https://platform.shopranos.eu/api/Translation' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceLanguage": "string",
"targetLanguages": [
"string"
],
"data": {
"property1": "string",
"property2": "string"
}
}'