| Field | Type | Description | Constraints |
|---|---|---|---|
pin | string | New PIN | Min: 4 · Max: 6 |
curl --location -g --request POST '/{{baseurl}}/api/v1/cards//pin/set' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pin": "1234"
}'