헬스 체크

피드 가용성과 신선도.

GET /api/v1/health

피드가 살아 있는지와 스냅샷이 얼마나 최신인지를 보고합니다.

요청

curl https://upcuit.com/api/v1/health

응답

200 OK

{
  "api_version": 1,
  "healthy": true,
  "has_snapshot": true,
  "data_age_ms": 2000,
  "last_error_at": null
}