400 Bad Request on POST /api/v2/conversations/calls

Trying to initiate a call via the Python SDK but hitting a 400 error immediately. The payload looks standard, but the response says the participant address is malformed. Here is the dict I’m passing to create_conversation: {'to': {'phoneNumber': '+15551234567'}, 'from': {'phoneNumber': '+15559876543'}, 'type': 'call'}. What am I missing?