I registered for and received my auth token. Every time I try this matches api I get a network error RC=301 Moved Permanently. This happens in swagger https://ftc-events.firstinspires.org/try-it-out/index.html and with this
curl -X GET “http://ftc-api.firstinspires.org/v2.0/2022/matches/USNCRoQ?tournamentLevel=qual&end=999” -H “accept: application/json” -H “Authorization: Basic replaceYourTokenHere”
Please advise. Thanks!