{
"level_name": "白银会员",
"min_growth": 500,
"description": "白银会员等级"
}curl --location --request PUT '/adminapi/user/growth-level/' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"level_name": "白银会员",
"min_growth": 500,
"description": "白银会员等级"
}'{
"code": 200,
"msg": "修改成功",
"data": {}
}