The base url for the api. Tends to be something like https://api.example.com/v2/ or similar.
the authorization token for the service. You'll have to get it from somewhere else.
the content-type of POST, PUT, etc. bodies.
an injected http client, or null if you want to use a default-constructed one
The httpClient param was added on December 26, 2020.