curl --location --request POST '/baseurl/api/v1/cards//freeze' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{
"cardId": "ef0c9071-f1d5-4782-996c-db9b45c47a29",
"customerId": "49cf2793-9379-4d1b-9904-5b77aaa5693c",
"productId": "999a47bf-5c73-4a93-9827-0182f075355d",
"cardType": "Virtual",
"action": "Freeze",
"status": "success",
"message": "Card Freezed successfully",
"taskId": "task_123456789"
}