Trying to program a queue transfer via the Conversations API. The goal is to route the call to a specific queue while preserving the span context for our OTel pipeline.
Hitting a 400 Bad Request with this payload:
{
"to": { "id": "queue-uuid-here", "type": "queue" }
}
The error message is vague. Is the to object structure wrong? Need to get this working before the Manila shift ends.