curl --location --request PUT 'https://api.littlecaesars.com.tr/api/web/Address/UpdateMemberDeliveryAddress' \
--header 'Authorization: ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"addressId": "108997006802",
"id": "101134376322",
"personId": "0",
"extensionNumber": null,
"address": {
"id": "108997006802",
"streetAddress": "EMEL Sokak/İSTİKLAL/ÜMRANİYE/İstanbul Anadolu",
"streetAddressId": "103557401271",
"floor": "0",
"addressNo": "8",
"entrance": null,
"appartmentNo": "4",
"appartmentName": "deneme",
"name": "Konut",
"addressType": "Konut",
"addressTypeId": "1",
"landmark": null
}
}'