Kapiva Clinics Provider - API Server
This Next.js server provides secure API routes for the provider application.
Available Endpoints:
GET /api/health- Health checkPOST /api/billing/create-invoice- Create invoice (secured)POST /api/inventory/adjust- Adjust stock (secured)POST /api/inventory/receive- Receive stock (secured)POST /api/patients/merge- Merge patients (secured)