curl --location --request POST '/commonController/model/getModelInfo?name=yolov11s&version=V1' \
--header 'Authorization: {{authorization}}'
{
"success": true,
"code": null,
"msg": "string",
"token": null,
"data": {
"size": 0,
"model_name": "string",
"versions": [
{
"size": 0,
"version": "string"
}
],
"name": "string",
"id": "string",
"type": "string",
"labels": [
"string"
],
"desc": "string"
},
"params": null
}