{
"addressLine2": "First Floor"
}
curl --location --request PUT '/deliveryAddress/d88398dc-c761-4ecd-b3e7-17dcbd9f7a5b' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmZjg3ZjJiNS0wYmIxLTRjYjUtODc1OS1mNWY0MzAzZTZmM2IiLCJyb2xlIjoiY3VzdG9tZXIiLCJpYXQiOjE3NDg5NDUzMDIsImV4cCI6MTc1MTUzNzMwMn0.2Pm_mQKmguPAHwlLOXIx6TBJHcz9BS5x5ENOa9WtDCw' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressLine2": "First Floor"
}'
{
"id": "string",
"userId": "string",
"label": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"latitude": 0,
"longitude": 0,
"isDefault": true,
"createdAt": "string",
"updatedAt": "string"
}