axios.post(`$urlPost$`, { body: {} }) .then(response => { console.log(response); }) .catch(e => { this.errors.push(e) })