curl --location -g --request POST 'https://athathi.mgahed.com/api/{{locale}}/addresses' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Olaya home",
"country_id": 1,
"city_id": 1,
"area_id": 1,
"address": "123 Main Al Olaya St",
"building": "A",
"floor": "5",
"apartment": "101",
"phone": "+1234567890",
"is_default": true
}'{}