{
"id": "string",
"weight": 0
}
curl --location --request POST '/api/article/setWeight' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"weight": 0
}'
{
"code": 0,
"message": "string"
}