{
"text": "xxx",
"temperature": 0.7,
"top_p": 0.7
}curl --location --request POST '/fish/v1/tts' \
--header 'Authorization;' \
--header 'model: speech-1.5' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "xxx",
"temperature": 0.7,
"top_p": 0.7
}'{}