curl --location --request PUT 'http://api.gelsinpizza.com/api/web/Address/UpdateMemberDeliveryAddress' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"addressId": "102641977999",
"id": "106007864656",
"personId": "0",
"extensionNumber": null,
"address": {
"id": "102641977999",
"streetAddress": "BÜYÜKDERE Cadde/GÜLBAHAR/ŞİŞLİ/İstanbul Avrupa",
"streetAddressId": "108300852059",
"streetAddressObject": null,
"floor": "0",
"addressNo": "101",
"entrance": null,
"appartmentNo": "0",
"appartmentName": null,
"name": "Deneme",
"addressType": "İşyeri",
"addressTypeId": "2",
"landmark": null
}
}'