Create an endpoint for System Admins to provision the first entity_admin account for a newly created Entity.
- POST /api/v1/entities/:id/admins - Creates a new user with the entity_admin role linked to the specified entity ID.
- Must securely hash the initial password and return the user details.
Create an endpoint for System Admins to provision the first entity_admin account for a newly created Entity.