SyntaxFix
Write A Post
Hire A Developer
Questions
Not sure about the reason but Removing lines charset=utf8 from con.setRequestProperty("Content-Type", "application/json; charset=utf8") resolved the issue.
charset=utf8
con.setRequestProperty("Content-Type", "application/json; charset=utf8")