pub fn add_value_to_map( map: Map<String, Value>, (key, value): (String, Value), ) -> Map<String, Value>