curl --location --request POST 'http://dev-cn.your-api-server.com/v1/voices/add//' \ --header 'xi-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "new_name": "<string>" }'
{ "voice_id": "<string>" }