POST http://localhost:3001/api/blogs content-type: application/json { "title": "Another blog", "author": "Andrew", "url": "www.andrew.eu", "likes": 1000 }