curl --request POST \
--url https://api.example.com/tables \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"name": "<string>",
"columns": [
{
"name": "<string>",
"type": "TEXT",
"nullable": true,
"default": "<unknown>"
}
]
}
'