axios({ method: 'post', url: baseUrl + 'applications/' + appName + '/dataexport/plantypes' + plan, headers: {}, data: { foo: 'bar', // This is the body part } });