curl --location --request POST '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>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_alias": "string",
"card_number": "string",
"card_owner_name": "string",
"cvv": "string",
"expiry_month": "string",
"expiry_year": "string"
}'{
"ccTokenId": "tok_example_xyz789",
"cardAlias": "My Visa",
"cardOwnerName": "John Doe",
"lastFourDigits": "1111",
"brand": "visa",
"isDefault": false
}