each user document should have 1) userNumber which is the partition key that uniquely identifies the user and 2) The amount of tokens the user has and 3) subscribed flag
When the user first joins, assign 20 tokens for the them, treat each text prompt as 1 token and each media prompt as 4 tokens, after the user's tokens are 0, and if the subscribed flag is false, reply to every message with the payment link
each user document should have 1) userNumber which is the partition key that uniquely identifies the user and 2) The amount of tokens the user has and 3) subscribed flag
When the user first joins, assign 20 tokens for the them, treat each text prompt as 1 token and each media prompt as 4 tokens, after the user's tokens are 0, and if the subscribed flag is false, reply to every message with the payment link