ApiRenderClient constructor
Creates a client against baseUrl (e.g. https://render.example.com),
authenticating with apiToken when set.
Implementation
ApiRenderClient({required this.baseUrl, this.apiToken, http.Client? httpClient})
: _http = httpClient ?? http.Client();