{
"userName":""
}
curl --location --request POST 'http://localhost:8080/kk/globalruleset/selectManageUser' \
--header 'token: 667a86b9-ea8d-4c02-8297-0438cd644795' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName":""
}'
{"total":1,"rows":[{"userId":4,"userName":"sub"}],"code":0,"msg":"查询成功"}