curl --location --request POST '/openApiDigitalPerson/customer/updatePersonAssetName' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --form 'digitalPersonAssetsId=""' \ --form 'name=""'
{ "code": 200, "data": [ { "silenceDuration": null, "speechRate": null, "channelId": null, "beginTime": 0, "emotionValue": null, "text": "哈哈哈哈哈哈哈", "endTime": 1240 } ], "requestId": "AeRvI34s", "resultMsg": "执行成功", "host": "daily-acp-03", "errorStackTrace": null }