curl --location --request POST 'https://datasaur.ai/graphql' \
--header 'Authorization: Bearer a29a6b20588b7a350395a0b8942642cfbf33926c' \
--header 'Content-Type: application/json' \
--data-raw '{ "operationName": "GetProjectDocumentQuery", "query": "query GetProjectDocumentQuery($documentId: ID!) { document: getTextDocument(fileId: $documentId) { id signature fileName } }", "variables": { "documentId": "c541e403-776a-40b7-af4b-955c7be86c0d" }}'