Check Graph API Health

GET
/graph/v1/health

Response Body

application/json

curl -X GET "http://localhost:3001/graph/v1/health"
{
  "status": "ok",
  "uptime": 123.45,
  "timestamp": "2024-02-09T10:54:19Z"
}