{ "userName" : "user" }
curl --location --request GET 'http://47.92.1.39:8005/permission/getUserPermission' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6InJvb3QiLCJleHAiOjE2Nzg0NDc1ODQsInVzZXJJZCI6MTgsInVzZXJuYW1lIjoicm9vdCJ9.wMcI6iMMC9TEa8On2Lx4b6YdXS-phVDv-1MYfpsKnNo' \ --header 'Content-Type: application/json' \ --data-raw '{ "userName" : "user" }'
{ "success": true, "errCode": null, "errMessage": null, "data": [ [ "wht", "/user/add", "add" ], [ "wht", "f7e470a1-4763-4f3d-80fc-b634c5f709ec/about", "read" ] ] }