curl --location --globoff --request POST 'https://api.paylandcard.com/api/v1/cards/{{card_id}}/unfreeze' \
--header 'X-Api-Key: {{api_key}}' \
--header 'X-Timestamp: {{timestamp}}' \
--header 'X-Signature: {{signature}}' \
--header 'Accept: application/json'{
"data": {
"id": "card_01kx0hqyr1v9ravmyhqdwzky7c",
"user_id": "usr_01kx0hq7p3y52m0fbwn4gftzht",
"brand": "VISA",
"masked_pan": "401927******9855",
"last4": "9855",
"exp_month": 7,
"exp_year": 2029,
"status": "active",
"balance": 25000,
"currency": "USD",
"created_at": "2026-07-08T12:01:00+00:00"
},
"status": true
}