curl --location --request POST 'https://datasaur.ai/graphql' \
--header 'Authorization: Bearer access_token' \
--header 'Content-Type: application/json' \
"query": "mutation CreateGuideline($input: GuidelineInput!) {\n createGuideline(input: $input) {\n id\n name\n content\n __typename\n }\n}",
"name": "project-guideline.md",
"content": "# Project Guideline\n## Section 1\n### Sub Section 1 \nThis is an example."