I have an existing req as (GET "/:client_id/client_page")[client_id](get_Client_info client_id), and I want to add optional parameter old_client_id=all how can I append in the get request to obtain optional parameter, I am using compojure
(GET "/:client_id/client_page")[client_id](get_Client_info client_id)
old_client_id=all