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