Add headers that should be sent with all API calls.
@override ClientIO addHeader(String key, String value) { _headers![key] = value; return this; }