Quick start
curl -sS http://ded_merginit_com/healthz
curl -sS http://ded_merginit_com/blocklist
curl -sS -H "X-Admin-Token: <token>" -H "Content-Type: application/json" -d '{"entries":["foo.com","bar.io"]}' http://ded_merginit_com/blocklist
curl -sS -H "X-Admin-Token: <token>" -H "Content-Type: application/json" -d '{"url":"https://example.com/list.txt"}' http://ded_merginit_com/blocklist
curl -sS 'http://ded_merginit_com/check?q=test@example.com'
curl -sS http://ded_merginit_com/validate
curl -sS http://ded_merginit_com/psl
http://ded_merginit_com/report/check?input=test%40example.com
http://ded_merginit_com/report
Tip: add “| jq” to pretty-print JSON if you have jq installed.