POST /api/v2/conversations/calls 400 malformed participant address

Trying to create a call via C# HttpClient. Docs say destination needs to be an object.

{ “destinationAddress”: { “phoneNumber”: “+15550199” } }

Returns 400 immediately. Says malformed address. Not sure what I’m missing here.