{"message":"Welcome to Arogya Nari API - Healthcare Platform","version":"2.0.0","status":"operational","endpoints":{"health":"GET /health","db_check":"GET /db-check","institution_register":"POST /api/auth/institution/registration","institution_login":"POST /api/auth/institution/login","institution_logout":"POST /api/auth/institution/logout","user_login":"POST /api/auth/user/login","user_logout":"POST /api/auth/user/logout","user_register":"POST /api/auth/user/registration","password_reset_request":"POST /api/auth/password/request-reset","password_reset_validate":"GET /api/auth/password/validate-token/:token","password_reset":"POST /api/auth/password/reset","email_verification_send":"POST /api/auth/email/send-verification","email_verification_verify":"POST /api/auth/email/verify-email","email_verification_status":"GET /api/auth/email/verification-status","email_verification_resend":"POST /api/auth/email/resend-verification","file_upload":"POST /api/files/upload","file_download":"GET /api/files/:fileId/download","files_by_patient":"GET /api/files/patient/:patientId","workforce_list":"GET /api/workforce/:institutionId (deprecated - limited results)","workforce_search":"GET /api/workforce/search?email=user@example.com","workforce_search_by_institution":"GET /api/workforce/search/:institutionId?email=user@example.com","workforce_add":"POST /api/workforce/:institutionId","workforce_update":"PUT /api/workforce/:workforceId","workforce_remove":"DELETE /api/workforce/:workforceId","users_list":"GET /api/users","user_details":"GET /api/users/:userId","user_create":"POST /api/users","user_update":"PUT /api/users/:userId","user_delete":"DELETE /api/users/:userId","patients_by_institution":"GET /api/patients/institution/:institutionId","patient_details":"GET /api/patients/:patientId","patient_create":"POST /api/patients","patient_update":"PUT /api/patients/:patientId","patient_delete":"DELETE /api/patients/:patientId","patient_assign_staff":"POST /api/patients/:patientId/assign-staff","intake_form_create":"POST /api/patient-intake-forms","intake_form_get":"GET /api/patient-intake-forms/:formId","intake_form_update_section":"PUT /api/patient-intake-forms/:formId/section","intake_form_send_to_patient":"POST /api/patient-intake-forms/:formId/send-to-patient","intake_form_progress":"GET /api/patient-intake-forms/:formId/progress","intake_form_signature":"POST /api/patient-intake-forms/:formId/signature","intake_forms_by_patient":"GET /api/patient-intake-forms/patient/:patientId","intake_forms_by_institution":"GET /api/patient-intake-forms/institution/:institutionId","adherence_form_create":"POST /api/patient-adherence-forms","adherence_form_get":"GET /api/patient-adherence-forms/:formId","adherence_form_update_section":"PUT /api/patient-adherence-forms/:formId/section","adherence_form_submit":"POST /api/patient-adherence-forms/:formId/submit","adherence_form_progress":"GET /api/patient-adherence-forms/:formId/progress","adherence_forms_by_patient":"GET /api/patient-adherence-forms/patient/:patientId","adherence_forms_by_institution":"GET /api/patient-adherence-forms/institution/:institutionId","adherence_form_create_self":"POST /api/patient-adherence-forms/patient/create","adherence_form_my_forms":"GET /api/patient-adherence-forms/patient/my-forms","test_email":"POST /api/test/email","test_institution":"POST /test-institution"}}