Health godoc
@Description Returns the health and status of the various services that make up the API.
@Tags health
@Accept application/json
@Produce application/json
@Success 200 {object} models.HealthResponse
@Failure 500 {string} string
@Router /health [get]