put
https://api.cloud.mbanq.com/v1/cards/
Use this API to set or update the PIN for a specific card. This is used when a cardholder sets their PIN for the first time or requests a PIN change.
Pass the cardIdForSetPin as a path parameter to identify the card, and set the command query parameter to REQUEST_CHANGE_PIN_URL. The response returns a secure URL that the cardholder can use to complete the PIN update process.
Note: The PIN is not set directly through this API. Instead, a secure URL is returned, ensuring the PIN is entered by the cardholder in a PCI-compliant environment.
A successful response confirms that the PIN change request has been initiated and returns the secure PIN entry URL.

