Send webhooks to your endpoint below and replay them easily.
Windows CMD:
curl -X POST https://hookcrate.io/hook/sitemap.xml -H "Content-Type: application/json" -d "{\"test\": \"Hello Hookcrate!\"}"
macOS / Linux / WSL:
curl -X POST https://hookcrate.io/hook/sitemap.xml -H "Content-Type: application/json" -d '{"test": "Hello Hookcrate!"}'