curl --location --request GET 'http://47.92.1.39:8005/permission/getAllPermission' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6IlN1cGVyVklQIiwiZXhwIjoxNjc1OTk4NDQyLCJ1c2VySWQiOjQxLCJ1c2VybmFtZSI6InRlc3QwMyJ9.fRZF_ElmqzkPqigG0qiO4KAqD5TZ93ZGIvrn3seefVA'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
[
"bob",
"/user/add",
"edit"
],
[
"wht",
"/user/add",
"add"
],
[
"wht",
"f7e470a1-4763-4f3d-80fc-b634c5f709ec/about",
"read"
]
]
}