curl --location 'https://api.302.ai/302/vt/voice/clone' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "url": "string", "start_time": 0, "end_time": 0, "text": "string" }'
{ "status": 0, "data": { "voice_id": "string" } }