{
"deviceId": "{{DEVICEID}}",
"oldCode": "645652",
"newCode": "100000"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/user/forceChangeMpin' \
--header 'Authorization: Bearer {{tem_token_cp}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "{{DEVICEID}}",
"oldCode": "645652",
"newCode": "100000"
}'{
"err": 0,
"message": "string",
"data": {
"currentVersion": "string",
"isRequired": true
}
}