{
"id": "string",
"title": "string",
"original": true,
"source": "string",
"author": "string",
"abstract": "string",
"cover": "string",
"banner": "string",
"content": "string",
"videoDurations": [
0
],
"status": "string"
}
curl --location --request POST '/api/article/createOrUpdate' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"title": "string",
"original": true,
"source": "string",
"author": "string",
"abstract": "string",
"cover": "string",
"banner": "string",
"content": "string",
"videoDurations": [
0
],
"status": "string"
}'
{
"code": 0,
"message": "string"
}