Authorization: Bearer ********************{
"text": "你好,这是一段测试文本",
"temperature": 0.7,
"top_p": 0.7,
"chunk_length": 200,
"normalize": true,
"format": "mp3",
"mp3_bitrate": 128,
"latency": "normal"
}curl --location 'https://drwa.openai-next.com/fish/v1/tts' \
--header 'model;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"text": "你好,这是一段测试文本",
"temperature": 0.7,
"top_p": 0.7,
"chunk_length": 200,
"normalize": true,
"format": "mp3",
"mp3_bitrate": 128,
"latency": "normal"
}'