-- PUT
curl -H "Content-Type: application/json" -X PUT -d '{"id":1, "name": "account updated", "email":"account@test.com"}' http://localhost:8080/accounts/1

-- DELETE
curl -X DELETE http://localhost:8080/accounts/1