async notifier_save(data) {
    return axios.post('api/notifier/' + data.method, data).then(response => (response.data))
  }