async fn fetch_moocfi_id_by_upstream_id( tmc_access_token: &str, upstream_id: i32, ) -> Result<Option<Uuid>>
Fetches the mooc.fi UUID for a user by their upstream ID using the TMC access token.