curl --location --request GET 'https://api.checkandplace.com/api/v1/wallet' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"cards": [
{
"ccTokenId": "tok_example_abc123",
"cardAlias": "My Visa",
"cardOwnerName": "John Doe",
"lastFourDigits": "4242",
"brand": "visa",
"isDefault": true
}
]
}