{
"author": "string",
"cid": "string",
"content": "string",
"imageInput": "string",
"isBanner": true,
"isHot": false,
"shareSynopsis": "string",
"shareTitle": "string",
"synopsis": "string",
"title": "string",
"publicationType": 0
}
curl --location --request POST '/api/admin/article/update' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"author": "string",
"cid": "string",
"content": "string",
"imageInput": "string",
"isBanner": true,
"isHot": false,
"shareSynopsis": "string",
"shareTitle": "string",
"synopsis": "string",
"title": "string",
"publicationType": 0
}'
{
"code": 0,
"data": "string",
"message": "string"
}