ACTIVE, INACTIVE, or permanently CANCELLED states. The operation is idempotent andidempotency-key header to deduplicate requests.curl --location --request PATCH 'https://api.staging.vrtx.sa/cards//status' \
--header 'idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "ACTIVE"
}'{
"id": "f5a4b3c2-d1e0-9876-5432-1a0b9c8d7e6f",
"account_id": "b2c3d4e5-f6a7-5890-b123-c4d5e6f7a8b9",
"token": 987654321,
"status": "LOCKED",
"last_4_digits": "8765",
"expiry_date": "2026-06-30",
"design": "premium",
"created_at": "2023-12-01T08:15:00Z",
"updated_at": "2024-01-10T14:20:00Z",
"is_physical": true,
"physical_card_activation_status": "ACTIVATED",
"physical_activated_at": "2024-02-01T09:00:00Z"
}