Is there a way to send a raw request? for ex I used to do something like this with https://github.com/twg/devour: ``` api.runMiddleware({ url: api.apiUrl + '/users/' + id + '/password', method: 'PATCH', data, model: 'update-password-request' }) ```
Is there a way to send a raw request? for ex I used to do something like this with https://github.com/twg/devour: