curl -X POST \ 'https://localhost:3001/contact' \ --header 'Accept: */*' \ --header 'User-Agent: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "", "email": "", "message": "", "timestamp": "" }'