Update multiple headers at once
void updateHeaders(Map<String, String> headers) { _dio.options.headers.addAll(headers); }