{
"identifier": "258687272867",
"pwd": "Usuario4"
}
curl --location --request POST '/Signin/VerifyPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "258687272867",
"pwd": "Usuario4"
}'
{
"code": 4,
"payload": {
"curp": null,
"email": "",
"face": false,
"phone_number": "",
"father_name": null,
"mother_name": null,
"account_number": "",
"account_name": "",
"identifier": null,
"user_id": null
}
}