Can't login after reset password

I’m using the Management API, namely the path method: Auth0 Management API v2

 Url: PATCH /api/v2/users/{id}

I pass in the following body:

  {
  "password": "new_password",
  "verify_password": false
  }