{
"id": 0,
"isTop": 0,
"isFeatured": 0
}
curl --location --request PUT 'http://127.0.0.1:8090/admin/articles/topAndFeatured' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"isTop": 0,
"isFeatured": 0
}'
{
"flag": false,
"code": 0,
"message": "",
"data": null
}