If you explore http responses in the Network tab on DevTools of
/api/auth:check
/api/roles:check
/api/uiSchemaTemplates:list
/api/uiSchemas:getJsonSchema/nocobase-admin-menu
/api/collections:listMeta
you can see a lot of stuff, grasping how the whole thing works and get all the menus and collections in the whole app, even those you’re not supposed to know they exist.
Can these http responses be encoded and respectively decoded on the client?