{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"appVersionNumber": "string",
"changeDescription": "string",
"appFileUrl": "string",
"fileType": "string",
"appType": "string",
"isDelete": 0,
"remark": "string"
}
curl --location --request POST '/versions' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"appVersionNumber": "string",
"changeDescription": "string",
"appFileUrl": "string",
"fileType": "string",
"appType": "string",
"isDelete": 0,
"remark": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}