Good morning. I'm searching a database through an API called Swagger, which Curl uses for searches. I wanted to know if using curl it is possible to use combined filters, that is, if I look for people who are male and over 25, that I take out the subjects that meet both conditions (the curl order that executes removes all men, and all those over 25). Thank you very much in advance.