import axiosClient from '../network/axios'; export default { requestChangeUserInfo: ({id, body}) => axiosClient.put(`users/${id}`, body), };