Get routes health info
curl -X GET "https://example.com/health"{
"property1": {
"latency": 0,
"sleep_in": 0,
"status": "healthy",
"uptime": 0
},
"property2": {
"latency": 0,
"sleep_in": 0,
"status": "healthy",
"uptime": 0
}
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}