{
"phone": "71122011",
"kycType": "idCard",
"birth": "11/13/2008",
"nric": {
"idNumber": "2555"
},
"electoral": {
"idNumber": ""
},
"passport": {
"countryCode": "TL"
},
"deviceId": "{{DEVICEID}}"
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/user/verifyIdentityForgotPin' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "71122011",
"kycType": "idCard",
"birth": "11/13/2008",
"nric": {
"idNumber": "2555"
},
"electoral": {
"idNumber": ""
},
"passport": {
"countryCode": "TL"
},
"deviceId": "{{DEVICEID}}"
}'{}