Is it possible to invoke local with multipart/form-data

Hi there,

I am trying to build a serverless function that should receive an event that contains some json data and at least 1 file. How do I create an event test file that I can invoke locally by passing it as an argument to ‘serverless invoke local --path’?