streams
Run locally
supabase functions serve --no-verify-jwt
Use cURL or Postman to make a GET request to http://localhost:54321/functions/v1/streams.
curl http://localhost:54321/functions/v1/streams
Deploy
supabase functions deploy --no-verify-jwt streams