curl --location '/api/v1/cards?onlyActive=true' \
--header 'Authorization: PG-HMAC kid=<merchantId>, ts=<unix_timestamp>, sig=<base64_signature>'[
{
"cardId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"masked": "•••• •••• •••• 4242",
"last4": "4242",
"brand": "Visa",
"label": "Основная карта",
"status": "ACTIVE"
},
{
"cardId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"masked": "•••• •••• •••• 1234",
"last4": "1234",
"brand": "Запасная",
"label": "",
"status": "DISABLED"
}
]