Returns a filtered list of models accessible to the currently authenticated user based on their assigned role or permissions. This helps in enforcing access control and ensuring that users only view models relevant to their role (e.g., Admin, Viewer, Editor).
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.