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