Submit POST Request
submit_post_request(gallery, endpoint, request_params, request_body,
encode, content_type = NULL,
alteryx_api_key = getOption("alteryx_api_key"),
alteryx_secret_key = getOption("alteryx_secret_key"), ...)
URL for your Alteryx Gallery
The api endpoint beginning and ending with "/"
List of request parameters
JSON body of request containing values for app questions
Encoding passed to httr::POST
Content type passed to httr::POST
Admin API key for target environment
Admin API secret key for target environment
Additional arguments passed to parse_request_response