Update reloadable card PIN

URL

POST /api/v1/reloadable/cards/{id}/pin

Request:

{
  "reasonCode": "CUSTOMER_REQUEST",
  "comment": "PIN changed at customer request"
}

Response:

{
  "message": "PIN successfully changed",
  "updatedAt": "2024-01-15T10:30:00Z"
}