curl --request POST \
--url https://py-api.hobbo.ai/features/translation \
--header 'Content-Type: application/json' \
--data '
{
"input_text": "<string>",
"target_language": "<string>",
"translation_id": "<string>"
}
'{
"translated_text": "<string>"
}Translate content of the review
curl --request POST \
--url https://py-api.hobbo.ai/features/translation \
--header 'Content-Type: application/json' \
--data '
{
"input_text": "<string>",
"target_language": "<string>",
"translation_id": "<string>"
}
'{
"translated_text": "<string>"
}