curl --request GET \
--url https://api.lyceum.technology/api/v2/external/health/version \
--header 'Authorization: Bearer <token>'Get FastAPI and system version information.
curl --request GET \
--url https://api.lyceum.technology/api/v2/external/health/version \
--header 'Authorization: Bearer <token>'Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
Successful Response