Update the READMEs of the SDKs to match show all the possible queries that Read can be used for
e.g. https://github.com/openfga/js-sdk?tab=readme-ov-file#read-relationship-tuples
The one missing from the SDK documentation is "Read all tuples related to a particular relation and object for any user."
const body = {
relation: "viewer",
object: "document:0192ab2a-d83f-756d-9397-c5ed9f3cb69a",
};
See openfga/openfga.dev#988