curl --location -g --request PUT 'https://athathi.mgahed.com/api/{{locale}}/addresses/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_id": 1,
"city_id": 1,
"area_id": 1,
"name": "Olaya home update",
"address": "123 Main Al Olaya St update",
"building": "B",
"apartment": "202",
"phone": "+1234567891",
"is_default": false
}'{}