{
"goodsName": "string",
"categoryCode": 0,
"coverImageUrl": "string",
"liveGoodsLibraryId": 0
}
curl --location --request POST '/openApiDigitalPerson/liveProcess/updateGoods' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsName": "string",
"categoryCode": 0,
"coverImageUrl": "string",
"liveGoodsLibraryId": 0
}'
{}