Authorization: Bearer ********************curl --location --request GET '/health/provider/?gateway' \
--header 'Authorization: Bearer <token>'{
"provider": "string",
"gateway": "string",
"status": "online",
"total_models": 0,
"healthy_models": 0,
"degraded_models": 0,
"unhealthy_models": 0,
"avg_response_time_ms": 0,
"overall_uptime": 0,
"last_checked": "2019-08-24T14:15:22Z",
"error_message": "string"
}