$ curl -s -X POST localhost:8080/contact \
     -H 'Content-Type: application/json' \
     -d '{"email":"spammy@email.com","message":"This is spam."}'

HTTP status: 400
Body: {"message":"Message contains 'spam' and must be at least 50 characters long."}
