this is my first question and I would like to know how to send the following test parameters to my FastAPI API:
to: (string)
name: (string)
files: (array)
what is the correct syntax? I am trying with the following:
self.client.post ("/ email", dict (to = "", name = "", files = "hi.pdf"))