curl --location --request PUT 'https://lilicould.cn:8888/api/article/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJMaWxpQ291bGQiLCJyb2xlIjoiVklTSVRPUiIsImlhdCI6MTc2ODI5MDk2MSwiZXhwIjoxNzY4ODk1NzYxfQ.rebXIsz-pWGBROxsOwPh53tdPhO5c-pYsaGUJPO0TBY' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"slug": "string",
"summary": "string",
"content": "string",
"contentHtml": "string",
"coverImage": "string",
"status": "string",
"categoryId": 0,
"tagIds": [
0
]
}'