Write complete code (with and without parameter) for webform in C#5 .NET code for using Newtonsoft/RestSharp/other for sending Whatsapp approved template from the Whatsapp Cloud API and run it via Team Viewer in the present application

Job ID: 37529926

Budget: ₹600 – ₹1,500 INR

I need someone to write complete code (with and without parameter) for a webform in C#5 .NET code. The code should use Newtonsoft library for sending Whatsapp approved templates from the Whatsapp Cloud API. I would also need assistance with running the code via Team Viewer in my present application.

Ideal Skills and Experience:
- Proficiency in C# and .NET framework
- Experience with using Newtonsoft library for sending Whatsapp templates
- Familiarity with the Whatsapp Cloud API
- Ability to troubleshoot and assist with integrating the code into an existing application.

The API is as follows
curl -i -X POST ` https://graph.facebook.com/v17.0/184320058096612/messages ` -H 'Authorization: Bearer TOEKN
-H 'Content-Type: application/json' ` -d '{ \"messaging_product\": \"whatsapp\", \"to\": \"\", \"type\": \"template\", \"template\": { \"name\": \"hello_world\", \"language\": { \"code\": \"en_US\" } } }'