Ftc-api RC 301 Moved Permanently

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!

You likely need to use -L to ask it to follow redirects. Can you give that a try?

-Danny

Better yet, use https instead of http. I was able to successfully access

https://ftc-api.firstinspires.org/v2.0/2022/matches/USNCROQ?tournamentLevel=qual&start=0&end=999