asked on
This one is working
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate
dynamic obj = new
{
email = email,
first_name = first_name,
last_name = last_name,
phone = phone
};
string jsonString = JsonConvert.SerializeObject(obj, Formatting.Indented);
//return format sample = "{\"email\":\"helladsfoworldasdfdd63d86@gmail.com\",\"first_name\":\"Jill\",\"last_name\":\"Chill\",\"phone\":\"(310)597-1111\"}";