The .NET SDK can help you to develop a Tradecloud API v2 client and webhook service in .NET and C#
Download and install .NET Core (either Runtime or SDK) 8.0
git clone https://github.com/tradecloud/tradecloud-sdk-dotnet.git
cd tradecloud-sdk-dotnetgit fetch
git pulldotnet sln add (ls -r **/*.csproj)dotnet sln add $(ls -r **/*.csproj)