{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"params": {},
"remark": "string",
"text": "string",
"title": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT '/api/tutorsys/contract' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"params": {},
"remark": "string",
"text": "string",
"title": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}