{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": 0,
"status": "string",
"flag": false
}
curl --location --request PUT '/system/post' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": 0,
"status": "string",
"flag": false
}'
{
"": {}
}