Returns the headers from the Dio instance, converting values to strings.
@override Map<String, String> get headers => _dio.options.headers.map((key, value) => MapEntry(key, value.toString()));