Authorization: Bearer ********************curl --location --request GET '/api/v2/vmware/vpc/<uuid(strict=False):vpc_id>/hpc/server/quota' \
--header 'Authorization: Bearer <token>'{
"message": null,
"data": {
"detail": [
{
"package_id": "string",
"server_type": "string",
"available_server": 0,
"total_quota": 0,
"vpc_used": 0
}
],
"total_available_server": 0
}
}