pub async fn find_user(client: &Client, id: i32) -> Result<User, AppError>
Find an user with id = id using the PostgreSQL client
id
client