curl --location --request GET '/baseurl/api/v1/cardslist?limit&offset&status&customerId&productId&cardType' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{
"data": [
{
"cardId": "ef0c9071-f1d5-4782-996c-db9b45c47a29",
"customerId": "49cf2793-9379-4d1b-9904-5b77aaa5693c",
"productId": "999a47bf-5c73-4a93-9827-0182f075355d",
"cardType": "Virtual",
"currency": "USD",
"status": "Rejected",
"createdAt": "2026-03-30T04:43:07.4778144"
}
],
"pagination": {
"total": 1,
"limit": 20,
"offset": 0,
"hasMore": false
}
}