{"success":true,"message":"🚀 Sanora Backend API is running!","timestamp":"2026-08-16T10:14:15.118Z","endpoints":{"signup":"POST /api/auth/signup","login":"POST /api/auth/login","getProfile":"GET /api/auth/profile (protected)","refreshToken":"POST /api/auth/refresh-token","logout":"POST /api/auth/logout (protected)","googleAuth":"GET /api/auth/google","googleAuthMobile":"POST /api/auth/google/mobile","verifyGoogleToken":"POST /api/auth/verify-google-token","appleAuthMobile":"POST /api/auth/apple/mobile","verifyAppleToken":"POST /api/auth/verify-apple-token","sendOTPSignup":"POST /api/auth/send-otp-signup","verifyOTPSignup":"POST /api/auth/verify-otp-signup","sendPhoneOTPSignup":"POST /api/auth/send-phone-otp-signup","verifyPhoneOTPSignup":"POST /api/auth/verify-phone-otp-signup","sendOTPPhone":"POST /send-otp (Twilio phone OTP)","verifyOTPPhone":"POST /verify-otp (Twilio phone OTP)","forgotPasswordSendOTP":"POST /api/auth/forgot-password/send-otp","forgotPasswordVerifyOTP":"POST /api/auth/forgot-password/verify-otp","forgotPasswordReset":"POST /api/auth/forgot-password/reset","updateProfile":"PUT /api/user/profile (protected)","updatePhoneSendOTP":"POST /api/user/phone/send-otp (protected)","updatePhoneVerifyOTP":"POST /api/user/phone/verify-otp (protected)","updateAlternatePhoneSendOTP":"POST /api/user/alternate-phone/send-otp (protected)","updateAlternatePhoneVerifyOTP":"POST /api/user/alternate-phone/verify-otp (protected)","removeAlternatePhone":"DELETE /api/user/alternate-phone (protected)"}}