cURL
curl --request POST \ --url https://api.example.com/v1/table/create \ --header 'x-apikey: <x-apikey>'
{ "identifier": "123e4567-e89b-12d3-a456-426614174000", "name": "My Table", "created_at": "2023-05-01T12:00:00Z", "updated_at": "2023-05-01T12:00:00Z" }
Create a table with the specified name and columns.
API Key for authentication
Table created successfully