List all the documents that have been uploaded by an account.
curl --request GET \ --url https://platform.ground.dev/api/documents \ --header 'Authorization: Bearer <token>'
[ { "etag": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "key": "<string>", "indexed": true, "lastModifiedAt": "2023-11-07T05:31:56Z" } ]
API key with bearer token format