| Field | Type | Description | Constraints |
|---|---|---|---|
reason | string | Reason for cancellation | Max length: 500 |
curl --location -g --request POST '/{{baseurl}}/api/v1/cards//cancel' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Customer reported card as lost."
}'