When receiving this error here -
Code: 401 UNAUTHORIZED
Content:
{
"message": "Incorrect email or password"
}
These scripts should be checked:
Wrong login - correct password
Wrong login - wrong password
Correct login - wrong password
True login and correct password
How to implement verification of these scenarios with this error?