curl --request POST \
--url https://api.example.com/news/translate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"newsID": 918,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}News translate.
curl --request POST \
--url https://api.example.com/news/translate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"newsID": 918,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}