I am trying to use HTTPURLConnection make a POST method call to a server api. The JSON version of the body of my call is:
{
"grant_type" : "password",
"username" : "perry.marange@zmod.co",
"password" : "password"
}
How do I add this part using httpURLConnection?