pub async fn insert(
    conn: &mut PgConnection,
    user_points_update_strategy: UserPointsUpdateStrategy
) -> ModelResult<Uuid>