Authorization: Bearer ********************Authorization: Bearer ********************curl --location '/api/knowledge-base/tables/upload' \
--header 'Accept-Language;' \
--form 'project_id="550e8400-e29b-41d4-a716-446655440000"' \
--form 'folder_id="550e8400-e29b-41d4-a716-446655440000"' \
--form 'name="value"' \
--form 'file=@"<binary file>"'{
"id": "string",
"project_id": "string",
"owner_type": "project",
"owner_id": "string",
"folder_id": "string",
"name": "string",
"workbook_snapshot": {},
"version": 0,
"sheet_revision": 0,
"sheet_state_hash": "string",
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}