Create
Create a new data table. Some properties can only be defined at creation, so choose what you need here.
Request
POST https://uni.cloudplan.biz/api/tables/create
{
"name": "..." //(string) the name of the new table
}
Reply
{
"result": true/false,
"reason": any error code (on failure)
}