pub async fn find_by_ids( ids: Vec<Uuid>, headers: HeaderMap, ) -> Result<Vec<ShortUserResponse>, String>