share-lt/cmd/curl_send_user_toast_message.sh
2026-02-15 18:10:20 +01:00

11 lines
267 B
Bash
Executable file

#!/usr/bin/env bash
# URL='http://127.0.0.1:8000'
curl -X POST $URL/api/notifications/preview-site-built \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"message": "Published to LIVE 💯🚀🎯 - site notification!"}'