{
"prompt": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/Translation/prompt/' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string"
}'
{
"text": "string",
"sourceLanguageCode": "string"
}