I’m trying to PUT a single file via webhook and using the file field for that purpose. Description says
A file object to be attached to the request. The request will automatically be converted to multipart/form-data
, with the above payload type defining the sub content-type for the data being passed.
However, I don’t need multipart/form-data
Can a get rid of it?
Is there a way to send a file similar to what Postman does: (Content-Type: application/zip or application/pdf) ?