curl --request POST \
--url https://docflow.textin.com/api/app-api/sip/platform/v2/workspace/create \
--header 'Content-Type: application/json' \
--header 'x-ti-app-id: <api-key>' \
--header 'x-ti-secret-code: <api-key>' \
--data '
{
"name": "我的工作空间",
"enterprise_id": 12345,
"auth_scope": 1,
"description": "这是一个用于处理发票的工作空间"
}
'