Either one of them throws this error.
Invoke-RestMethod : {“errors”:[{“msg”:“Either \u0027value\u0027, \u0027values\u0027 or \u0027fieldValues\u0027 must be provided”}]}
I looked at the network tab when i use the UI to do this and to me the API call looks the same as what I am using.
As you can see I am providing the values parameter? Does anyone know how to call this api successfully?
I could not get your curl to work but this one worked but thanks to trying to use curl instead of my original powershell i eventually go it to work. Thank you.