{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": "string",
"status": "string",
"remark": "string",
"flag": true
}
curl --location --request POST '/post' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": "string",
"status": "string",
"remark": "string",
"flag": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}