GET curl http://localhost:3000/messages POST (JSON) curl -d '{"login": "zbicin", "message": "test message"}' -H "Content-Type: application/json" -X POST http://localhost:3000/sendMessage HEAD curl -I http://localhost:3000/messages