🕌 Sanga Official Blog API Server Available endpoints: 🔐 AUTH & HEALTH - GET /api/health - Health check 💳 PAYMENT PROCESSING - POST /api/payments/process-donation - Process donation - POST /api/payments/quick-donation - Quick donation - POST /api/payments/verify - Verify payment 👤 USER MANAGEMENT - POST /api/auth/login - User login - GET /api/users - Get all users - POST /api/users - Create user - GET /api/users/{id} - Get user by ID 🌍 COUNTRY MANAGEMENT - GET /api/countries - Get all countries - POST /api/countries - Create country 💰 TRANSACTION MANAGEMENT - GET /api/transactions - Get all transactions - POST /api/transactions - Create transaction 📊 PAYMENT ANALYTICS - GET /api/analytics/transactions/{email} - Get transaction history - GET /api/analytics/statistics - Get transaction statistics Server: Hello, Java 21.0.10!