import { del, get, patch, post, put } from './base' export const login = ({ url, body }) => { return post(url, { body }) }