{
"permissions": [
"notification:send_from:system"
]
}curl --location 'http://localhost:8000/auth/test/rbac' \
--header 'Content-Type: application/json' \
--data '{
"permissions": [
"notification:send_from:system"
]
}'null