Files
yankee-gnome-twitch-api/test/failure/eval-failure-create-new.bash

25 lines
319 B
Bash
Raw Normal View History

2025-02-06 12:51:43 -05:00
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
echo "##"
echo "## creating new [failure] record in the database"
echo "##"
curl -X POST \
http://localhost:8888/channel/monthly/games/failure/add \
-H 'Content-Type: application/json' \
-d '{"url": "https://www.garudanet.com/talisman.txt","hostIP":"falcon"}'