Build the UI in the Next.js admin portal for System Admins to manage Entities.
- Create a data table to list all active Entities.
- Build a form modal/page to "Add New Entity".
- Build a form modal/page to "Issue Admin Credentials" for an entity.
- Connect these UI components to the GET and POST /api/v1/entities endpoints.
Build the UI in the Next.js admin portal for System Admins to manage Entities.