{
"level_name": "青铜会员",
"min_growth": 100,
"description": "青铜会员等级"
}curl --location --request POST '/adminapi/user/growth-level/create' \
--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": 100,
"description": "青铜会员等级"
}'{
"code": 200,
"msg": "添加成功",
"data": {}
}