{
"Birthday": "2019-08-24T14:15:22.123Z",
"CustomerEmail": "string"
}curl --location --request POST '/api/CaiHua_Business_App_RegisterBO/UpdatePersonalInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"Birthday": "2019-08-24T14:15:22.123Z",
"CustomerEmail": "string"
}'{
"Result": {
"UserID": 0,
"CustomerID": 0,
"AccountName": "string",
"MobilePhone": "string",
"Birthday": "string",
"CustomerEmail": "string"
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}