const api = {}; api.post = function(url, body){ return m.request({ method: 'POST', url, body }); }; export default api;