Authorization: Bearer ********************
{
"title": "我与地坛1"
}
curl --location --request PATCH 'https://cms.server.hqk10.top/api/v1/story/4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "我与地坛1"
}'
{
"data": "更新故事成功~",
"code": 200,
"message": "操作成功"
}