How do I properly import existing Genesys Cloud IVRs into the Terraform state file? We’ve been using the Nice CXone provider and want to start managing some legacy resources as code. Running terraform import genesyscloud_ivr_v2.main <id> fails with a generic error about missing attributes. The ID format looks correct. Is there a specific way to fetch the JSON via the API first to match the schema? Need the exact steps to avoid state drift.