curl --location --request POST 'http://dev-cn.your-api-server.com/b1/api/v3/translate' \
--header 'content-type: application/json' \
--data-raw '{
"to": "string",
"platform": "string",
"data": {}
}'
{
"err": null,
"result": "London ist die Hauptstadt und größte Stadt Englands und des Vereinigten Königreichs.",
"sourceTransliteration": "London is the capital and largest city of England and of the United Kingdom.",
"targetTransliteration": "London ist die Hauptstadt und grosste Stadt Englands und des Vereinigten Konigreichs."
}