Resource Owner Password authentication failure

Hi @dan.woda
I think I got what I was doing wrong. I was sending the parameters as query parameters but I was suppose to send the parameters in the request body using application/x-www-form-urlencoded encoding.
I got my answer from here:

Thank you!