Hi,
I am trying to generate the session using the postman with the below URL
<URL>/rest/auth/1/session
method: POST
Body:
{"username": "<UNAME>","password": "<PWD>"}
But I am getting the below error:
{
"errorMessages": [
"Login failed"
],
"errors": {}
}
Here I tried the password with Token and generic login password. But no Luck. Please help here. Thanks!