It’s generally really easy to query the API, which is why we don’t invest in API bindings ourselves.
You simply construct a standard HTTPS request, add a header with “Authorization: Bearer {token}”, and you’re done. Outputs all basic JSON, and input is primarily the same.
There might be a standard “works with REST APIs” library in .NET, but otherwise I’d just use the baked in HTTP client(s).