URnetwork
Copyright 2024 BringYour, Inc.
Set account preferences.
const response = await fetch('https://api.bringyour.com/preferences/set-preferences', { method: 'POST', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{}