curl --location --request POST '/userPlatform/company/queryAllPlatformQuotas'
{
"code": 200,
"message": "接口调用成功",
"data": [
{
"platform": "KDB",
"baseCount": 30,
"maxCount": 30,
"authedCount": 18
},
{
"platform": "DY",
"baseCount": 20,
"maxCount": 30,
"authedCount": 1
}
]
}