Has anyone tried the Start-SodPolicy cmdlet in the PowerShell SDK?
I can run via Postman but not PowerShell.
The error I receive from PowerShell is
$Response = Invoke-WebRequest -Uri $UriBuilder.Uri `
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| { “errorName”: “NotSupportedException”, “errorMessage”: “RESTEASY003065: Cannot consume content type”, “trackingId”: “766bdda1768d4fe0850fef87101faae7” }