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