Importing existing Genesys Cloud routing queues into Terraform state

What’s the correct syntax for importing a routing queue? I’m trying to bring our existing queues into state without recreating them. Running terraform import genesyscloud_routing_queue.my_queue <queue-id> gives me a 404 error when I try to use the queue name instead of the ID. How do I map the existing API resource to the Terraform config properly? I have the queue ID from the GET /api/v2/routing/queues endpoint, but the state file isn’t updating correctly.