post https://sandbox.pismolabs.io/wallet/v2/cards//password-tries/increase
Increase a card's password tries counter by 1.
If the counter reaches the maximum number of tries configured in the program parameter for this and block_card_exceeds_counter is true, the card is blocked.
When this happens:
- The status is changed to
BLOCKED - A Card updated event is generated.
If the card's status is CREATED, the counter is increased, but the status does not change.
For more information, refer to the Card lifecycle and statuses guide.