Terraform `genesyscloud_user` schema change in v1.35.0

Upgrading the Genesys Cloud provider to v1.35.0 broke our CI. The genesyscloud_user resource now expects routing_email inside a routing_profile block, but the docs are vague. Our previous config passed it directly on the user resource. Terraform throws Error: Unsupported argument on apply. I’ve tried wrapping it in routing_profile { routing_email = ... } but it still fails validation. Is there a migration path or am I missing a nested attribute structure?