{"digitalPersonWorksId":"2754","name":"测试TTS作品1"}
curl --location --request POST '/openApiDigitalPerson/customer/updateWorkName' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --header 'Content-Type: application/json' \ --data-raw '{"digitalPersonWorksId":"2754","name":"测试TTS作品1"}'
{ "code": 200, "data": "请求成功", "requestId": "UkYx8sWp", "resultMsg": "执行成功", "host": "daily-acp-03", "errorStackTrace": null }