{ "username": "小a", "mobile": "136" }
curl --location --request DELETE 'http://localhost:8088/auth-server/sysUser/delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "小a", "mobile": "136" }'
{}