{
"groupId": "string"
}
curl --location --request POST '/openapi/vcc/cardGroup/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "string"
}'
{
"groupId": "string",
"groupName": "string",
"totalAuthMoney": 0,
"usedAuthMoney": 0,
"ccy": "string",
"balance": 0,
"status": 0,
"createAt": "string",
"updateAt": "string",
"country": "string",
"supplementCardInfo": [
{
"cardId": "string"
}
]
}