Authorization: Bearer ********************
curl --location --request GET 'https://api.msaaq.com/v2/me/cards' \ --header 'X-Tenant: academy.msaaq.com' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 164, "scheme": "visa", "last_four": "4242", "expiry_month": "12", "expiry_year": "2034" } ] }