{
"id": 32704,
"userCode": "string",
"expName": "张三",
"sovitPath": "string",
"modelLanguage": "string",
"insertTime": "2019-08-24T14:15:22Z",
"processCode": "string"
}curl --location --request POST '/admin-api/wol/sovit-model/create' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 32704,
"userCode": "string",
"expName": "张三",
"sovitPath": "string",
"modelLanguage": "string",
"insertTime": "2019-08-24T14:15:22Z",
"processCode": "string"
}'{
"code": 0,
"data": 0,
"msg": "string"
}