Health-check endpoint for the NHL Stats REST API
(https://api.nhle.com/stats/rest/ping). This endpoint is non-tabular
and is not language-scoped: the raw parsed payload is returned as-is
rather than wrapped in a fastRhockey_data tibble.
Examples
# \donttest{
try(nhl_stats_ping())
#> named list()
# }
