i tried to get the auth token as below:
Though i already specified the grant_type parameter but still i am getting the below error:
{ "error" : "invalid_request", "error_description" : "Required parameter is missing: grant_type" }
What is the mistake i am doing here?