pub async fn update_user_country( conn: &mut PgConnection, user_id: Uuid, country: &str, ) -> Result<(), Error>