# webhook_post # send curl post request function webhook_post() { curl -X POST "$1" }