Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am using the following PowerShell code to attempt to create a Third Party VPN Peer in a Meraki organization.[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$api_key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
$header = @{
...