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