{
"deviceId": "{{DEVICEID}}",
"phone": "71122011",
"otp": "000000"
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/user/pinVerifyOTP' \
--header 'Authorization: Basic {{BASIC}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "{{DEVICEID}}",
"phone": "71122011",
"otp": "000000"
}'{}