curl --location --globoff --request DELETE 'https://api.paylandcard.com/api/v1/cards/{{card_id}}' \
--header 'X-Api-Key: {{api_key}}' \
--header 'X-Timestamp: {{timestamp}}' \
--header 'X-Signature: {{signature}}' \
--header 'Accept: application/json'{
"data": {
"id": "card_01kx0hqyr1v9ravmyhqdwzky7c",
"status": "deleted",
"refunded_amount": 25000
},
"status": true
}