pub fn remap_ids_in_content(
    content: &Value,
    chaged_ids: HashMap<Uuid, Uuid>
) -> UtilResult<Value>