I want to make a complex query to a Flask-Restless api using Requests. I am not sure how to build the following query from the examples with Requests. How do I make this query?
GET /api/person?q={"filters":[{"name":"age","op":"ge","val":10}]} HTTP/1.1 Host: example.com