curl --location 'https://api.voicelibrary.co/enterprise/v1/voices/add' \ --header 'api-key;' \ --form 'name="New_Voice"' \ --form 'files=@""' \ --form 'remove_background_noise="false"'
{ "voice_id": "string" }