If it were me, I'd put something like:
(def add-link* [my_id fname surname day2 month2 year2 hour2 min2 zone2])
inside the function that handles the route, hit the endpoint as you would,
and check that add-link* is receiving the arguments you expect.
On Saturday, August 1, 2015 at 3:46:47 AM UT
I have a route in my Luminus project:
(POST "/add_link" [my_id fname surname day2 month2 year2 hour2 min2
zone2]
(let [link (add-user-planets-aspects! [fname
surname nil nil nil
(Integer/parseInt day2) (Integer/parseInt month2) (Integer/parseInt year2)
(Integer/pars