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