Authorization: ********************curl --location '/v1/cards' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
"last_four": "string",
"expiration_date": "2019-08-24",
"status": "active",
"product": {},
"payment_system": {},
"issued_at": "2019-08-24T14:15:22.123Z"
}
]
}