I am trying to make API call using C#. I am not getting as to which url i should point to make API calls. Also it would be good if you can help me out as to how to make a call with an example. I have already tried it using Process.Start but i don't think it is a good practice to do so by running the process locally. Could you suggest a better alternative ?
Thank You !