curl --location --request GET 'https://api.esportsdata.cc/esport/api/v3/base/list/character?character_id' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 1,
"character_id": 81,
"name": "安蓓萨",
"name_en": "Ambessa",
"abbr": "铁血狼母",
"abbr_en": "Ambessa",
"logo": "/lol/role/ca17ce081d35ae358bd860a286213223.png",
"roles": [
3857
]
}
],
"total": 1
},
"msg": ""
}