curl --location 'https://dev.your-api-server.com/api/v2/tts/stream' \
--header 'content-type: application/json' \
--data '{
"text": "Hello from a realistic voice.",
"voice": "s3://voice-cloning-zero-shot/d9ff78ba-d016-47f6-b0ef-dd630f59414e/female-cs/manifest.json",
"output_format": "mp3"
}'string