New Stripe Subscription Handler

This val receives webhooks from Stripe when we get a new subscriber to Val Town pro. The val:

  1. Verifies the signature to make sure it's really from Stripe
  2. Sends a message to our internal Discord channel
  3. Sends a thank you to the new subscriber

If you send a GET request to this val, it responds with the thank you email – for ease of debugging.