{ "templateId": 0, "fieldList": [ { "name": "string", "value": "string" } ] }
curl --location --request POST '/open/file/create/byTemplate' \ --header 'Content-Type: application/json' \ --data-raw '{ "templateId": 0, "fieldList": [ { "name": "string", "value": "string" } ] }'
{ "code": 0, "message": "string", "body": { "fileId": "string" } }