curl --location --request GET '/app-api/member/level/list' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"name": "万众智联",
"level": 1,
"experience": 100,
"discountPercent": 98,
"icon": "https://www.iocoder.cn/weonlinkaihuman.jpg",
"backgroundUrl": "https://www.iocoder.cn/weonlinkaihuman.jpg"
}
],
"msg": "string"
}