resource names casing sometimes get changes when read in Access Control
Sometimes resouce names can get change to lower case even though they are casesed Camel.
will then appear as auditlogs in the access control Can method
{
name: "auditLogs",
list: "/administration/auditLogs",
show: "/administration/auditLogs/show/:id",
meta: {
icon: <></>,
parent: "administration",
label: "Audit Logs",
},
},
will then appear as auditlogs in the access control Can method
