{ "userName": "test" }
curl --location --request GET 'http://47.92.1.39:8005/permission/getUserRoles' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6InJvb3QiLCJleHAiOjE2NzgxNTU2MTQsInVzZXJJZCI6MTgsInVzZXJuYW1lIjoicm9vdCJ9.zWdhPwf3QRTwjjvBQx-eFkmWESgJbjTAQxC0E055V3M' \ --header 'Content-Type: application/json' \ --data-raw '{ "userName": "test" }'
{ "success": true, "errCode": null, "errMessage": null, "data": [ [ "test", "user" ] ] }