Authorization: Bearer ********************curl --location --request GET '/health/system' \
--header 'Authorization: Bearer <token>'{
"overall_status": "healthy",
"total_providers": 0,
"healthy_providers": 0,
"degraded_providers": 0,
"unhealthy_providers": 0,
"total_models": 0,
"healthy_models": 0,
"degraded_models": 0,
"unhealthy_models": 0,
"system_uptime": 0,
"last_updated": "2019-08-24T14:15:22Z"
}