Returns the health of registered components.
curl --request GET \ --url https://api.ziplink.click/v1/system/health
{ "cache_database": "healthy", "license": "healthy", "message_queue": "healthy", "relational_database": "healthy", "static_storage": "healthy" }
OK
The response is of type object.
object