fn get_nested_value(base: &Value, path: &[String]) -> Option<Value>
Get the nested value from a JSON object.