Authorization: Bearer ********************
{ "postId": 5, "title": "我是标题2222", "content": "我是内容222", "plateId": 1 }
curl --location --request POST 'http://localhost:9999/api/posts/update' \ --header 'Content-Type: application/json' \ --data-raw '{ "postId": 5, "title": "我是标题2222", "content": "我是内容222", "plateId": 1 }'
{}