Get server health
Get the health of the server and some useful information.
curl -X GET "http://localhost:4004/health/"{
"status": "string",
"uptime": "string",
"docURL": "http://example.com",
"apiVersions": "string"
}Get the health of the server and some useful information.
curl -X GET "http://localhost:4004/health/"{
"status": "string",
"uptime": "string",
"docURL": "http://example.com",
"apiVersions": "string"
}curl -X GET "http://localhost:4004/health/"