How can i convert Payload with array of JSON objects in PowerShell?
I am currently facing issue where in I cant able to convert the payload into array of Json objects
[{}] in powershell. I am using below code and I am getting only JSON object in output which is not expected