Hi there!
I REALLY like your app -- thanks for taking the time to develop/share with the community.
One question I had was around REST endpoint:
/services/pdf export
I dug through the python code and saw it accepts two pieces of data:
data = [
('DashboardURL', dashboard_url),
('ScheduleParam', schedule_param),
]
But I couldn't figure out how to get it working. Can you please share a working example?
Thanks!