Assume I have a table deployed on chain. I know if I have a key, I can lookup the value like this:
Given a key, how do I read the value from a table via the API?
But what if I don't know the key? How do I lookup all the keys in a table via the API?