pub async fn get_user_by_id( user_id: String, db_pool: &PgPool, ) -> Result<User, Error>
Returns a user from the database with the given user_id.
user_id