@ikitommi thanks for the clear explanation of the problem. It helps to see things in context :)
Hey, we're trying to use a param that starts with a number for :body-params and the clojure compiler is not letting it work
so like :body-params [360_variable :- string?]
any way to make that work?
would :body [{variable :360_variable} {:360_variable string?}]
work?
or just: :body [body {:360_variable string?}]
...
Awesome, thanks for that advice @ ikitommi
We appreciate it