API Search for Assets

I was just using the example to start:

{
  "match": "all",
  "filters": [
     { "field": "operating-system", "operator": "contains", "value": "Microsoft Windows 10" }
  ]
}

I tried yours above and still get the 406 error.