What is the difference between
request.ContentType = "application/json; charset=utf-8";
and
request.ContentType = "application/x-www-form-urlencoded";
What is the difference between
request.ContentType = "application/json; charset=utf-8";
and
request.ContentType = "application/x-www-form-urlencoded";