URnetwork
Copyright 2024 BringYour, Inc.
Verify ownership of email or phone number.
email or phone number
const response = await fetch('https://api.bringyour.com/auth/verify', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{}