curl --request GET \
--url http://localhost:8091/api/health{
"status": "ok",
"emailEnabled": true
}Returns the health status of the application. This is a public endpoint that does not require authentication.
curl --request GET \
--url http://localhost:8091/api/health{
"status": "ok",
"emailEnabled": true
}