After some digging, I found the examples from the doc is a missing the Content-Type header,-H “Content-Type: application/json”, and when added to the request everything worked as expected. It’s also worth noting that aContent-Typeheader is required for any POST or PUT call that contains a request body with JSON.