axios.post('http://127.0.0.1:5000/api/users', {ID: ID, name: name}) .then((response) => { console.log(response); }) .catch((error) => { console.log(error); } ・axios ...