{"name":"SorryBut Backend API","version":"1.0.0","status":"running","endpoints":{"auth":{"POST /auth/request-otp":"Request an OTP code","POST /auth/login":"Log in with email + OTP code","GET /auth/check":"Check premium status","POST /auth/verify-email":"Send OTP to verify email","POST /auth/confirm-email":"Confirm email with OTP"},"checkout":{"POST /checkout":"Create a Stripe payment session"},"premium":{"GET /premium-reasons":"Get a random excuse (auth required)","GET /i18n":"Get UI translations (auth required)","GET /languages":"List supported languages"},"payment":{"GET /payment/success":"Payment success page (activates premium)","GET /payment/cancel":"Payment canceled page"},"webhook":{"POST /webhook/stripe":"Stripe webhook (signature required)"}}}