# General curl -H 'Content-Type: application/json' -d '{"text": "Hello World"}' <YOUR WEBHOOK URL> # Discord curl -H 'Content-Type: application/json' -d '{"content": "Hello World"}' <YOUR WEBHOOK URL>