List available asset groups with their names and IDs.
API Request
curl --location '<gateway_base_url>/pcas/v1/asset/group/list' \
--header 'Authorization: Bearer '
JSON Output
[
{
"id": 55294832,
"name": "AG - 10.11.70"
},
{
"id": 55578061,
"name": "RobotSanity_AG_dummyIP_20250528_1008"
},
{
"id": 55578309,
"name": "myAG_dev_99"
}
]