curl -X POST "https://api.platform.com/v1/audio/voices/clone" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": ,
"voice_id": "",
"model": "u2-tts-clone",
"clone_prompt": {
"prompt_audio": ,
"prompt_text": ""
},
"text": ""
}'