#!/usr/local/bin/bash curl --request POST \ --url 'https://gotify.tildeverse.org/message?token=redacted' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --header 'x-gotify-key: redacted' \ --data '{ "message": "A hero is needed in #institute", "priority": 5, "title": "Admin Request" }'