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