Using a B402 SOM chipset (cellular modem)
To use PowerShell’s Invoke-WebRequest command, what would be the equivalent command to:
curl https://api.particle.io/v1/products/vaporox-cell-16980/sims
-d sims[]=<redacted>
-d access_token=<redacted>
(where the sims[]
data is the IICID of the SOM’s radio)
…I tried a bunch of combinations, but PowerShell always gives some type of error!