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