Instead of having the stripe price id for the paid tier be an env variable we should make a table in the db for the prices we have to support additional tiers maybe.
Will also be good for querying data because we can query subscriptions by customerId and priceId to check if they are in the paid tier for authorization rather than having a hard coded variable