apikey: ********************curl --location --request GET '/addresses' \
--header 'apikey: <api-key>'[
    {
        "id": "gen_random_uuid()",
        "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
        "address_line1": "string",
        "address_line2": "string",
        "city": "string",
        "state": "string",
        "country": "string",
        "postal_code": "string",
        "created_at": "now()",
        "updated_at": "string",
        "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
        "created_by": "users.get_auth_profile_id()",
        "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
    }
]