curl --location '/metadata/upgrade' \
--header 'Content-Type: application/json' \
--data '[
{
"createRows": [
{
"property1": "string",
"property2": "string"
}
],
"deleteIds": [
0
],
"modelName": "string",
"updateRows": [
{
"property1": "string",
"property2": "string"
}
]
}
]'{
"code": 0,
"data": true,
"message": "string",
"success": true
}