{
"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-dev.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}}"
}'{
"err": 0,
"message": "string",
"sqConfig": {
"questionCount": 0,
"mustFill": 0,
"mustCorrect": 0
},
"sqlist": [
{
"id": "string",
"question": {
"en": "string",
"pt": "string",
"tet": "string"
}
}
]
}