WQL+example
The following is a search card for all the User cards:
If you edited that card, you would find the following CQL query:
{ "type": "User" }
which roughly translates to:
Find all cards of the type "User."
or, more casually:
Gimme all the User cards.
See many more examples at CQL Syntax.