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