{
"airtime": "string",
"bigType": "string",
"order": "string",
"page": 0,
"sort": "string",
"tag": "string",
"type": "string"
}
curl --location --request POST '/bgmrank/getindex' \
--header 'Content-Type: application/json' \
--data-raw '{
"airtime": "string",
"bigType": "string",
"order": "string",
"page": 0,
"sort": "string",
"tag": "string",
"type": "string"
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": true
}