{ "chain_alias": "string" }
curl --location --request POST 'https://www.quma.cn/api/index/domain/list' \ --header 'AppId;' \ --header 'AppSecret;' \ --header 'Content-Type: application/json' \ --data-raw '{ "chain_alias": "string" }'
{ "list": [ { "id": 0, "name": "string", "disabled": true, "level": 0 } ] }