For your security, do not include your API authentication token in code that
is intended to be shared with others.
Call this function via console, always when possible.
If you must call it in code do not include the actual API token.
Instead, pass the token via a variable in .Renviron, and do not share
your .Renviron file. For example:
dwapi::configure(auth_token = Sys.getenv("DW_AUTH_TOKEN"))