curl --location 'api.pre-qiandun365.com/api/open/template/multiFile/create' \
--header 'Content-Type: application/json' \
--data '{
"docTemplateId": "string",
"components": [
{
"fileCode": "string",
"fileName": "string",
"componentId": "string",
"componentKey": "string"
}
]
}'