Terraform import failing with 400 on Genesys Cloud Org Export

Does anyone know why terraform import fails with a 400 Bad Request when trying to map exported Genesys Cloud JSON to existing state files? I am attempting to use the CX as Code exporter for disaster recovery validation, but the mapping step throws an error.

Error: error importing resource "genesyscloud_routing_queue.main": 400 Bad Request: {"code":"invalid_request","message":"Unable to find resource with id: 12345"}
  • Provider version: 1.65.0
  • Exporter tool: gc-exporter v2.1
  • Target: Routing Queues and Users

The JSON export contains the correct IDs, yet Terraform cannot locate them during the import phase. Is there a specific flag for gc-exporter I am missing to handle org-level resources?