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.
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.