curl --location --request POST 'https://datasaur.ai/graphql' \
--header 'Authorization: Bearer access_token' \
"operationName": "LaunchTextProjectMutation",
"enableEditLabelSet": true,
"enableEditSentence": true
"tagNames": ["ProjectB"],
"fileName": "cover-1.jpg",
"type": "HIERARCHICAL_DROPDOWN",
"label": "Sherlock Holmes",
"label": "A Study in Scarlet",
"label": "A Scandal in Bohemia",
"label": "Philosopher'\''s Stone",
"label": "Chamber of Secrets",
"label": "William Shakespeare",
"label": "The Misanthrope",
"label": "What is the book title?",
"fileName": "cover-2.jpg"
"fileName": "cover-3.jpg"
"fileName": "cover-4.jpg"
"fileName": "cover-5.jpg"
"query": "mutation LaunchTextProjectMutation($input: LaunchTextProjectInput!) { launchTextProject(input: $input) { id rootDocumentId settings { consensus enableEditLabelSet enableEditSentence __typename } __typename }}"
--form 'map={"1":["variables.input.documents.0.file"], "2":["variables.input.documents.1.file"], "3":["variables.input.documents.2.file"], "4":["variables.input.documents.3.file"], "5":["variables.input.documents.4.file"]}' \
--form '1=@cover-1.jpg' \
--form '2=@cover-2.jpg' \
--form '3=@cover-3.jpg' \
--form '4=@cover-4.jpg' \