{
"id": 1024,
"name": "小土豆",
"code": "yudao",
"sort": 1024,
"status": 1,
"remark": "快乐的备注"
}curl --location --request POST '/system/post/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"name": "小土豆",
"code": "yudao",
"sort": 1024,
"status": 1,
"remark": "快乐的备注"
}'{
"code": 0,
"data": 0,
"msg": ""
}