{
"ismenu": true,
"name": "A级会员",
"pid": "1",
"remark": "备注",
"status": "1",
"title": "A级会员规则",
"weigh": 0
}curl --location --request POST '/uc/ucUserRule' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"ismenu": true,
"name": "A级会员",
"pid": "1",
"remark": "备注",
"status": "1",
"title": "A级会员规则",
"weigh": 0
}'{
"code": 0,
"data": null,
"message": "string",
"status": 0
}