curl --request POST \
--url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/schema \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"schema": {
"name": "<string>",
"description": "<string>",
"fields": {},
"id": "<string>"
}
}
'