{
"role_id": 1,
"role_name": "超级管理员",
"role_key": "admin",
"role_sort": 1,
"status": 1,
"check_strictly": 1,
"remark": 1
}
curl --location --request PUT '/sys_role' \
--header 'X-token: {{X-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"role_id": 1,
"role_name": "超级管理员",
"role_key": "admin",
"role_sort": 1,
"status": 1,
"check_strictly": 1,
"remark": 1
}'
{
"code": 0,
"message": "string"
}