Authorization: Bearer ********************
{ "id": 0, "is_top": 0 }
curl --location --request PUT '/article/top' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "is_top": 0 }'
{}