Failed login using /oauth/ro

The URL you mentioned would be suitable if the endpoint supported a GET request.

However, the /oauth/ro endpoint requires the following:

  • you need to perform a POST request.
  • you need to provide the payload in JSON.

For reference information see: Authentication API Explorer