Problems with API

Can somebody help me to create a valid GET-Query for a filter:

https:// … /sales-channel-api/v1/product?filter[stock]=50      works fine

 

But how can I create things like:

https:// … /sales-channel-api/v1/product?        with a filter described in the docs like            { “filter”: [{ “type”: “equals”, “field”: “stock”, “value”: 1 }] }

Hallo, bin mittlerweile selbst ein Stück weiter gekommen:

Die komplexere Form der Filterabfrage muss über einen POST-Request laufen.