{
    "statusCode": {
        "OK": 200,
        "INTERNAL_SERVER_ERROR": 500,
        "DATA_NOT_FOUND": 204,
        "UNAUTHORIZED": 401,
        "BAD_REQUEST": 400,
        "NOT_FOUND": 404
    },
    "otpExpiration": 10,
    "apiV1Prefix": "/api/v1",
    "adminV1Prefix": "/admin/v1",
    "bcrypt": {
        "saltRounds": 10
    },
    "resMessage": {
        "Doctor_Created_Successfully": "Doctor created successfully",
        "Doctor_Updated_Successfully": "Doctor updated successfully",
        "Doctor_Logout_Success": "Doctor Logout Successfully",
        "REJECTION_REASON": "Please mention rejection reason",
        "Price_Set_Successfully": "Price Set Successfully",
        "Data_Not_Found": "Data not found",
        "category_update_success": "Category updated successfully",
        "Data_Already_Exist": "Data already exist",
        "Data_Added_Successfully": "Data added successfully",
        "You_Are_Already_Login_With_this_Account": "You are already login with this account",
        "Data_Created_Successfully": "Data created successfully",
        "Data_Fetch_Successfully": "Data fetch successfully",
        "Data_Updated_Successfully": "Data updated successfully",
        "Data_Deleted_Successfully": "Data deleted successfully",
        "Signup_Add_Successfully": "User created successfully and OTP sent",
        "Otp_Verify_Successfully": "OTP Verified Successfully",
        "Otp_WRONG": "Wrong OTP",
        "Otp_Send_Success": "OTP sent successfully",
        "Otp_Resend_Success": "OTP Resent Successfully",
        "OTP_EXPIRED": "OTP Expired",
        "Otp_Resend_Failed": "Failed to resend OTP. Please try again.",
        "User_Not_Found": "User not found",
        "Profile_Update_Success": "Profile updated successfully",
        "Your_Account_is_Blocked": "Your Account is Blocked...!",
        "Your_Account_is_Not_Approved": "Your Account is Not Approved...!",
        "Incorrect_Username_Password": "Incorrect username or password",
        "User_register_Successfully": "User register Successfully.",
        "User_login_Successfully": "User login Successfully.",
        "User_Not_Exist": "User does not exist",
        "User_Logout_Success": "User Logout Successfully",
        "User_Details_Found_Success": "User details retrieved successfully",
        "Token_Required": "Token is required",
        "Change_Password_Success": "Password changed successfully",
        "New_Password_Not_Match": "New passwords do not match",
        "Current_Password_Incorrect": "'Current password is incorrect",
        "Create_New_Password_Success": "Create New Password Successfully",
        "Admin_Not_Found": "Admin not found",
        "Admin_Register_suuccess": "Admin Registration successfull",
        "Clinic_Added_Successfully": "Clinic Added Successfully",
        "Admin_Logout_Success": "Admin Logout Successfully",
        "Admin_Login_Success": "Admin login Successfully.",
        "Incorrect_Email_Password": "Incorrect email or password",
        "DOCTOR_NOT_FOUND": "Doctor Not Found",
        "AVAILABLE_TIME_ADDED_SUCCESSFULLY": "Available Time Added Successfully",
        "TIME_SLOT_ALREADY_BOOKED": "This time slot is already booked",
        "APPOINTMENT_BOOKED_SUCCESSFULLY": "Appointment Booked Successfully",
        "APPOINTMENT_NOT_FOUND": "Appointment Not Found",
        "CHOOSE_PAYMENT_METHOD": "Appointment Not Booked Yet",
        "SLOT_LIST": "Slot List",
        "PROFILE": "profile",
        "DOCTOR_LIST": "Doctor List",
        "APPOINTMENT_LIST": "Appointment List",
        "PATIENT_ADDED": "Patient Added Successfully",
        "PATIENT_NOT_FOUND": "Patient Not Found",
        "DUPLICATE_MEDICIAN_FOUND": "Duplicate Medicines Found",
        "PRESCRIPTION_ADDED_SUCCESSFULLY": "Prescription Added Successfully",
        "PRESCRIPTION_UPDATE_SUCCESSFULLY": "Prescription Updated Successfully",
        "PRESCRIPTION_NOT_FOUND": "Prescription Not Found",
        "PRESCRIPTION_ALRADY_EXIST": "Prescription Already Exist",
        "PRESCRIPTION_LIST": "Prescription List",
        "MEDICINE_ADDED": "medicine added successfully",
        "DOCTOR_ASSIGN_SUCCESSFULLY": "Doctor Assign Successfully",
        "NOTES_ADDED_SUCCESSFULLY": "Notes Add Successfully",
        "Notes_Data": "Notes Data",
        "Report_Allowed_Seven_Days": "Report Allowed to upload Only Seven Days",
        "Fav_MEDICINE_UPDATE_SUCCESSFULLY": "Favourite Medicine Updated Successfully",
        "Clinic_Already_Exist": "Clinic Already Exist",
        "Web_Already_Exist": "Web Already Exist",
        "Feature_Already_Exist": "Feature Already Exist",
        "Feature_Added_Success": "Feature Added Successfully",
        "Feature_Update_success": "Feature Updated Successfully",
        "Feature_Del_Success": "Feature Deleted Successfully",
        "plan_Already_Exist": "plan Already Exist",
        "plan_Added_Success": "plan Added Successfully",
        "plan_Update_success": "plan Updated Successfully",
        "plan_Del_Success": "plan Deleted Successfully",
        "SubDoctor_Create_Successfully": "SubDoctor create Successfully",
        "SubDoctor_Already_Exist": "SubDoctor Already Exist",
        "SubDoctor_List_Successfully": "SubDoctor List Successfully",
        "SubDoctor_Status_Update_Successfully": "SubDoctor Status Update Successfully"
    },
    "userRoles": {
        "SUPERADMIN": "superadmin",
        "DOCTOR": "doctor",
        "PATIENT": "patient",
        "ADMIN": "admin",
        "USER": "user",
        "SUBDOCTOR": "subdoctor",
        "CLINIC": "clinic"
    },
    "appointmentType": {
        "ONLINE": "online",
        "OFFLINE": "offline"
    },
    "SlotType": {
        "OnCall": "onCall",
        "OnVisit": "onVisit"
    },
    "DoctorRequest": {
        "PENDING": "pending",
        "ACCEPT": "accepted",
        "REJECT": "rejected"
    },
    "appointmentMode": {
        "ONLINE": "online",
        "OFFLINE": "offline",
        "BOTH": "both"
    },
    "appointmentStatus": {
        "BOOKED": "booked",
        "CANCELED": "canceled",
        "PENDING": "pending",
        "NOTIFIED": "notified",
        "ACCEPT": "accepted"
    },
    "PaymentStatus": {
        "PENDING": "pending",
        "COMPLETE": "complete",
        "FAILED": "failed"
    },
    "paymentMethod": {
        "CASH": "cash",
        "ONLINE": "online",
        "WALLET": "wallet"
    },
    "notificationTypes": {
        "information": "information",
        "Request": "Request",
        "warning": "warning"
    },
    "thirdPartAPI": {
        "GoogleMapAPI": "https://maps.googleapis.com/maps/api/geocode/json",
        "ZoomTokenAPI": "https://zoom.us/oauth/token",
        "ZoomMeetingAPI": "https://api.zoom.us/v2/users/me/meetings",
        "WhatsAppMessageAPI": "https://live-mt-server.wati.io/436834/api/v1/sendTemplateMessage"
    },
    "WahtsAppTemplateId": {
        "Send_Zoom_Meeting_Link": "send_consultation_link",
        "Appointment_Booked_Link": "appointment_booked"
    },
    "notificationType": {},
    "DefaultImage": {
        "Doctor": "https://api.hugahealth.com/uploads/avatar/default_doctor.png"
    },
    "ContentType": {
        "Home": {
            "Banner": 1,
            "CWA": 2,
            "WhyChooseHugaHealth": 3,
            "FAQ": 4,
            "Footer": 5
        }
    }
}