Syntax in getting started blog

I’m trying to use this syntax:

curl — user :YOUR-PROJECT-SECRET
https://.infura.io/v3/YOUR-PROJECT-ID

from https://blog.infura.io/getting-started-with-infura-28e41844cc89/

but I get

curl: option -: is unknown
curl: try ‘curl --help’ or ‘curl --manual’ for more information

What’s the right place to ask this sort of question? reading the curl help I tried the following but got a 404

❯ curl --user sam@neurogrid.com:SECRET /v3/98b0034df1b146fb96af39624687baf
404 page not found

Many thanks in advance

Hey @tansaku, and welcome to the Infura community! It looks like you’re missing the network in your https line :slight_smile: you can copy the endpoint with whatever network you’d like to use, and that should fix the issue!