curl --location --request PUT 'http://127.0.0.1:8000/admin/rule/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "string",
"sort": "string",
"key": "string",
"path": "string",
"status": "string",
"show": "string",
"parent_id": "string"
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}