# 先设置 LISTENHUB_API_KEYcurl -X POST "https://api.marswave.ai/openapi/v1/tts" \-H "Authorization: Bearer $LISTENHUB_API_KEY" \-H "Content-Type: application/json" \-d '{"input": "Hello, welcome to ListenHub text-to-speech.","voice": "EN-Man-General-01","response_format": "mp3","speed": 1.25}'