20 lines
493 B
Bash
20 lines
493 B
Bash
|
|
echo "##"
|
||
|
|
echo "##"
|
||
|
|
echo "##"
|
||
|
|
|
||
|
|
curl -X GET https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/
|
||
|
|
|
||
|
|
curl -X GET \
|
||
|
|
https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/exists \
|
||
|
|
-H 'Content-Type: application/json' \
|
||
|
|
-d '{
|
||
|
|
"url": "https://www.embanet.com/talisman.txt"
|
||
|
|
}'
|
||
|
|
|
||
|
|
curl -X GET \
|
||
|
|
https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/exists \
|
||
|
|
-H 'Content-Type: application/json' \
|
||
|
|
-d '{
|
||
|
|
"url": "https://www.embanet.com/talisman.md"
|
||
|
|
}'
|