{
"name": "string",
"pageNum": "string",
"pageSize": "string",
"sort": "string",
"status": "string"
}
curl --location --request POST '/openApiDigitalPerson/customer/totalAudioWorkList' \
--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 '{
"name": "string",
"pageNum": "string",
"pageSize": "string",
"sort": "string",
"status": "string"
}'
{
"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
}