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