Authorization: Bearer ********************curl --location --request GET '/teams/available-quota' \
--header 'Authorization: Bearer <token>'{
"remaining_add_member_count": 5, // 本季度剩余新增成员次数
"remote_quantity_total": 100, // 总的主机数量
"android_quantity_total": 5, // 总的可远控移动设备数量
}