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