To deliver a report of Dyn DNS updates, you can run the following command:
``
bash
echo "... your response here ..." | curl https://discord.com/api/webhooks/-100169748253411382/1511697499654459422/1812605657 --output /dev/null -w "%{X-Docs-Client-IP} %{X-Pingreftimer-Start}" --user your-discord-client-token
`
Note that your-discord-client-token` should be replaced with your Discord API token. The syntax of the curl command might vary depending on the target platforms (Discord or Telegram), please refer to their official documentation for more information.
The rest is just "Send NOTHING" as per the instructions in case you encounter errors using "send_message".