{
"page": 0,
"pageSize": 0
}
curl --location --request POST '/api/article/draftList' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0
}'
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"items": [
{
"id": "string",
"title": "string",
"updateTime": 0
}
]
}
}