Escrowed device information
const response = await fetch('https://beta.data.banyan.computer/api/v1/users/escrowed_device', { method: 'GET', headers: {}, }); const data = await response.json();
{ "api_public_key_pem": "text", "encryption_public_key_pem": "text", "encrypted_private_key_material": "text", "pass_key_salt": "text" }