Health check endpoint.

GET /api/health/
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "status": "healthy",
    "message": "API is running"
}