REST API Login User issue

Trying to login a user on the REST Console but the URL is wrong and I’m unable to change it to users/login. Because of this the Response always reports an error:

“code”: 3013,
“message”: “Unable to register user. Missing identity value for ‘email’”
}

This is my Request: {“login”: “james.bond@mi6.co.uk”,
“password”: “supe3rs3cre3t”
}

Rest console can be used only for the database requests. You can find the information about the login api at:

Regards,
Mark