Hi everyone, if anyone of you familiar with the looker API for noodlanding dashboard as pdf. I am facing some issue while passing filters in the code. Can you help me out.
I wants to add some filters on dashboard which are like below image.

But while parsing those filter values as argument in the API giving error. Any one knows how to avoid/resolve this error. Or what is the correct format to pass the filter values.
I am parsing the argument as below which is mentioned in the github API doc.
example :$ python download_dashboard_pdf.py "A Test Dashboard" '{"filter1": "value1, value2", "filter2": "value3"}'
actual code I am passing : $ python download_dashboard_pdf.py "A Test Dashboard" ‘{“Account name “: “AFB”}’
