Using Reference https://stackoverflow.com/questions/55099299/assign-a-license-microsoft-graph-api
await client.Users[user.Id].AssignLicense(licensesToAdd, licensesToRemove).Request().PostAsync();
But in abow help what would be the value of “licensesToRemove” ?