{
"uid": 103994,
"email":"103994@qq.com ",
"bvnNo":"22372288724",
"firstName":"aaa",
"middleName":"bbb",
"surName":"ccc",
"birthday":"16-01-1993",
"gender":1,
"whatsappNumber":"12345678",
"bvnPhone":"9083677422",
"otherPhone":"",
"NIN":""
}curl --location '/userinfo/rpctchk' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 103994,
"email":"103994@qq.com ",
"bvnNo":"22372288724",
"firstName":"aaa",
"middleName":"bbb",
"surName":"ccc",
"birthday":"16-01-1993",
"gender":1,
"whatsappNumber":"12345678",
"bvnPhone":"9083677422",
"otherPhone":"",
"NIN":""
}'{
"code": 1,
"data": "",
"message": "successfully save",
"token": "1742255120340"
}