async user_update(data) {
    return axios.post('api/users/' + data.id, data).then(response => (response.data))
  }