Authorization: ********************x-api-key: ********************{
"status": "success",
"message": "Default address fetched successfully",
"data": {
"address": {
"_id": "64f1a2b3c4d5e6f7890a1234",
"name": "Home",
"user": "64f1a2b3c4d5e6f7890a5678",
"fullAddress": "123 Main St, Cairo, Egypt",
"location": {
"type": "Point",
"coordinates": [
31.2357,
30.0444
]
},
"deliveryArea": "64f1a2b3c4d5e6f7890a9999",
"isDefault": true,
"notes": "Ring the bell twice",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}
}