Files
yankee-gnome-twitch-api/test/success/eval-success-create-new.bash
2025-02-06 12:51:43 -05:00

25 lines
335 B
Bash

#!/bin/bash
##
reset
clear
##
set -e
set -x
##
echo "##"
echo "## creating new [success] record in the database"
echo "##"
curl -X POST \
https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/add \
-H 'Content-Type: application/json' \
-d '{"url": "https://www.embanet.com/talisman.txt","hostIP":"asdf"}'