curl --location --request GET 'https://baas-api.np.bankei.com.br/api/card/groups' \
--header 'x-signature: ' \
--header 'x-timestamp: ' \
--header 'x-endpoint: ' \
--header 'x-org-id: ' \
--header 'x-api-key: <api-key>'[
{
"id": "d3deddb5-6415-4168-b9d0-af8bce0a14f3",
"name": "Card Virtual Group",
"cardType": "VIRTUAL",
"isInnominate": false,
"scheme": "MASTERCARD",
"status": "ACTIVE"
},
{
"id": "be2ad15d-e227-4857-ad85-a1457f6fd0bd",
"name": "Card Physical Group",
"cardType": "PHYSICAL",
"isInnominate": false,
"scheme": "MASTERCARD",
"status": "ACTIVE"
}
]