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