async fn get_plan_members(
plan_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<PlanMemberWithDetails>>>async fn get_plan_members(
plan_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<PlanMemberWithDetails>>>