I am trying to call customer login api.
{{url}}/index.php/rest/V1/integration/customer/token
with body
{
"username" : "xxxxx@gmail.com",
"password" : "fsfsdf"
}
I am getting an error
"You did not sign in correctly or your account is temporarily disabled."
But i am able to login through magento website.This error is getting only for particular email ids.Please help me