Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The body is of type string.
Example:
"table book {\n schema {\n int id\n text title\n text description\n }\n index = [\n {type: \"primary\", field: [{name: \"id\"}]}\n ]\n}\n"
Response
Success!