{"message":"Pure PHP E-commerce API Backend","version":"1.1.0","features":["Pure PHP implementation","No third-party dependencies","Custom JWT authentication","Stripe & Razorpay integration","Local file uploads","MySQL database","Hero banner management","Multi-device image support","Product management system","Email marketing system"],"endpoints":{"POST \/api\/register.php":"User registration","POST \/api\/login.php":"User login","POST \/api\/admin.php":"Admin login","POST \/api\/get-user-details.php":"Get user details","POST \/api\/get-user-profile.php":"Get user profile","POST \/api\/update-user-profile.php":"Update user profile","POST \/api\/all-users.php":"Get all users (Admin)","GET \/api\/list-products.php":"List all products","POST \/api\/single-product.php":"Get single product","POST \/api\/add-product.php":"Add product (Admin)","POST \/api\/update-product.php":"Update product (Admin)","POST \/api\/remove-product.php":"Remove product (Admin)","GET \/api\/list-heroes.php":"List all hero banners","POST \/api\/add-hero.php":"Add hero banner (Admin)","POST \/api\/remove-hero.php":"Remove hero banner (Admin)","POST \/api\/toggle-hero-status.php":"Toggle hero banner status (Admin)","GET \/api\/email-templates.php":"Get all email templates (Admin)","POST \/api\/create-email-template.php":"Create email template (Admin)","POST \/api\/send-email-campaign.php":"Send email campaign (Admin)","GET \/api\/email-stats.php":"Get daily email stats (Admin)","POST \/api\/add-to-cart.php":"Add to cart","POST \/api\/update-cart.php":"Update cart","POST \/api\/get-cart.php":"Get cart","POST \/api\/place-order.php":"Place COD order","POST \/api\/stripe-order.php":"Place Stripe order","POST \/api\/razorpay-order.php":"Place Razorpay order","POST \/api\/verify-stripe.php":"Verify Stripe payment","POST \/api\/verify-razorpay.php":"Verify Razorpay payment","POST \/api\/all-orders.php":"All orders (Admin)","POST \/api\/user-orders.php":"User orders","POST \/api\/update-status.php":"Update order status (Admin)"},"hero_management":{"supported_devices":["desktop","tablet","mobile"],"image_formats":["JPEG","PNG","WebP"],"max_file_size":"5MB","recommended_sizes":{"desktop":"1920x600px","tablet":"1024x400px","mobile":"768x400px"}},"email_marketing":{"daily_limit":50,"supported_variables":["{{name}}","{{first_name}}","{{store_url}}","{{store_name}}","{{expiry_date}}","{{current_date}}"],"template_types":["promotion","discount","delivery","bulk_offer","general"]},"admin_features":["Product CRUD operations","Hero banner management","Order status updates","User management","Email marketing campaigns","Multi-device image uploads","Real-time status toggling","File cleanup on deletion"]}