{
"articleTitle": "string",
"articleSn": "string",
"articleThumb": "string",
"articleTag": "string",
"articleAuthor": "string",
"articleType": 0,
"content": "string",
"description": "string",
"keywords": "string",
"isShow": 0,
"addTime": "string",
"isHot": 0,
"isTop": 0,
"clickCount": 0,
"link": "string",
"articleCategoryId": [
0
],
"productIds": [
0
]
}curl --location --request POST '/adminapi/content/article/create' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"articleTitle": "string",
"articleSn": "string",
"articleThumb": "string",
"articleTag": "string",
"articleAuthor": "string",
"articleType": 0,
"content": "string",
"description": "string",
"keywords": "string",
"isShow": 0,
"addTime": "string",
"isHot": 0,
"isTop": 0,
"clickCount": 0,
"link": "string",
"articleCategoryId": [
0
],
"productIds": [
0
]
}'