Authorization: Bearer ********************curl --location 'https://witlark.com/kling/v1/audio/tts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"text": "string",
"voice_id": "string",
"voice_language": "string",
"voice_speed": 0
}'{}