{
"id": 0,
"articleTitle": "string",
"articleContent": "string",
"articleAbstract": "string",
"articleCover": "string",
"category": "string",
"tagNameList": [
"string"
],
"isTop": 0,
"isFeatured": 0,
"status": 0,
"type": 0,
"originalUrl": "string",
"password": "string"
}
curl --location --request POST 'http://127.0.0.1:8090/admin/articles' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"articleTitle": "string",
"articleContent": "string",
"articleAbstract": "string",
"articleCover": "string",
"category": "string",
"tagNameList": [
"string"
],
"isTop": 0,
"isFeatured": 0,
"status": 0,
"type": 0,
"originalUrl": "string",
"password": "string"
}'
{
"flag": false,
"code": 0,
"message": "",
"data": null
}