{"note":"Toutes les routes protégées nécessitent : Authorization: Bearer {token}","protectedRoutes":["POST   http://localhost:8080/api/births              → Créer un acte","PUT    http://localhost:8080/api/births/{id}/confirmer → Confirmer + QR","PUT    http://localhost:8080/api/births/{id}/notifier  → Notifier parents","PUT    http://localhost:8080/api/births/{id}/exporter  → Exporter acte","GET    http://localhost:8080/api/births               → Tous les actes","POST   http://localhost:8080/api/born-declarations    → Créer déclaration","GET    http://localhost:8080/api/born-declarations    → Toutes les déclarations","POST   http://localhost:8080/api/deaths               → Créer acte de décès","GET    http://localhost:8080/api/users                → Tous les utilisateurs","GET    http://localhost:8080/api/analysis/statistics  → Statistiques"],"message":"Bienvenue sur Identica Gateway","publicRoutes":["POST http://localhost:8080/api/auth/login","POST http://localhost:8080/api/auth/register","POST http://localhost:8080/api/auth/refresh-token","GET  http://localhost:8080/services","GET  http://localhost:8080/health"]}