How do I use GET requests using Alpaca?

This is a bit like a noob question, but I don’t know how to use GET requests with alpaca. I want to get information about an asset GET/v2/assets/{symbol} This is the link: Assets - Documentation | Alpaca Any help would be appreciated.

Also, I am coding in C#

If you are not familiar with http request, I suggest you directly use the C# client that has been developed by others.
The prefix of the GET method can be found somewhere in the API document. The C# client can be found in the resources link on alpaca websites.