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