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

22 lines
326 B
Bash
Raw Permalink Normal View History

2025-02-06 12:51:43 -05:00
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
echo "##"
echo "## creating new [success] record in the database"
echo "##"
2025-03-10 09:39:38 -04:00
curl -X POST http://localhost:8888/channel/monthly/games/success/add -H 'Content-Type: application/json' -d '{"url": "https://www.embanet.com/talisman.txt","hostIP":"asdf","hostName":"veneno"}'