multipart/form-data with the following fields:name (string, required) — Name for the cloned voice.description (string, required) — Description of the voice.src (file[], required) — One or more audio sample files.voice_id and preview_url.curl --location --request POST 'https://api.zebracat.ai/v1/voice/clone' \
--header 'X-API-KEY: <api-key>' \
--form 'name=""' \
--form 'description=""' \
--form 'src=@""'{
"name": "string",
"voice_id": "string",
"description": "string",
"preview_url": "string",
"is_favourite": true
}