getHealth

@GET(value = "v1/health/version")
abstract suspend fun getHealth(): HealthDto

Checks the health and version of the Study Planet server.

Return

The HealthDto representing the health and version information.