curl --location --request POST 'http://dev-cn.your-api-server.com/v1/voices//sample' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "<string>",
"voice_settings": {},
"language": "<string>"
}'(Generated audio file)