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