Wrapper for httr::PUT that automatically handles authentication.
gofigr_PUT(gf, url, expected_status_code = 200, ...)
result of calling the underlying httr request function
configured GoFigr client
URL to make the request to, relative to the API URL e.g. user/
expected HTTP response code. We will throw an exception if it differs.
passed to the httr request function