$ curl -s -X POST localhost:8080/contact \
     -H 'Content-Type: application/json' \
     -d '{"email":"user@example.com","message":"This is a legitimate message about an issue I'm facing."}'

HTTP status: 200
Body: Contact form submitted successfully!
