Okta SDK - Initial Use

If I want to create a group using this SDK, do I create a new console project and install the SDK using Nuget? This is how I started. Is this the correct method?

@gmatteson Hi, here is Okta API doc for the standard groups operation.
https://developer.okta.com/docs/reference/api/groups/#add-group
You can start to test in postman before run it in the sdk.
If you are using .net, yes you can refer the sdk.