Authorization: Bearer ********************curl --location --request POST '/api/model/convert/progress' \
--header 'Authorization: Bearer <token>' \
--form 'ModelGroupId=""' \
--form 'TaskId=""' \
--form 'Parameterization=""'{
"modelGroupId": "string",
"taskId": "string",
"modelList": [
{
"modelId": 0,
"modelName": "string",
"modelPath": "string",
"radonPath": "string",
"percent": 0,
"precent": 0,
"errorMessage": "string",
"unitName": "string",
"modelType": "string",
"levelOfDetail": 0
}
],
"taskState": {
"successed": true,
"message": "string",
"done": true,
"found": true
},
"modelInfos": [
{
"modelId": 0,
"modelName": "string",
"modelPath": "string",
"levelOfDetail": 0
}
]
}