{
"templateId": 0,
"component": {
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"testComponentType": "string",
"componentSubtype": "string",
"componentName": "string",
"componentVersion": "string",
"componentCategory": "string",
"delFlag": "string"
}
}curl --location --request POST '/main/downloadTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": 0,
"component": {
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"testComponentType": "string",
"componentSubtype": "string",
"componentName": "string",
"componentVersion": "string",
"componentCategory": "string",
"delFlag": "string"
}
}'{}