curl --location --request GET '/ent/user/memorial_cate//edit' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"rule": [
{
"type": "string",
"field": "string",
"value": [
null
],
"title": "string",
"props": {
"type": "string",
"options": [
{
"label": "string",
"value": 0,
"pid": 0,
"number": 0
}
],
"placeholder": "string",
"props": {
"checkStrictly": true
}
}
}
],
"title": "string",
"action": "string",
"method": "string",
"confing": [
"string"
]
}
}