curl --location --request PUT 'https://api.littlecaesars.com.tr/api/web/Member/UpdateMemberInfo' \
--header 'Authorization: ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"message": null,
"redirectUri": null,
"result": {
"name": "Nahit Demir",
"id": "106712613704",
"personId": "100396781091",
"email": "lc@lc.com",
"password": "",
"facebookId": null,
"genderType": "Bay",
"genderTypeID": 0,
"personPhones": [
{
"id": "106218052554",
"personId": "102850379970",
"number": "5337466900"
}
],
"personSpecialDates":[
{
"id": "",
"personId": "",
"specialDateType": "",
"specialDate": ""
}
],
"marketingPermission": [
{
"id": "100783624504",
"personId": "102850379970",
"approved": false,
"marketingPermissionType": 1,
"marketingPermissionTypeString": "CampaignInform"
},
{
"id": "107838784751",
"personId": "102850379970",
"approved": true,
"marketingPermissionType": 0,
"marketingPermissionTypeString": "SmsInform"
}
],
"personEmails": null,
"token": null
},
"resultCode": null,
"status": true
}'