URnetwork
Copyright 2024 BringYour, Inc.
Send password reset code to email or phone number.
email or phone number
const response = await fetch('https://api.bringyour.com/auth/password-reset', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "user_auth": "text" }