about summary refs log blame commit diff stats
path: root/gotify.sh.example
blob: 72caa066f53c0e88e96cabbfaec22d44b19ca9a5 (plain) (tree)
1
2
3
4
5
6





                                                                                                              
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": 2,  "title": "Admin Request" }'