{ "name": "李四", "id": 907 }
curl --location --request PUT '/admin-api/member/tag/update' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "李四", "id": 907 }'
{ "code": 0, "data": true, "msg": "string" }