I want to maintain user credits, at each request: 1. GET: check if user has sufficient credits 2. PO
I want to maintain user credits, at each request:
1. GET: check if user has sufficient credits
2. POST: reduce 1 credit
KV aint good either as I am performing both read + write.
1. GET: check if user has sufficient credits
2. POST: reduce 1 credit
KV aint good either as I am performing both read + write.
