Answers for "how to send data through discord webhook using batch script"

0

how to send data through discord webhook using batch script

curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST --data "{"content": "Posted Via Command line"}" -discord-webhook-link-
Posted by: Guest on January-12-2022

Code answers related to "how to send data through discord webhook using batch script"

Browse Popular Code Answers by Language