addProduct() { let uri = \'http://localhost:8000/api/auth/product\'; let jwttoken = localStorage.getItem(\'token\') this.axios.post(uri, this.product, {h