- Changed authorization schemes in AuthController, RolesController, and UsersController from JwtBearerDefaults.AuthenticationScheme to "Bearer" for uniformity across the application. - Added new endpoints in UsersController to retrieve user roles and permissions by user ID, enhancing user management capabilities.