Liveness endpoint; returns 200 when process is responsive.
curl https://api.letta.com/v1/health/ \ -H "Authorization: Bearer $LETTA_API_KEY"
{ "status": "status", "version": "version" }