{}
curl --location --request GET 'https://onapi.stafebank.com.br/v1/cards/?card_last_digits=24352' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "pagination": { "total": 29, "count": 29, "per_page": 100, "current_page": 1, "total_pages": 1 }, "data": [ { "card_id": 211641439, "card_holder_name": "Tony Stark", "created_at": "2022-11-23T22:51:32.000000Z", "updated_at": "2023-04-20T01:22:36.000000Z", "card_first_digits": "542739", "card_last_digits": "6944", "brand": "mastercard" } ] }