CURL format to retrieve records with Filter

I have 1000 records in my database and don’t want to parse it all. I want to limit the number of returned items by using a filter but I don’t see the CURL formatting in the example. They only provide JavaScript.

Here’s what I have but it returns the entire database and the single record I am trying to match.

/usr/bin/curl -X GET “https://api.knack.com/v1/objects/object_7/records?filters=“match”:“or”,“rules”:{“field”:“field_32_raw”, “operator”:“contains”,“value”:“1408”}” -H “X-Knack-Application-Id:[MY APP ID]” -H “X-Knack-REST-API-Key:[MY API KEY]”

(This forum is adding the curly quotes. Mine are straight)