Authorization: Bearer ********************{
"model": "string",
"input": "string",
"voice": "string",
"response_format": "string",
"speed": 0
}curl --location --request POST 'https://xuedingmao.top/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"voice": "string",
"response_format": "string",
"speed": 0
}'{}