{
"name": "苹果",
"picUrl": "string",
"sort": 1,
"description": "描述",
"status": 0,
"id": 1
}curl --location --request PUT '/admin-api/product/brand/update' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "苹果",
"picUrl": "string",
"sort": 1,
"description": "描述",
"status": 0,
"id": 1
}'{
"code": 0,
"data": true,
"msg": "string"
}