pub async fn get_user_details_by_user_id(
    conn: &mut PgConnection,
    user_id: Uuid
) -> ModelResult<UserDetail>