#!/usr/bin/bash curl \ -X POST \ -H "Content-Type: application/json" \ -d '{"username": "system", "content": "'$1'"}' \ $DISCORD_STATUS_WEBHOOK_URL