Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/customers/addresses/'
{
"status_code": 0,
"error_message": "string",
"result": {
"id": 0,
"customer_id": 0,
"name": "string",
"country_id": 0,
"city_id": 0,
"district_id": 0,
"street": "string",
"description": "string",
"is_default": true,
"entity_state": "string",
"address_phone": "string"
},
"total_count": 0
}