Connect to API from c# client

What is the problem?
Hello,
I am making REST API web application client in c# and I want to access octoprint API in my application. How to access printer API from c# code?
Thank you

This is not the proper place for this type of question, maybe look on other C# forums for creating REST API apps. But relative to your question, I'm sure you've already found the documentation for the REST API and what commands/calls are available.

https://docs.octoprint.org/en/master/api/index.html

I just did a web search and got this.