create_stripe_checkout
A supabase function that creates and returns a url to a stripe checkout session. Steps:
- Get the
supabase_user_idfrom the request - Use the
supabase_user_idto get thestripe_customer_idfrom a table - Create a stripe checkout session and return the url of the stripe checkout session
