Authorization: Bearer ********************{
"datasource": "string",
"table": "string",
"schemaType": "entity"
}curl --location '/schema:generateFromTable' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"datasource": "string",
"table": "string",
"schemaType": "entity"
}'{
"datasource": "string",
"schemaType": "string",
"table": "string",
"schema": {
"_id": "string",
"name": "string",
"type": "string"
}
}