curl --location --request GET '/userPlatform/company/queryTargetPlatformQuota?platform'
{
"code": 200,
"message": "接口调用成功",
"data": {
"platform": "KDB",
"baseCount": 30,
"maxCount": 30,
"authedCount": 18
}
}