curl --location --request PUT 'https://api.falken.ltd/api/athletes//addresses/' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": 1,
"postalCode": "string",
"country": 0,
"addressType": 0
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"athleteId": "69552696-5b24-4200-805d-78e46a91f565",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": 1,
"postalCode": "string",
"country": 0,
"addressType": 0,
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z"
}