curl --location '/public-api/datacenterSourceTable/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"sourceId": 0,
"schema": "string",
"name": "string",
"description": "string",
"deptId": 0,
"tenantId": 0,
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"options": {
"key": {}
},
"fields": [
{
"id": 0,
"tableId": 0,
"type": "string",
"length": 0,
"nullable": 0,
"primaryKey": true,
"autoIncrement": true,
"name": "string",
"description": "string",
"deptId": 0,
"tenantId": 0,
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"options": {
"key": {}
}
}
]
}'