curl --location --request POST 'http://dev-cn.your-api-server.com/language/translate/v2/detect' \ --header 'content-type: application/json' \ --data-raw '{ "q": "string" }'
{}