curl --location --request GET 'http://47.92.1.39:8005/permission/getAllUserRoles' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwZXJtaXNzaW9ucyI6WyJkZWxldGUiXSwicm9sZXMiOlsiYWRtaW4iXSwiZXhwIjoxNjY3MDUxNzY1LCJ1c2VybmFtZSI6IndodCJ9.7MBcTXBvAYNKb0VMycT38o4f0zXwRnYZJx4ld7mzB7Y'
{ "success": true, "errCode": null, "errMessage": null, "data": [ [ "wht", "admin" ], [ "wht", "root" ], [ "wht", "user" ], [ "test", "user" ] ] }