pin_set_operation_id
{ "card_id": "f5a4b3c2-d1e0-9876-5432-1a0b9c8d7e6f", "new_pin": "1234", "confirmed_new_pin": "1234" }
curl --location --request POST 'https://api.staging.vrtx.sa/cards/set-pin' \ --header 'idempotency-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "card_id": "f5a4b3c2-d1e0-9876-5432-1a0b9c8d7e6f", "new_pin": "1234", "confirmed_new_pin": "1234" }'
{ "card_id": "f5a4b3c2-d1e0-9876-5432-1a0b9c8d7e6f", "pin_set_operation_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "requires_otp": true }