curl --location 'https://docs.joinclutch.xyz/api/real_estate/properties_by_country' \ --header 'Authorization;'
{ "name": "United States", "points": [ { "average_gross_yield": "7.5%", "average_gross_yield_num": 7.5, "name": "New York", "property_count": "250", "property_count_num": 250, "toal_value": "$500,000,000", "toal_value_num": 500000000 }, { "average_gross_yield": "8.2%", "average_gross_yield_num": 8.2, "name": "California", "property_count": "180", "property_count_num": 180, "toal_value": "$450,000,000", "toal_value_num": 450000000 } ] }