Get list of linked accounts.
const response = await fetch('https://api.akibaone.com/insyts/getlinkedaccounts', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();