curl --location --request POST '/audiotts/tts' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"language": "普通话",
"rid": "string",
"style": "string",
"styledegree": "string",
"uid": "string",
"rate": 50,
"volume": 100
}'