12-21-2023, 03:49 PM
maybe someone finds a use for this
these are generated through the opera gx promotion
Code:
TOKEN=$(curl 'https://api.discord.gx.games/v1/direct-fulfillment' \
-H 'content-type: application/json' \
--data-raw '{"partnerUserId":"'$(head -c 16 /dev/urandom | xxd -ps)'"}' |\
jq -r '.token')
echo "https://discord.com/billing/partner-promotions/1180231712274387115/$TOKEN" -s 2> /dev/null