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