ig_generic_POST: A Generic POST Function
Description
This is a function that can be used for most all endpoints of the API that
accept a signed body of JSON data for a POST. This reduces the amount of redundant
code inside each unique function that pings the endpoints.
Usage
ig_generic_POST(relative_endpoint, body_as_list, return_df = FALSE,
verbose = FALSE)