A client can filter for matching resources by performing a POST
against the special .search
endpoint and providing a filter query parameter, as described above. Pagination parameters can also be provided.
The response is formatted as a list response containing zero or more matching resources in the Resources
field. If the request is valid, the response returns a 200 OK
status code, even if no matching resources are found.