{
"apikey": "{{apiKey}}"
}curl --location --request POST 'https://www.runninghub.cn/uc/openapi/accountStatus' \
--header 'Host: www.runninghub.cn' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "请输入自己的key"
}'{
"code": 0,
"msg": "success",
"data": {
"remainCoins": "99999",
"currentTaskCounts": "0",
"remainMoney": "999",
"currency": "CNY",
"apiType": "NORMAL"
}
}