> As for multipart testing api it should be something like > ``` > req.set_multipart(vec![ > MultipartField::String("someField", "value whatever here") > ]); > ``` > > or just a MultipartForm object which is kind of like a map that you pass into set_multipart which sets all the required headers - https://discord.com/channels/771444961383153695/993360047331606598/993362982627188757