POSTing using curl

curl -X POST "http://localhost:8080/projectsā€¯

curl -X POST "http://localhost:8080/accounts -H 'connection: close'

(by default, curl uses connection: keep-alive)