{
"versionId": 922337203685477600,
"version": "string",
"path": "string",
"size": 0,
"isForce": 0,
"description": "string",
"upgradeInstructions": "string",
"gmtCreate": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/versionitem/save' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"versionId": 922337203685477600,
"version": "string",
"path": "string",
"size": 0,
"isForce": 0,
"description": "string",
"upgradeInstructions": "string",
"gmtCreate": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": 922337203685477600,
"success": true
}