A few issues. axios is not a property of the object, so you don't need to prefix this., your API URL should have a protocol http://localhost... and the request body is stored in the data property of the axios response console.log(response.data)
I seem to remember trying to console.log the full response object myself, and never getting any output. I have no idea why this might be, perhaps I'm remembering wrong but worth a try