“Suspicious request requires verification” on password reset

Hello,

I am getting a “Suspicious request requires verification” error on password reset request. How i can fix it?

const data = {
  client_id: 'myclientid',
  email,
  connection: 'Username-Password-Authentication'
}
const response = await axios.post(
  'https://mydomain/dbconnections/change_password',
  data,
  {
    headers: { 'Content-Type': 'application/json' }
  });

  return response.data;

Hi @vonrimsd17,

Welcome to the Auth0 Community!

This community post might be of help:

Make sure to check your Attack Protection features.

If you have any other questions, feel free to reach out.

Have a good one,
Vlad