curl --request GET \
--url http://localhost/api/api/permissions \
--header 'Authorization: Bearer <token>'[
{
"results": [
{
"resource": "<string>",
"actions": [
{
"id": 123,
"action": "<string>",
"resource": "<string>",
"label": "<string>"
}
]
}
]
}
]curl --request GET \
--url http://localhost/api/api/permissions \
--header 'Authorization: Bearer <token>'[
{
"results": [
{
"resource": "<string>",
"actions": [
{
"id": 123,
"action": "<string>",
"resource": "<string>",
"label": "<string>"
}
]
}
]
}
]