{
"agentId": "1",
"appId": "1",
"code": "fl1",
"delFlag": "0",
"desc": "1",
"image": "1",
"name": "分类1",
"params": {},
"pid": "1",
"siteId": "1",
"status": "1",
"tenantId": "000000",
"type": "p",
"weigh": 0
}curl --location --request POST '/uc/ucGoodsCategory' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "1",
"appId": "1",
"code": "fl1",
"delFlag": "0",
"desc": "1",
"image": "1",
"name": "分类1",
"params": {},
"pid": "1",
"siteId": "1",
"status": "1",
"tenantId": "000000",
"type": "p",
"weigh": 0
}'{
"code": 0,
"data": null,
"message": "string",
"status": 0
}