curl --location --request POST 'http://127.0.0.1:8080/personalvoices/douhuzi?api-version' \
--header 'Ocp-Apim-Subscription-Key: 7412a7fa041c44b2b0ef1970fda7a779' \
--form 'projectId="92fcf3ef-d3da-4714-a555-4eb7bf9fc840"' \
--form 'consentId="douhuzi"' \
--form 'audiodata=@"D:\\upload\\voiceClone\\20240111\\huzi.wav"'
{
"value": [
{
"id": "string",
"speakerProfileId": "12bc5f59-1c8b-4d1f-876c-19f7de84ad29",
"displayName": "string",
"description": "string",
"projectId": "string",
"consentId": "string",
"audios": {
"containerUrl": "string",
"prefix": "string",
"extensions": [
"string"
]
},
"properties": {
"failureReason": "None"
},
"status": "NotStarted",
"createdDateTime": "2019-08-24T14:15:22Z",
"lastActionDateTime": "2019-08-24T14:15:22Z"
}
],
"nextLink": "http://example.com"
}