Hi, I created a simple python function, I am trying to POST a file to the function, to be processed, but it seems to only accept certain file types as POST.. when I change the file to docx, then the request become GET for some reason.
def main(context):
return context.res.json({"method": context.req.method})