iMA API
API server is running on port 3001
Available Endpoints:
GET /api/health- Health checkGET /api/organizations- List organizationsPOST /api/organizations- Create organizationGET /api/users- List users (with filters)POST /api/users- Create userGET /api/users/:id- Get user by IDPUT /api/users/:id- Update userDELETE /api/users/:id- Delete userPOST /api/users/bulk- Bulk import users (JSON/CSV)GET /api/notes- List notesPOST /api/notes- Create note