{"message":"Eco Home Finder Backend API","version":"1.0.0","endpoints":{"health":"/health","epc":{"search":"/api/epc/search?postcode=<postcode> (full data with columns)","simplified":"/api/epc/simplified?postcode=<postcode> (essential fields only)","raw":"/api/epc/raw?postcode=<postcode> (original API format)"},"email":{"send":"POST /api/email/send (body: { \"to\": \"email@example.com\" })"},"propertyReport":{"sendSimple":"POST /api/property-report/send-simple (body: { customerName, customerEmail, customerPhone, postcode, lmkKey, canUseForMarketing })","send":"POST /api/property-report/send (body: PropertyReportRequest)","validate":"POST /api/property-report/validate (body: { \"customerEmail\": \"...\", \"customerPhone\": \"...\", \"postcode\": \"...\" })"}},"documentation":{"rateLimit":"5 requests per 1 hour"}}