- Add new `/userMgr/create` endpoint for superusers to create users with specified types - Update AddUser function to accept user type parameter - Add documentation for the new endpoint in api.md - Remove debug log comment in auth.go
Restructure documentation by moving API details from README.md to docs/api.md Update README.md to reference the new API documentation location