{ "id": 2, "articleId": 2, "userId": 2, "type": "2" }
curl --location --request PUT 'v2/articles/articlesstar' \ --header 'uname: zhangsan' \ --header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJ6aGFuZ3NhbiJ9.oPWTKeXbSmteqbLr17jGuldDOnmUJ94YycX9vFLNjoo' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 2, "articleId": 2, "userId": 2, "type": "2" }'