{
"userReqNo": "string",
"ccy": "string",
"groupName": "string",
"authMoney": 0,
"country": "string",
"supportCardBin": "string"
}
curl --location --request POST '/openapi/vcc/cardGroup/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
"userReqNo": "string",
"ccy": "string",
"groupName": "string",
"authMoney": 0,
"country": "string",
"supportCardBin": "string"
}'
{
"orderId": "string",
"groupId": "string",
"ccy": "string"
}