This is a simple landing page. Use the API routes under /api for auth requests.
Example endpoints:
POST /api/auth/registerPOST /api/auth/loginPOST /api/auth/phone/send-otpPOST /api/auth/phone/verify-otpWhen testing, add the header Accept: application/json so the API returns JSON errors.