Authorization: Bearer ********************
curl --location --request GET 'https://www.falken.ltd/api/UserAddress/all'
{
"id": "d2719b29-1f5d-41a4-bd7e-53c7ff2b16a2",
"street": "123 Example Street",
"city": "Example City",
"state": "New York",
"postalCode": "10001",
"country": "United States",
"addressType": "Home Address",
"protectionStatus": "Private",
"notes": "Primary residence"
}