pub fn admin_update_min_recurr(
    ctx: Context<'_, '_, '_, '_, AdminUpdateMinRecurr<'_>>,
    new_min_recurr: i64
) -> Result<()>