cURL
curl --request PUT \ --url https://api.platnova.com/v1/cards/{card_id}/unfreeze \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": {}, "error": [], "message": "operation was successful" }
Restore a frozen card so it can be used again.
API key for authentication.
200 - Success