{"message":"KBL Bank Backend API","version":"1.0.0","status":"online","base_url":"https:\/\/kbl.dashwin.in","endpoints":{"authentication":{"POST \/api\/auth\/login":"User login with mobile and PIN"},"profile":{"GET \/api\/profile":"Get user profile (name, last login, notification count)"},"account":{"GET \/api\/account\/summary":"Get account summary (for Account Details screen)","GET \/api\/account\/details":"Get full account details (for MyAccountScreen)","GET \/api\/account\/transactions":"Get transactions (for Statement screens)"}},"documentation":{"github":"https:\/\/github.com\/your-repo","docs":"See README.md for complete documentation"},"quick_start":{"step_1":"Import database_setup.sql to MySQL","step_2":"Update config.php with your database credentials","step_3":"Login: POST \/api\/auth\/login with {\"mobile\":\"9876543210\",\"pin\":\"1234\"}","step_4":"Get profile: GET \/api\/profile with Authorization: Bearer {token}","step_5":"Get account details: GET \/api\/account\/details with Authorization: Bearer {token}"}}