{"message":"🚀 Email Service Platform API","version":"2.0.0","documentation":"/api/docs","legal":{"terms":"/terms","privacy":"/privacy"},"endpoints":{"health":"/health","auth":{"login":"POST /api/auth/login","register":"POST /api/auth/register","refresh":"POST /api/auth/refresh"},"projects":{"list":"GET /api/projects","create":"POST /api/projects","update":"PUT /api/projects/:id","delete":"DELETE /api/projects/:id"},"templates":{"list":"GET /api/templates","create":"POST /api/templates","update":"PUT /api/templates/:id"},"email":{"send":"POST /api/email/send","sendWithTemplate":"POST /api/email/send-template","logs":"GET /api/email/logs"},"stats":{"overview":"GET /api/stats/overview","byProject":"GET /api/stats/project/:id"},"legacy":{"bugReport":"POST /api/legacy/send-bug-report"}}}