Same guy, just hit my posting limit because its a new account. This is the error message it gave me: Invoke-WebRequest : Cannot bind parameter ‘Headers’. Cannot convert the “Content-Type: application/json” value of type
“System.String” to type “System.Collections.IDictionary”.
At line:2 char:6
The output stream for this command is already redirected.
+ CategoryInfo : ParserError: ( , ParentContainsErrorRecordException
+ FullyQualifiedErrorId : StreamAlreadyRedirected
Great, so at least we know this is the correct endpoint and it works. Now you can either use Invoke WebRequest or try to figure out how to dance around curl in windows
Glad we figured it out. If this was helpful, kindly switch back to the original posted and mark one of the answers (most helpful) as solution. Thank you.