Headers to include in the HTTP request.
@override Map<String, String> get headers { final headers = {'Content-Type': 'application/json', ...customHeaders}; return headers; }