const axios = require('axios'); const postData = { mangaId: 'yourMangaId', mangaName: 'yourMangaName' }; axios.post('http://localhost:4000/insert', postData)