Retrieve service health, uptime, and database connection status.
Authorization: Bearer <token>{
"status": "ok",
"uptime": 4819.2,
"database": "postgres",
"timestamp": "2026-08-21T12:00:00.000Z"
}curl -X GET "https://worksight-api.kuyacarlo.workers.dev/health" \ -H "Authorization: Bearer <API_TOKEN>" \ -H "Content-Type: application/json"