curl --location --request GET '/chat-admin/anchorRoom/commissionTierConfig/list' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}'{
"code": 200,
"status": 1,
"msg": "Operation successful",
"message": "Operation successful",
"data": [
{
"id": "1855879624673479043",
"tierName": "Tier 3",
"minWeeklyFlow": "1500000.00",
"currency": "DIAMOND",
"baseRatio": "9.00",
"bonusRatio": "5.00",
"createTime": "2026-01-21 19:19:43"
},
{
"id": "1855879624673479042",
"tierName": "Tier 2",
"minWeeklyFlow": "750000.00",
"currency": "DIAMOND",
"baseRatio": "9.00",
"bonusRatio": "3.00",
"createTime": "2026-01-21 11:20:49"
},
{
"id": "1855879624673479041",
"tierName": "Tier 1",
"minWeeklyFlow": "250000.00",
"currency": "DIAMOND",
"baseRatio": "9.00",
"bonusRatio": "2.00",
"createTime": "2026-01-21 11:21:42"
}
]
}