-- Invoke the http_request function with the dynamic payload and auth header PERFORM old_public.http( ('POST', 'https://api.stripe.com/v1/customers'::varchar, ARRAY[old_public.http_header('Authorization','Bearer ' || bearer_token)], 'application/x-www-form-urlencoded', payload)::old_public.http_request);
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.