{}
curl --location --request POST '/openApiDigitalPerson/liveProcess/listLiveGoods' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"data": [
{
"goodsName": "string",
"categoryName": "string",
"coverImageUrl": "string",
"liveGoodsLibraryId": 0,
"createTime": {}
}
],
"requestId": "string",
"resultMsg": "string",
"errorStackTrace": null
}