update workspace table
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type string.
"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"
Success!