🏥 Health Check

GET /api/v1/health

Verifica o status da API.

Response: 200 OK

{
  "ok": true,
  "service": "teodosius-api",
  "uptime": 1234567890
}