Wrapper to get_meta function that returns a list of time off policies.
Value
A httr::response()
object where the content is a JSON format that contains the
list of time off policies.
Examples
if (FALSE) {
res <- get_timeoff_policies()
httr::content(res, "parsed")
}