curl --request GET \
--url http://localhost:8080/health{
"status": "<string>",
"api_version": "<string>",
"bot_version": "<string>",
"features": {
"monitoring": true,
"maintenance": true,
"reporting": true,
"webhooks": true
}
}curl --request GET \
--url http://localhost:8080/health{
"status": "<string>",
"api_version": "<string>",
"bot_version": "<string>",
"features": {
"monitoring": true,
"maintenance": true,
"reporting": true,
"webhooks": true
}
}