Currently working on Zapier rest hook using Zapier CLI, the issue i’m facing is how to handle file when multipart/form-data is sent to the resthook target URL.
This is sample code, but i need the one to handle multipart.
https://github.com/zapier/zapier-platform/blob/main/example-apps/rest-hooks/triggers/recipe.js
Thank you