https://stress-test-1f2079.butterbase.dev/v1/app_2anyt7wyvohn
// Fetch data from your app
const res = await fetch('https://stress-test-1f2079.butterbase.dev/v1/app_2anyt7wyvohn/your_table');
const data = await res.json();
console.log(data);