curl --request POST \
--url https://api.jiekou.ai/v3/glm-tts \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"input": "<string>",
"speed": 123,
"voice": "<string>",
"volume": 123,
"response_format": "<string>",
"watermark_enabled": true
}
'