Authorization: Bearer ********************{
"model": "cosyvoice-v2",
"voice": "longxiaochun",
"input": "欢迎使用POLOAPI"
}curl --location '/v1/audio/speech' \
--header 'X-Request-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Channel;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "cosyvoice-v2",
"voice": "longxiaochun",
"input": "欢迎使用POLOAPI"
}'