Some GET API calls take query parameters. The library can support this with an additional option: `#(query ,data)`. For instance: ``` lisp > (rcrly:get-plans '(#(query (#(per_page 150) #(cursor true))))) ```