{ "description": "子管理员" }
curl --location --request PUT '/sys/roles/' \ --header 'Content-Type: application/json' \ --data-raw '{ "description": "子管理员" }'
{}