#!/bin/bash TITLE="My Title" MESSAGE="Hello: ![](https://gotify.net/img/logo.png)" PRIORITY=5 URL="http://localhost:8008/message?token=" curl -s -S --data '{"message": "'"${MESSAGE}"'", "title": "'"${TITLE}"'", "priority":'"${PRIORITY}"', "extras": {"client::display": {"contentType": "text/markdown"}}}' -H 'Content-Type: application/json' "$URL"